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

Function FCEUI_SetSnapshotAsName

src/video.cpp:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85std::string AsSnapshotName =""; //adelikat:this will set the snapshot name when for s savesnapshot as function
86
87void FCEUI_SetSnapshotAsName(std::string name) { AsSnapshotName = name; }
88std::string FCEUI_GetSnapshotAsName() { return AsSnapshotName; }
89
90static void FCEU_DrawPauseCountDown(uint8 *XBuf);

Callers 2

gui_savescreenshotasFunction · 0.85
SaveSnapshotAsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected