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

@@ -463,6 +463,7 @@ def configure(conf):
conf.env.PACK_PBP = conf.find_program('pack-pbp', path_list = psp.binutils_path)
conf.env.FIXUP = conf.find_program('psp-fixup-imports', path_list = psp.binutils_path)
conf.env.ASFLAGS += psp.cflags()
conf.env.CFLAGS += psp.cflags()
conf.env.CXXFLAGS += psp.cflags()
conf.env.LINKFLAGS += psp.linkflags()