diff --git a/source/ngc/snes9xGX.cpp b/source/ngc/snes9xGX.cpp index 39abb54..fac69e5 100644 --- a/source/ngc/snes9xGX.cpp +++ b/source/ngc/snes9xGX.cpp @@ -363,7 +363,7 @@ const devoptab_t gecko_out = { NULL // device statvfs_r }; -static void USBGeckoOutput() +void USBGeckoOutput() { LWP_MutexInit(&gecko_mutex, false); gecko = usb_isgeckoalive(1);