diff options
Diffstat (limited to 'src/SMAPI/SMAPI.config.json')
-rw-r--r-- | src/SMAPI/SMAPI.config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/SMAPI/SMAPI.config.json b/src/SMAPI/SMAPI.config.json index 065dfa8c..544aeaec 100644 --- a/src/SMAPI/SMAPI.config.json +++ b/src/SMAPI/SMAPI.config.json @@ -47,6 +47,12 @@ copy all the settings, or you may cause bugs due to overridden changes in future "AggressiveMemoryOptimizations": false, /** + * Whether to make SMAPI file APIs case-insensitive, even on Linux. + * This is experimental, and the initial implementation may impact load times. + */ + "UseCaseInsensitivePaths": false, + + /** * Whether to use the experimental Pintail API proxying library, instead of the original * proxying built into SMAPI itself. */ |