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:
commit
b1223cfd1c
@ -32,6 +32,7 @@ void InitGPU(_Bool autosort, _Bool fsaa) {
|
|||||||
|
|
||||||
pvr_init(¶ms);
|
pvr_init(¶ms);
|
||||||
|
|
||||||
|
#ifndef _arch_sub_naomi
|
||||||
/* If we're PAL and we're NOT VGA, then use 50hz by default. This is the safest
|
/* 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
|
thing to do. If someone wants to force 60hz then they can call vid_set_mode later and hopefully
|
||||||
that'll work... */
|
that'll work... */
|
||||||
@ -45,6 +46,7 @@ void InitGPU(_Bool autosort, _Bool fsaa) {
|
|||||||
vid_set_mode(DM_640x480_PAL_IL, PM_RGB565);
|
vid_set_mode(DM_640x480_PAL_IL, PM_RGB565);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void SceneBegin() {
|
void SceneBegin() {
|
||||||
|
Loading…
Reference in New Issue
Block a user