Commit 66e76e4
committed
(orbis) Drop dead orbis_ctx_get_proc_address wrapper
The wrapper's only added value over egl_get_proc_address was a fallback
to sceKernelDlsym(s_piglet_module, ...). The s_piglet_module global is
declared in platform_orbis.c but never assigned anywhere in the tree, so
the fallback was never reachable. The vtable already calls
egl_get_proc_address directly (since 34662e8), making the wrapper
itself unused. Drop the wrapper and its dead extern.1 parent 825dffe commit 66e76e4
1 file changed
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
| |||
289 | 288 | | |
290 | 289 | | |
291 | 290 | | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | 291 | | |
304 | 292 | | |
305 | 293 | | |
| |||
0 commit comments