From 81f4540e6c2e4b80709f6837298b27929e6a4061 Mon Sep 17 00:00:00 2001 From: Aetias <144526980+AetiasHax@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:56:09 +0200 Subject: Update dsd to v0.11.0 (#146) * Update dsd to v0.11.0 * Remove auto-generated `data(byte[256])` symbols As per the dsd v0.10.2 migration guide * Rename .dtcm to .bss As per the dsd v0.11.0 migration guide * `dsd fix ctor-zero` As per the dsd v0.11.0 migration guide * Fix usa build --- tools/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure.py') diff --git a/tools/configure.py b/tools/configure.py index 3820bcd8..01ada8b9 100755 --- a/tools/configure.py +++ b/tools/configure.py @@ -26,7 +26,7 @@ args = parser.parse_args() # Config GAME = "ph" -DSD_VERSION = 'v0.10.1' +DSD_VERSION = 'v0.11.0' WIBO_VERSION = '0.6.16' SJISWRAP_VERSION = 'v1.2.2' OBJDIFF_VERSION = 'v3.4.0' -- cgit v1.2.3