diff options
author | rsn8887 | 2018-01-03 12:43:09 -0600 |
---|---|---|
committer | rsn8887 | 2018-01-03 14:14:36 -0600 |
commit | 231407206d91829980da18bfab2d0ae28b3fc9ad (patch) | |
tree | 94130d319d1ffa0e42577e11a6dd4b0542fb76df /configure | |
parent | 50d79c5f265aad592ae7f17209653ccbb1fde488 (diff) | |
download | scummvm-rg350-231407206d91829980da18bfab2d0ae28b3fc9ad.tar.gz scummvm-rg350-231407206d91829980da18bfab2d0ae28b3fc9ad.tar.bz2 scummvm-rg350-231407206d91829980da18bfab2d0ae28b3fc9ad.zip |
PSP: Use aspect correction checkbox instead of extra graphics modes
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3231,6 +3231,7 @@ if test -n "$_host"; then _port_mk="backends/platform/sdl/psp2/psp2.mk" ;; psp) + append_var DEFINES "-DGUI_ONLY_FULLSCREEN" _backend="psp" _build_scalers=no _mt32emu=no |