From 3feb122bf0abf26233105557a5e1b42adfb9ace7 Mon Sep 17 00:00:00 2001 From: roeming Date: Thu, 29 May 2025 16:32:04 -0400 Subject: [PATCH] fix build attempt 2 --- src/static/Famicom/ks_nes_core.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/static/Famicom/ks_nes_core.cpp b/src/static/Famicom/ks_nes_core.cpp index 22378b7e..e7c4df3a 100644 --- a/src/static/Famicom/ks_nes_core.cpp +++ b/src/static/Famicom/ks_nes_core.cpp @@ -7,7 +7,9 @@ #include "jaudio_NES/emusound.h" #include "_mem.h" #include "dolphin/os.h" -#include "jaudio_NES/emusound.h" + +extern "C" u8 Sound_Read(u16 reg_addr); + // TODO: verify function signatures. // TODO: replace hard-coded function pointers with function names.