You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/base/CreatePBP.cmake
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ macro(create_pbp_file)
21
21
PSAR_PATH # optional, absolute path to data.psar file
22
22
VERSION# optional, adds version information to PARAM.SFO
23
23
OUTPUT_DIR # optional, set the output directory for the EBOOT.PBP
24
+
MEMSIZE # optional, set to 1 by default for allowing access to all available memory. Can be set to 2 for better Vita compatibility, but limited memory access
24
25
)
25
26
set(options
26
27
BUILD_PRX # optional, generates and uses PRX file instead of ELF in EBOOT.PBP
0 commit comments