Fixing framerate for the update interval

This commit is contained in:
Zoe Roux
2021-06-29 10:26:47 +02:00
parent fbcb81d518
commit 7994c5dbf0
7 changed files with 29 additions and 31 deletions
-1
View File
@@ -3,7 +3,6 @@
//
#include <ios>
#include <iostream>
#include "SNES.hpp"
#ifdef DEBUGGER_ENABLED
#include "Debugger/CPU/CPUDebug.hpp"