From 8e77d331be5e2997406c5030b96ba6a6f1fb9685 Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Sat, 11 Jul 2020 16:31:41 +0200 Subject: 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. --- src/yuzu/configuration/configure_filesystem.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/yuzu/configuration/configure_filesystem.h') 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); -- cgit v1.2.3