[core] disable file indexing by default

* File indexing is too much of an annoyance on removable drives anyway
  and this should help with perf and access issues
* Alt-Q cheat mode is now changed to re-enable file indexing
* Also fix a rogue 'else' in the code
This commit is contained in:
Pete Batard 2018-04-19 16:02:07 +01:00
parent 2c7e7030a3
commit 7221dee4d1
4 changed files with 19 additions and 19 deletions

View file

@ -45,7 +45,7 @@ extern char* ini_file;
#define SETTING_ENABLE_WIN_DUAL_EFI_BIOS "EnableWindowsDualUefiBiosMode"
#define SETTING_FORCE_LARGE_FAT32_FORMAT "ForceLargeFat32Formatting"
#define SETTING_ENABLE_VMDK_DETECTION "EnableVmdkDetection"
#define SETTING_DISABLE_FILE_INDEXING "DisableFileIndexing"
#define SETTING_ENABLE_FILE_INDEXING "EnableFileIndexing"