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

Function LuaKillMessageBox

src/drivers/Qt/LuaControl.cpp:527–540  ·  view source on GitHub ↗

----------------------------------------------------

Source from the content-addressed store, hash-verified

525};
526//----------------------------------------------------
527int LuaKillMessageBox(void)
528{
529 //printf("Kill Lua Prompted\n");
530 luaKillMsgBoxRetVal = 0;
531
532 openLuaKillMsgBox = true;
533
534 while (openLuaKillMsgBox)
535 {
536 msleep(100);
537 }
538
539 return luaKillMsgBoxRetVal;
540}
541//----------------------------------------------------

Callers

nothing calls this directly

Calls 1

msleepFunction · 0.85

Tested by

no test coverage detected