From 322290b19c3b8a8f701daa2ebe47aef59b1c62bd Mon Sep 17 00:00:00 2001 From: Shanoah Alkire Date: Mon, 15 Oct 2018 23:57:33 -0700 Subject: [PATCH] Reenable the new saveslots. Disable the logging for them. --- pcsx2/gui/Saveslots.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcsx2/gui/Saveslots.h b/pcsx2/gui/Saveslots.h index 1e5741d862..0eacfc05d4 100644 --- a/pcsx2/gui/Saveslots.h +++ b/pcsx2/gui/Saveslots.h @@ -21,7 +21,7 @@ #include "Elfheader.h" // Uncomment to turn on the new saveslot UI. -//#define USE_NEW_SAVESLOTS_UI +#define USE_NEW_SAVESLOTS_UI // Uncomment to turn on the extra UI updates *without* the UI. //#define USE_SAVESLOT_UI_UPDATES @@ -33,7 +33,7 @@ #ifdef USE_SAVESLOT_UI_UPDATES // Uncomment to add saveslot logging and comment to turn off. -#define SAVESLOT_LOGS +//#define SAVESLOT_LOGS #endif class Saveslot