From 547d58c0af4d3b527869008f8b28c254bca81e81 Mon Sep 17 00:00:00 2001 From: pingflood Date: Sat, 18 Jan 2020 18:01:22 -0300 Subject: [PATCH] Formatting --- src/sdl-dingux/sdl_run.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sdl-dingux/sdl_run.cpp b/src/sdl-dingux/sdl_run.cpp index 7cec1ee..f391c4b 100644 --- a/src/sdl-dingux/sdl_run.cpp +++ b/src/sdl-dingux/sdl_run.cpp @@ -95,8 +95,9 @@ void RunEmulator(int drvnum) if (hwscale > 0) { VideoInitForce320x240(); // sets video mode to 320x240 so the loading screen looks right when a game uses a resolution different than 320x240 - } else + } else { VideoInit(); + } printf("Attempt to initialise '%s'\n", BurnDrvGetTextA(DRV_FULLNAME));