This commit is contained in:
parent
62128a996f
commit
997fd05111
1 changed files with 3 additions and 0 deletions
|
@ -316,7 +316,10 @@ u8 *screenData=LoadPakScreen(LOADINGSCREENS_BOOTSCREEN_GFX);
|
||||||
ScreenYOfs=0; // Set screen ofs for NTSC
|
ScreenYOfs=0; // Set screen ofs for NTSC
|
||||||
#else
|
#else
|
||||||
SetVideoMode( MODE_PAL );
|
SetVideoMode( MODE_PAL );
|
||||||
|
/* changed cos the recomended amount was too bloody low!!
|
||||||
ScreenYOfs=16; // Set screen ofs for PAL
|
ScreenYOfs=16; // Set screen ofs for PAL
|
||||||
|
*/
|
||||||
|
ScreenYOfs=0; // Set screen ofs for PAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
VSync(0);
|
VSync(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue