Link jaudio_NES/aictrl.c

This commit is contained in:
Cuyler36
2024-06-03 17:22:36 -04:00
parent 58395b3461
commit 7f001f81e7
8 changed files with 70 additions and 41 deletions
+3 -5
View File
@@ -1,9 +1,7 @@
#include "jaudio_NES/dummyprobe.h"
void Probe_Start(void){
extern void Probe_Start(s32 id, const char* label) {
}
void Probe_Finish(void){
}
extern void Probe_Finish(s32 id) {
}