Add point, line and rect support

This commit is contained in:
Daniel Santos
2022-06-30 19:50:22 -03:00
committed by Sam Lantinga
parent 147a71b976
commit 90e0e5c29d
12 changed files with 134 additions and 2108 deletions

View File

@@ -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;