summaryrefslogtreecommitdiff
path: root/src/JSystem/JAudio/JASProbe.cpp
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-10-22 14:10:18 -0700
committerJcw87 <Jcw87@users.noreply.github.com>2023-10-23 00:05:05 -0700
commit1b7db29f5387ca3ebc40c5bb3fed2c1c826cd142 (patch)
tree08d4b3cf787ec9e7efd587f01700d42dea67579a /src/JSystem/JAudio/JASProbe.cpp
parent73a595b83cf3376d799faa68e25dbb52239344f2 (diff)
JASProbe
Diffstat (limited to 'src/JSystem/JAudio/JASProbe.cpp')
-rw-r--r--src/JSystem/JAudio/JASProbe.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/JSystem/JAudio/JASProbe.cpp b/src/JSystem/JAudio/JASProbe.cpp
index 6360b41c..c4d472a1 100644
--- a/src/JSystem/JAudio/JASProbe.cpp
+++ b/src/JSystem/JAudio/JASProbe.cpp
@@ -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) {}