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

Function FCEUI_LoadGame

src/fceu.cpp:608–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608FCEUGI *FCEUI_LoadGame(const char *name, int OverwriteVidMode, bool silent)
609{
610 return FCEUI_LoadGameVirtual(name, OverwriteVidMode, silent);
611}
612
613
614//Return: Flag that indicates whether the function was succesful or not.

Callers 3

LoadGameFunction · 0.85
LoadGameFunction · 0.85
LoadGameFunction · 0.85

Calls 1

FCEUI_LoadGameVirtualFunction · 0.85

Tested by

no test coverage detected