mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 10:49:12 +00:00
Add point, line and rect support
This commit is contained in:
committed by
Sam Lantinga
parent
147a71b976
commit
90e0e5c29d
@@ -159,7 +159,7 @@ PS2_VideoInit(_THIS)
|
||||
|
||||
/* Use a fake 32-bpp desktop mode */
|
||||
SDL_zero(mode);
|
||||
mode.format = SDL_PIXELFORMAT_RGB888;
|
||||
mode.format = SDL_PIXELFORMAT_RGBA8888;
|
||||
mode.w = 640;
|
||||
/*if (gsGlobal->Mode == GS_MODE_PAL){
|
||||
mode.h = 512;
|
||||
|
||||
Reference in New Issue
Block a user