From f5da1830e3bf9266be4fbc3b997ad9ca566c1f89 Mon Sep 17 00:00:00 2001 From: roeming Date: Thu, 29 May 2025 16:19:07 -0400 Subject: [PATCH] fix build --- src/static/Famicom/ks_nes_core.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/Famicom/ks_nes_core.cpp b/src/static/Famicom/ks_nes_core.cpp index 6c4a5eb0..22378b7e 100644 --- a/src/static/Famicom/ks_nes_core.cpp +++ b/src/static/Famicom/ks_nes_core.cpp @@ -7,6 +7,7 @@ #include "jaudio_NES/emusound.h" #include "_mem.h" #include "dolphin/os.h" +#include "jaudio_NES/emusound.h" // TODO: verify function signatures. // TODO: replace hard-coded function pointers with function names.