mirror of https://github.com/PCSX2/pcsx2.git
Reenable the new saveslots. Disable the logging for them.
This commit is contained in:
parent
8f986828e7
commit
322290b19c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue