Fixed PSP compiling

This commit is contained in:
2025-08-22 20:52:59 -05:00
parent f9385ed233
commit 1fb9485ee8
12 changed files with 154 additions and 16 deletions

View File

@@ -75,7 +75,7 @@ errorret_t displayUpdate(void) {
// Set viewport size.
int32_t windowWidth, windowHeight;
SDL_GetWindowSize(DISPLAY.window, &windowWidth, &windowHeight);
// SDL_GetWindowSize(DISPLAY.window, &windowWidth, &windowHeight);
glViewport(0, 0, windowWidth, windowHeight);
#endif