Merge pull request #21 from TakaRikka/26-02-25-jsystem-debug

Make the rest of JSystem compiled in DEBUG
This commit is contained in:
TakaRikka
2026-02-25 12:54:28 -08:00
committed by GitHub
6 changed files with 31 additions and 5 deletions
+6
View File
@@ -48,7 +48,13 @@ class JORReflexible : public JOREventListener {
public:
#if DEBUG
JORReflexible() {}
#if TARGET_PC
static JORServer* getJORServer() {
OSPanic(__FILE__, __LINE__, "getJORServer is unimplemented");
}
#else
static JORServer* getJORServer();
#endif
virtual void listenPropertyEvent(const JORPropertyEvent*);
virtual void listen(u32, const JOREvent*);