mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Files
e6d68e6d76f13e76b50f387e51a7af3cdeb41eb8
18 lines
446 B
C
18 lines
446 B
C
#pragma once
|
|||
|
|||
/**********************
|
|||
* BENCHMARK SETTINGS *
|
|||
**********************/
|
|||
|
Fix formatting inconsistencies in config files (#303)
Fix formatting inconsistencies in config files
|
|
||
/**
|
|||
|
Fix formatting inconsistencies in config files (#303)
Fix formatting inconsistencies in config files
|
* Enabling this will enable a set of defines in order to run a benchmark on the game.
|
||
* Currently this just starts the credits, and enables PUPPYPRINT_DEBUG.
|
|||
*/
|
|||
// #define ENABLE_CREDITS_BENCHMARK
|
|||
|
|||
#ifdef ENABLE_CREDITS_BENCHMARK
|
|||
#define DEBUG_ALL
|
|||
#define ENABLE_VANILLA_LEVEL_SPECIFIC_CHECKS
|
|||
#define TEST_LEVEL LEVEL_CASTLE_GROUNDS
|
|||
#endif
|