summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester/config.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-05yuzu_tester: Remove unused variableReinUsesLisp1-1/+0
2019-07-11yuzu: Remove setting for using UnicornLioncash1-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.
2019-07-04yuzu: Remove CPU Jit setting from the UIfearlessTobi1-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.
2019-06-10yuzu_tester: Display results in table formatZach Hilman1-1/+0
2019-06-10yuzu_tester: Use config, icon, and main from yuzu-cmdZach Hilman1-0/+185