From a4a03820b4bf2689a945068d736cbe60210baf0b Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Thu, 28 Nov 2024 16:21:58 -0600 Subject: [PATCH] Bump torch and replaced audio yaml --- Makefile | 2 +- torch | 2 +- yamls/us/audio.yml | 28 +++++++--------------------- 3 files changed, 9 insertions(+), 23 deletions(-) diff --git a/Makefile b/Makefile index 8f122c2b5..a48b06716 100644 --- a/Makefile +++ b/Makefile @@ -384,7 +384,7 @@ BIN2C := $(PYTHON) $(TOOLS_DIR)/bin2c.py EXTRACT_DATA_FOR_MIO := $(TOOLS_DIR)/extract_data_for_mio ASSET_EXTRACT := $(PYTHON) $(TOOLS_DIR)/new_extract_assets.py LINKONLY_GENERATOR := $(PYTHON) $(TOOLS_DIR)/linkonly_generator.py -TORCH := $(TOOLS_DIR)/torch/cmake-build-release/torch +TORCH := ./torch/cmake-build-release/torch EMULATOR = mupen64plus EMU_FLAGS = --noosd LOADER = loader64 diff --git a/torch b/torch index 3bea96b12..1d485d769 160000 --- a/torch +++ b/torch @@ -1 +1 @@ -Subproject commit 3bea96b12b13c64f9f2dfc76e4475ea434b996ef +Subproject commit 1d485d7695699dbfe28407a62c312b6c3732d4a2 diff --git a/yamls/us/audio.yml b/yamls/us/audio.yml index 30f1d5762..cda86c71e 100644 --- a/yamls/us/audio.yml +++ b/yamls/us/audio.yml @@ -5,26 +5,12 @@ - '#include ' header: - '#include ' -audio_setup: - type: NAUDIO:V1:AUDIO_SETUP - audio_seq: - size: 0x23180 - offset: 0xBC5F60 - audio_bank: - size: 0x13840 + +header: + type: NAUDIO:V0:AUDIO_HEADER + ctl: offset: 0x966260 - audio_table: - size: 0x24C4C0 + size: 0x13840 + tbl: offset: 0x979AA0 - -audio_sample_bank_table: - { type: NAUDIO:V1:AUDIO_TABLE, format: SAMPLE, offset: 0x966260, symbol: gSampleBankTableInit } - -audio_seq_table: - { type: NAUDIO:V1:AUDIO_TABLE, format: SEQUENCE, offset: 0xBC5F60, symbol: gSeqTableInit } - -audio_soundfont_table: - { type: NAUDIO:V1:AUDIO_TABLE, format: SOUNDFONT, offset: 0x979AA4, symbol: gSoundFontTableInit } - -audio_seq_font_table: - { type: ARRAY, count: 283, array_type: u8, offset: 0xBE90E0, symbol: gSeqFontTableInit } \ No newline at end of file + size: 0x24C4C0 \ No newline at end of file