Fix PSP build issues

This commit is contained in:
2025-11-09 13:23:15 -06:00
parent 5a8710cc76
commit 587d716aae
5 changed files with 15 additions and 5 deletions

View File

@@ -33,6 +33,8 @@ elseif(DUSK_TARGET_SYSTEM STREQUAL "psp")
DISPLAY_SDL2=1
DISPLAY_WINDOW_WIDTH_DEFAULT=480
DISPLAY_WINDOW_HEIGHT_DEFAULT=272
DISPLAY_WIDTH=480
DISPLAY_HEIGHT=272
DISPLAY_SIZE_DYNAMIC=0
)
endif()