Default GBA LCD filter to off.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2023-02-04 01:45:58 +00:00
parent 5385b477da
commit 7d9cb2b5f0
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 1 deletions

View File

@ -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;