This commit is contained in:
parent
61b2b9225c
commit
5d34bbd604
1 changed files with 2 additions and 1 deletions
|
@ -323,6 +323,7 @@ u8 *screenData=LoadPakScreen(LOADINGSCREENS_BOOTSCREEN_GFX);
|
||||||
ScreenYOfs=0; // Set screen ofs for PAL
|
ScreenYOfs=0; // Set screen ofs for PAL
|
||||||
*/
|
*/
|
||||||
// PKG - Changed back 7/9/01
|
// PKG - Changed back 7/9/01
|
||||||
|
// NB: These have also been added to InitSys() in psxboot
|
||||||
ScreenYOfs=16; // Set screen ofs for PAL
|
ScreenYOfs=16; // Set screen ofs for PAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -342,13 +343,13 @@ u8 *screenData=LoadPakScreen(LOADINGSCREENS_BOOTSCREEN_GFX);
|
||||||
DrawSync(0);
|
DrawSync(0);
|
||||||
SetScreenImage(0);
|
SetScreenImage(0);
|
||||||
MemFree(screenData);
|
MemFree(screenData);
|
||||||
|
VidScrOn();
|
||||||
|
|
||||||
// Init VBL
|
// Init VBL
|
||||||
VbFunc = NULL;
|
VbFunc = NULL;
|
||||||
for (int i=0; i<MaxVBFuncs; i++) VbFuncList[i] = NULL;
|
for (int i=0; i<MaxVBFuncs; i++) VbFuncList[i] = NULL;
|
||||||
VSyncCallback( VidVSyncCallback );
|
VSyncCallback( VidVSyncCallback );
|
||||||
|
|
||||||
VidScrOn(); // PKG - Moved to fix a bug with the loading screen jerking onto the screen..
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue