summaryrefslogtreecommitdiff
path: root/src/yuzu_tester/config.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GPU: Add Fast GPU Time Option.Gravatar Fernando Sahmkow2020-04-231-0/+2
|
* UI: Replasce accurate GPU option for GPU Accuracy LevelGravatar Fernando Sahmkow2020-04-221-2/+2
|
* Create an "Advanced" tab in the graphics configuration tab and add ↵Gravatar Morph2020-02-271-0/+2
| | | | anisotropic filtering levels.
* Add following aspect ratios: 16:9, 21:9, Stretch to WindowGravatar Morph2020-02-131-0/+2
| | | | Available as a drop down within the configure graphics tab.
* yuzu_tester: Remove unused variableGravatar ReinUsesLisp2019-10-041-1/+0
|
* yuzu: Remove setting for using UnicornGravatar Lioncash2019-07-111-1/+0
| | | | | | | | | | The JIT is mature enough that this setting can be removed, falling back to Unicorn only on unsupported architectures. Any missing features from Unicorn (of which there are extremely few), are mostly developer-oriented, which most users don't care about. Features should be coordinated with the JIT, not the interpreter, anyhow.
* yuzu: Remove CPU Jit setting from the UIGravatar fearlessTobi2019-07-041-1/+1
| | | | A normal user shouldn't change this, as it will slow down the emulation and can lead to bugs or crashes. The renaming is done in order to prevent users from leaving this on without a way to turn it off from the UI.
* yuzu_tester: Display results in table formatGravatar Zach Hilman2019-06-101-1/+0
|
* yuzu_tester: Use config, icon, and main from yuzu-cmdGravatar Zach Hilman2019-06-101-0/+185