MCPcopy Create free account
hub / github.com/TASEmulators/fceux / OpenRom

Function OpenRom

src/input.cpp:1328–1334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1326}
1327
1328static void OpenRom(void)
1329{
1330#ifdef __WIN_DRIVER__
1331 extern HWND hAppWnd;
1332 LoadNewGamey(hAppWnd, 0);
1333#endif
1334}
1335
1336static void CloseRom(void)
1337{

Callers

nothing calls this directly

Calls 1

LoadNewGameyFunction · 0.85

Tested by

no test coverage detected