MCPcopy Create free account
hub / github.com/dborth/fceugx / USBGeckoOutput

Function USBGeckoOutput

source/system.cpp:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97};
98
99static void USBGeckoOutput()
100{
101 gecko = usb_isgeckoalive(1);
102 LWP_MutexInit(&gecko_mutex, false);
103
104 devoptab_list[STD_OUT] = &gecko_out;
105 devoptab_list[STD_ERR] = &gecko_out;
106}
107
108/****************************************************************************
109 * Startup / Shutdown / Reboot / Exit

Callers 1

SystemInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected