ResetFrameCounters

This commit is contained in:
SuuperW 2019-09-30 11:24:31 -05:00
parent 6f2a83cad9
commit 7c75595b95
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ DLL int GetFrameCount()
{
return currFrameCounter;
}
DLL void ResetFrameCounters()
{
currFrameCounter = 0;
}
DLL bool LoadROM(u8* file, int fileSize)
{