Build s20ar
This commit is contained in:
parent
df07b8b4f9
commit
813575e6d9
|
|
@ -589,7 +589,7 @@ Individual overlay progress:
|
|||
<td><b>s20ar</b></td>
|
||||
<td>30 KB</td>
|
||||
<td>Ending</td>
|
||||
<td>❌ Work not started</td>
|
||||
<td>🚧 Work in progress</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>select</b></td>
|
||||
|
|
|
|||
|
|
@ -408,7 +408,7 @@ def gen_build_target(targetName):
|
|||
"s16a",
|
||||
"d16e",
|
||||
"s16d",
|
||||
"s20a",
|
||||
"s20a", "s20ar",
|
||||
]
|
||||
|
||||
if args.variant == 'vr_exe':
|
||||
|
|
|
|||
|
|
@ -1251,7 +1251,7 @@ overlay_bss group file("{{OBJ_DIR}}\{{OVERLAY}}_{{OVERLAY_SUFFIX}}_bss.bin")
|
|||
include "{{PSYQ_SDK}}\psyq_4.4\LIB\libgpu\P22.OBJ", overlay
|
||||
include "{{PSYQ_SDK}}\psyq_4.4\LIB\libgpu\P26.OBJ", overlay
|
||||
include "{{PSYQ_SDK}}\psyq_4.4\LIB\libgte\MTX_10.OBJ", overlay
|
||||
{% elif OVERLAY == "s20a" %}
|
||||
{% elif OVERLAY == "s20a" or OVERLAY == "s20ar" %}
|
||||
include "{{OBJ_DIR}}\overlays\s20a\overlay.obj"
|
||||
|
||||
include "{{OBJ_DIR}}\overlays\s01a\Thing\sphere.obj"
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue