From 3dcbbdbde6a19fa8bd321793416d10a0dc096a4a Mon Sep 17 00:00:00 2001 From: Luke Benstead Date: Fri, 9 Jun 2023 20:35:00 +0100 Subject: [PATCH] Add logging --- GL/platforms/sh4.c | 1 + 1 file changed, 1 insertion(+) diff --git a/GL/platforms/sh4.c b/GL/platforms/sh4.c index ca78170..acaf692 100644 --- a/GL/platforms/sh4.c +++ b/GL/platforms/sh4.c @@ -40,6 +40,7 @@ void InitGPU(_Bool autosort, _Bool fsaa) { int region = flashrom_get_region(); if(region == FLASHROM_REGION_EUROPE && cable != CT_VGA) { + printf("PAL region without VGA - enabling 50hz"); vid_set_mode(DM_640x480_PAL_IL, PM_RGB565); } }