Add logging

This commit is contained in:
Luke Benstead 2023-06-09 20:35:00 +01:00
parent 92ee4f616d
commit 3dcbbdbde6

View File

@ -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);
}
}