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

Function input_openfilepopup

src/lua-engine.cpp:5705–5708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5703}
5704
5705static int input_openfilepopup(lua_State *L)
5706{
5707 return doOpenFilePopup(L, false);
5708}
5709static int input_savefilepopup(lua_State *L)
5710{
5711 return doOpenFilePopup(L, true);

Callers

nothing calls this directly

Calls 1

doOpenFilePopupFunction · 0.85

Tested by

no test coverage detected