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

Function LoadGameFromLua

src/drivers/Qt/fceuWrapper.cpp:282–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282int LoadGameFromLua( const char *path )
283{
284 //printf("Load From Lua: '%s'\n", path);
285 fceuWrapperUnLock();
286
287 consoleWindow->emulatorThread->signalRomLoad(path);
288
289 fceuWrapperLock();
290 return 0;
291}
292
293/**
294 * Reloads last game

Callers 1

emu_loadromFunction · 0.85

Calls 3

fceuWrapperUnLockFunction · 0.85
fceuWrapperLockFunction · 0.85
signalRomLoadMethod · 0.80

Tested by

no test coverage detected