Remove some printfs

This commit is contained in:
Snesrev
2023-03-11 18:09:42 +01:00
parent 9de1abd672
commit 39ab392092
4 changed files with 7 additions and 8 deletions

View File

@@ -798,8 +798,6 @@ void DrawFrameToPpu(void) {
g_snes->cpu->nmiWanted = false;
}
extern bool g_debug_flag;
void SaveBugSnapshot() {
if (!g_debug_flag && g_got_mismatch_count == 0) {
char buffer[64];