Make the rest of JSystem compiled in DEBUG

This commit is contained in:
PJB3005
2026-02-25 21:28:50 +01:00
parent b34ba7b4f0
commit cf5ce234b6
4 changed files with 23 additions and 3 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*);