mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-25 15:25:07 -04:00
JASProbe
This commit is contained in:
+1
-1
@@ -658,7 +658,7 @@ config.libs = [
|
||||
Object(NonMatching, "JSystem/JAudio/JASHardStream.cpp"),
|
||||
Object(NonMatching, "JSystem/JAudio/JASHeapCtrl.cpp"),
|
||||
Object(NonMatching, "JSystem/JAudio/JASResArcLoader.cpp"),
|
||||
Object(NonMatching, "JSystem/JAudio/JASProbe.cpp"),
|
||||
Object(Matching, "JSystem/JAudio/JASProbe.cpp"),
|
||||
Object(NonMatching, "JSystem/JAudio/JASKernelDebug.cpp"),
|
||||
Object(Matching, "JSystem/JAudio/JASCmdStack.cpp"),
|
||||
Object(Matching, "JSystem/JAudio/JASSystemHeap.cpp"),
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
#ifndef JASPROBE_H
|
||||
#define JASPROBE_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
namespace JASystem {
|
||||
namespace Kernel {
|
||||
void probeStart(s32, char*);
|
||||
void probeFinish(s32);
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* JASPROBE_H */
|
||||
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user