summaryrefslogtreecommitdiff
path: root/tools/configure.py
diff options
context:
space:
mode:
authorAetias <144526980+AetiasHax@users.noreply.github.com>2026-04-16 20:56:09 +0200
committerGitHub <noreply@github.com>2026-04-16 20:56:09 +0200
commit81f4540e6c2e4b80709f6837298b27929e6a4061 (patch)
treee75797f5aff53c0ab311fc6ce8f2ae2ea9263e07 /tools/configure.py
parentef2caebcefe1a0d370a56340944931f71bcd39a8 (diff)
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
Diffstat (limited to 'tools/configure.py')
-rwxr-xr-xtools/configure.py2
1 files changed, 1 insertions, 1 deletions
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'