Add debug output

This commit is contained in:
Thomas Bernard
2019-05-16 11:52:37 +02:00
parent 450d5f06a4
commit 01c67739d1
2 changed files with 6 additions and 0 deletions

View File

@@ -302,6 +302,7 @@ int Init_mode_video(int width, int height, int fullscreen, int pix_ratio)
try_again:
GFX2_Log(GFX2_DEBUG, "Init_mode_video(%d, %d, %d, %d)\n", width, height, fullscreen, pix_ratio);
switch (pix_ratio)
{
default: