delay savefile flush to the end of the frame

This commit is contained in:
RSDuck
2020-11-11 13:38:05 +01:00
parent 2720df9650
commit 62e3f41f20
3 changed files with 25 additions and 7 deletions

View File

@ -1000,6 +1000,8 @@ u32 RunFrame()
GPU3D::Timestamp-SysTimestamp);
#endif
NDSCart::FlushSRAMFile();
NumFrames++;
return GPU::TotalScanlines;