Merge pull request #1020 from ramapcsx2/loading_psx_games_enable

Enable loading psx games by default. Should help fixing PSX support w…
This commit is contained in:
Gregory Hainaut 2016-01-17 16:35:55 +01:00
commit 42783279ff
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ TraceLogFilters& SetTraceConfig();
// This disables the exception normally caused by trying to load PS1
// games. Note: currently PS1 games will error out even without this
// commented, so this is for development purposes only.
#define ENABLE_LOADING_PS1_GAMES 0
#define ENABLE_LOADING_PS1_GAMES 1
// Change to 1 for console logs of SIF, GPU (PS1 mode) and MDEC (PS1 mode).
// These do spam a lot though!