mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-12-02 15:34:20 +01:00
This commit is contained in:
parent
62835600e5
commit
bbc1d7a53c
@ -363,7 +363,7 @@ const devoptab_t gecko_out = {
|
|||||||
NULL // device statvfs_r
|
NULL // device statvfs_r
|
||||||
};
|
};
|
||||||
|
|
||||||
void USBGeckoOutput()
|
static void USBGeckoOutput()
|
||||||
{
|
{
|
||||||
LWP_MutexInit(&gecko_mutex, false);
|
LWP_MutexInit(&gecko_mutex, false);
|
||||||
gecko = usb_isgeckoalive(1);
|
gecko = usb_isgeckoalive(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user