You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
fix
This commit is contained in:
@@ -112,7 +112,8 @@
|
||||
// Custom debug mode. Press DPAD left to show the debug UI. Press DPAD right to enter the noclip mode.
|
||||
//#define CUSTOM_DEBUG
|
||||
// Include Puppyprint, a display library for text and large images. Also includes a custom, enhanced performance profiler.
|
||||
#define PUPPYPRINT
|
||||
//#define PUPPYPRINT
|
||||
#define PUPPYPRINT_DEBUG 0
|
||||
|
||||
// BUG/GAME QOL FIXES
|
||||
// Fix instant warp offset not working when warping across different areas
|
||||
|
||||
@@ -476,12 +476,14 @@ void puppyprint_profiler_process(void)
|
||||
}
|
||||
benchmark_custom();
|
||||
}
|
||||
#if PUPPYPRINT_DEBUG
|
||||
if (gPlayer1Controller->buttonDown & U_JPAD && gPlayer1Controller->buttonPressed & L_TRIG)
|
||||
{
|
||||
ramViewer = 0;
|
||||
benchViewer = 0;
|
||||
fDebug ^= 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
if (perfIteration++ == NUM_PERF_ITERATIONS-1)
|
||||
|
||||
Reference in New Issue
Block a user