diff options
author | FearlessTobi <thm.frey@gmail.com> | 2020-07-11 16:31:41 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2021-01-04 06:29:48 +0100 |
commit | 8e77d331be5e2997406c5030b96ba6a6f1fb9685 (patch) | |
tree | 76946564425ccd0d92e08a9f192aef5a1c421cc8 /src/yuzu/configuration/configure_filesystem.h | |
parent | 87a892552398ab34e4a5cc1b832ee886a1ff87e9 (diff) |
yuzu/configure_filesystem: Remove "Select Cache Directory" option
This tab of the settings is already extremely bloated and the setting itself is quite useless.
With a gamelist of almost 30 games, the cache directory is smaller than 1MB for me and therefore I don't see why it needs to be configurable.
Diffstat (limited to 'src/yuzu/configuration/configure_filesystem.h')
-rw-r--r-- | src/yuzu/configuration/configure_filesystem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_filesystem.h b/src/yuzu/configuration/configure_filesystem.h index a79303760..2147cd405 100644 --- a/src/yuzu/configuration/configure_filesystem.h +++ b/src/yuzu/configuration/configure_filesystem.h @@ -32,7 +32,6 @@ private: Gamecard, Dump, Load, - Cache, }; void SetDirectory(DirectoryTarget target, QLineEdit* edit); |