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

Function input_savefilepopup

src/lua-engine.cpp:5709–5712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5707 return doOpenFilePopup(L, false);
5708}
5709static int input_savefilepopup(lua_State *L)
5710{
5711 return doOpenFilePopup(L, true);
5712}
5713
5714// the following bit operations are ported from LuaBitOp 1.0.1,
5715// because it can handle the sign bit (bit 31) correctly.

Callers

nothing calls this directly

Calls 1

doOpenFilePopupFunction · 0.85

Tested by

no test coverage detected