Fixed PSP build
Some checks failed
Build Dusk / build-linux (push) Failing after 1m53s
Build Dusk / build-psp (push) Failing after 1m27s

This commit is contained in:
2025-12-04 00:33:42 -06:00
parent b5de39926b
commit 77d3c54ebb

View File

@@ -291,12 +291,12 @@ void screenRender() {
return;
}
#if DISPLAY_SIZE_DYNAMIC == 1
if(SCREEN.mode == SCREEN_MODE_FIXED_VIEWPORT_HEIGHT) {
glViewport(0, 0, SCREEN.width, SCREEN.height);
return;
}
#if DISPLAY_SIZE_DYNAMIC == 1
if(
SCREEN.mode == SCREEN_MODE_ASPECT_RATIO ||
SCREEN.mode == SCREEN_MODE_FIXED_HEIGHT ||