Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information