mirror of
https://github.com/zeldaret/tp
synced 2026-08-16 05:09:22 -04:00
d_meter_HIO Wii/debug mostly matching (#3158)
This commit is contained in:
@@ -20,7 +20,11 @@ public:
|
||||
#endif
|
||||
};
|
||||
|
||||
class JORReflexible : public JOREventListener {
|
||||
class JORReflexible
|
||||
#if !PLATFORM_WII
|
||||
: public JOREventListener
|
||||
#endif
|
||||
{
|
||||
public:
|
||||
#if DEBUG
|
||||
JORReflexible() {}
|
||||
|
||||
Reference in New Issue
Block a user