You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ogc: define weak symbols for opengx functions (#82)
This allows building a client application without linking to opengx, if
the client itself does not need OpenGL. The opengx functions used by SDL
are defined as weak, so that they will be used only if a strong symbol
is not found during linking.
$ nm /opt/devkitpro/portlibs/wii/lib/libSDL2.a | grep ogx
00000000 W ogx_get_proc_address
00000000 W ogx_initialize
Partial fix for #81
0 commit comments