MCPcopy Create free account
hub / github.com/dborth/fceugx / LoadStateAuto

Function LoadStateAuto

source/fceustate.cpp:105–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105bool
106LoadStateAuto (bool silent)
107{
108 char filepath[1024];
109
110 if(!MakeFilePath(filepath, FILE_STATE, romFilename, 0))
111 return false;
112
113 return LoadState(filepath, silent);
114}
115
116bool SavePreviewImg (char * filepath, bool silent)
117{

Callers 1

BrowserLoadFileFunction · 0.85

Calls 2

MakeFilePathFunction · 0.85
LoadStateFunction · 0.85

Tested by

no test coverage detected