This commit is contained in:
Jcw87
2023-10-22 14:10:18 -07:00
parent 73a595b83c
commit 1b7db29f53
3 changed files with 17 additions and 10 deletions
+3 -9
View File
@@ -3,16 +3,10 @@
// Translation Unit: JASProbe.cpp
//
#include "JASProbe.h"
#include "dolphin/types.h"
#include "JSystem/JAudio/JASProbe.h"
/* 8027D6B0-8027D6B4 .text probeStart__Q28JASystem6KernelFlPc */
void JASystem::Kernel::probeStart(long, char*) {
/* Nonmatching */
}
void JASystem::Kernel::probeStart(s32, char*) {}
/* 8027D6B4-8027D6B8 .text probeFinish__Q28JASystem6KernelFl */
void JASystem::Kernel::probeFinish(long) {
/* Nonmatching */
}
void JASystem::Kernel::probeFinish(s32) {}