psp: using the maximum amount of VRAM

This commit is contained in:
Crow-bar
2022-08-10 16:58:20 +03:00
parent b8ff41eac9
commit 91d6fdd190
8 changed files with 208 additions and 111 deletions

View File

@@ -137,6 +137,7 @@ def build(bld):
if bld.env.DEST_OS == 'psp':
source += bld.path.ant_glob(['platform/psp/*.c'])
source += bld.path.ant_glob(['platform/psp/*/*.S'])
# add client files
if not bld.env.DEDICATED: