Merge branch 'No_Flashrom_Read_if_Naomi' into 'master'

Naomi: don't call flashrom_get_region, as KOS Naomi does not include flashrom functions

See merge request simulant/GLdc!113
This commit is contained in:
Luke Benstead 2024-02-03 11:47:51 +00:00
commit b1223cfd1c

View File

@ -32,6 +32,7 @@ void InitGPU(_Bool autosort, _Bool fsaa) {
pvr_init(&params);
#ifndef _arch_sub_naomi
/* If we're PAL and we're NOT VGA, then use 50hz by default. This is the safest
thing to do. If someone wants to force 60hz then they can call vid_set_mode later and hopefully
that'll work... */
@ -45,6 +46,7 @@ void InitGPU(_Bool autosort, _Bool fsaa) {
vid_set_mode(DM_640x480_PAL_IL, PM_RGB565);
}
}
#endif
}
void SceneBegin() {