Add logging
This commit is contained in:
parent
92ee4f616d
commit
3dcbbdbde6
|
@ -40,6 +40,7 @@ void InitGPU(_Bool autosort, _Bool fsaa) {
|
||||||
int region = flashrom_get_region();
|
int region = flashrom_get_region();
|
||||||
|
|
||||||
if(region == FLASHROM_REGION_EUROPE && cable != CT_VGA) {
|
if(region == FLASHROM_REGION_EUROPE && cable != CT_VGA) {
|
||||||
|
printf("PAL region without VGA - enabling 50hz");
|
||||||
vid_set_mode(DM_640x480_PAL_IL, PM_RGB565);
|
vid_set_mode(DM_640x480_PAL_IL, PM_RGB565);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user