From 7210cfac2f6e5ca538d412c3811e4e2c11780db8 Mon Sep 17 00:00:00 2001 From: Tharo <17233964+Thar0@users.noreply.github.com> Date: Wed, 28 Aug 2024 02:09:48 +0100 Subject: [Audio 6/?] Build Soundfonts and the Soundfont Table (#1675) * [Audio 6/?] Build Soundfonts and the Soundfont Table * Fix bss * Maybe fix warnings * Improve lots of error messages * Suggested changes from OoT PR * Suggested changes * Make soundfont_table.h generation depend on the samplebank xmls since they are read, report from which soundfont the invalid pointer indirect warning originates from --- src/code/z_player_call.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/code') diff --git a/src/code/z_player_call.c b/src/code/z_player_call.c index fdfe4c7dc..51a4a6d48 100644 --- a/src/code/z_player_call.c +++ b/src/code/z_player_call.c @@ -1,4 +1,3 @@ -#include "prevent_bss_reordering.h" #include "global.h" #include "z64pause_menu.h" -- cgit v1.2.3