added an option to disable AA in config.h

This commit is contained in:
Reonu
2021-05-28 23:40:01 +01:00
parent 8b2d211d3b
commit 2664867d59
2 changed files with 49 additions and 0 deletions

View File

@@ -58,6 +58,8 @@
#define LONGER_POLES
// Disable lives and hide the lives counter
#define DISABLE_LIVES
// Disable AA (Recommended: it changes nothing on emulator, and it makes console run better)
#define DISABLE_AA
// Uncomment this if you want global star IDs (useful for creating an open world hack ala MVC)
//#define GLOBAL_STAR_IDS
// Uncomment this if you want to skip the title screen (Super Mario 64 logo)