Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-14 | common: Move settings to common from core. | bunnei | |
- Removes a dependency on core and input_common from common. | |||
2021-03-20 | Fix cancelation of choose directory dialog | ivan-boikov | |
2021-01-04 | yuzu/configure_filesystem: Remove "Select Cache Directory" option | FearlessTobi | |
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. | |||
2020-08-16 | common/fileutil: Convert namespace to Common::FS | Lioncash | |
Migrates a remaining common file over to the Common namespace, making it consistent with the rest of common files. This also allows for high-traffic FS related code to alias the filesystem function namespace as namespace FS = Common::FS; for more concise typing. | |||
2020-07-10 | settings: Remove storage size options | Morph | |
2020-04-22 | Add a trailing separator to the string path | Morph | |
Fixes #3643 | |||
2019-09-21 | configure_debug: Move reporting option to logging | Zach Hilman | |
2019-09-21 | config: Remove Dump options from configure_debug | Zach Hilman | |
2019-09-21 | yuzu: Add UI to manage filesystem paths and sizes | Zach Hilman | |