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