mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 11:20:56 +00:00
f1d2ba701a
The Gecko USB serial adapter is no longer easy to obtain and using the Ethernet adapter instead is supported by devkitPro/libogc. However, when enabled, this fails to link when dynamic plugins are enabled due to missing symbols for gdbstub_getoffsets() found in devkitPro/libogc/libdb/debug_supp.c. To be exact, this is the u8 __text_fstart[],__data_fstart[],__bss_fstart[] which should be implicitly provided by the linker(?) A monolithic static build with this enabled does succeed, but has not yet been tested. |
||
---|---|---|
.. | ||
gdb-network.txt | ||
gdb.txt | ||
main.cpp | ||
module.mk | ||
options.cpp | ||
options.h | ||
osystem_events.cpp | ||
osystem_gfx.cpp | ||
osystem_sfx.cpp | ||
osystem.cpp | ||
osystem.h | ||
wii.mk |