|
|
|
@ -76,7 +76,7 @@ void display_init() |
|
|
|
FntLoad(960, 0); |
|
|
|
|
|
|
|
// Open up a test font text stream |
|
|
|
FntOpen(0, 16, SCREENWIDTH, screenHeight, 0, 512); |
|
|
|
FntOpen(8, 16, SCREENWIDTH, screenHeight, 0, 512); |
|
|
|
} |
|
|
|
|
|
|
|
void display_reset(int mode, u_char interlaced, u_char widescreen, int *outScreenHeight) |
|
|
|
@ -140,8 +140,8 @@ void display_reset(int mode, u_char interlaced, u_char widescreen, int *outScree |
|
|
|
disp[0].screen.h = disp[1].screen.h = screenHeight; |
|
|
|
|
|
|
|
// Set and enable clear color |
|
|
|
setRGB0(&draw[0], 49, 77, 121); |
|
|
|
setRGB0(&draw[1], 49, 77, 121); |
|
|
|
setRGB0(&draw[0], 0, 0, 0); |
|
|
|
setRGB0(&draw[1], 0, 0, 0); |
|
|
|
draw[0].isbg = 1; |
|
|
|
draw[0].dtd = 1; |
|
|
|
draw[1].isbg = 1; |
|
|
|
|