summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2023-06-25 09:56:48 +1000
committerGitHub <noreply@github.com>2023-06-24 19:56:48 -0400
commit21655f31c5278bb367dcb67ecea1104eb00f6142 (patch)
tree70b3dde36de55a14fff7e34a3fbafb4203dfc2a4 /src/code
parent9b341a4d6a721b46baa81ee2f47815b6073f5096 (diff)
Audio Effects Cleanup (#1295)
* audio effects cleanup * more cleanup * header comments * more docs * cleanup * file name fix * swap if * more cleanup * move comment * ADSR notes * fix bss, pr review
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_sram_NES.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/code/z_sram_NES.c b/src/code/z_sram_NES.c
index 4da2f6963..5efb43896 100644
--- a/src/code/z_sram_NES.c
+++ b/src/code/z_sram_NES.c
@@ -1,4 +1,3 @@
-#include "prevent_bss_reordering.h"
#include "global.h"
#include "z64horse.h"
#include "overlays/gamestates/ovl_file_choose/z_file_select.h"