mirror of
https://github.com/td512/re3.git
synced 2026-03-02 14:35:01 +00:00
Place debug menu under ifdef
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "common.h"
|
||||
#ifdef DEBUGMENU
|
||||
#include "RwHelper.h"
|
||||
#include "Pad.h"
|
||||
#include "ControllerConfig.h"
|
||||
@@ -1313,3 +1314,4 @@ DebugMenuEntrySetAddress(MenuEntry *e, void *addr)
|
||||
((MenuEntry_Float32*)e)->variable = (float*)addr;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user