diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2026-04-16 20:56:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-16 20:56:09 +0200 |
| commit | 81f4540e6c2e4b80709f6837298b27929e6a4061 (patch) | |
| tree | e75797f5aff53c0ab311fc6ce8f2ae2ea9263e07 /tools | |
| parent | ef2caebcefe1a0d370a56340944931f71bcd39a8 (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')
| -rwxr-xr-x | tools/configure.py | 2 |
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' |
