Skip to content

Commit

Permalink
Default GBA LCD filter to off.
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
  • Loading branch information
rkitover committed Feb 4, 2023
1 parent 5385b47 commit 7d9cb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/ConfigManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ bool mirroringEnable = true;
bool parseDebug = true;
bool speedHack = false;
bool speedup = false;
bool gbaLcdFilter = true;
bool gbaLcdFilter = false;
bool gbLcdFilter = false;
const char* aviRecordDir;
const char* batteryDir;
Expand Down

0 comments on commit 7d9cb2b

Please sign in to comment.