Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pingflood committed Jan 18, 2020
1 parent 8ad447e commit 547d58c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sdl-dingux/sdl_run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 547d58c

Please sign in to comment.