summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester/default_ini.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Remove yuzu_testerReinUsesLisp2021-01-151-182/+0
| | | | | | | | | | We never ended up using yuzu_tester. Removing it saves code duplication with yuzu_cmd, and distribution size on prebuilt packages. For unit testing, we can use catch2 from guest code and dump the results to a file. Then execute yuzu from a script on ci if we want this to be automated.
* config: Enable docked mode by defaultMorph2021-01-101-1/+1
|
* configuration: Add settings to enable/disable specific CPU optimizationsMerryMage2020-07-111-0/+33
|
* yuzu/frontend: Remove internal resolution optionMorph2020-06-061-5/+0
|
* Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels.Morph2020-02-281-0/+4
|
* Add 4:3 aspect ratio and address feedbackMorph2020-02-141-1/+1
|
* Add following aspect ratios: 16:9, 21:9, Stretch to WindowMorph2020-02-141-0/+4
| | | | Available as a drop down within the configure graphics tab.
* yuzu: Remove setting for using UnicornLioncash2019-07-111-4/+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 UIfearlessTobi2019-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: Use config, icon, and main from yuzu-cmdZach Hilman2019-06-101-0/+150