summaryrefslogtreecommitdiff
path: root/src/yuzu_tester
AgeCommit message (Collapse)Author
2019-07-11yuzu: Remove setting for using UnicornLioncash
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 UIfearlessTobi
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-10yuzutest: Add minor commentsZach Hilman
2019-06-10yuzu_tester: Display results in table formatZach Hilman
2019-06-10yuzutest: Support multiple tests per executableZach Hilman
2019-06-10yuzu_tester: Add 'yuzutest' serviceZach Hilman
2019-06-10yuzu_tester: Add SDL2-based EmuWindow that doesn't show the windowZach Hilman
2019-06-10yuzu_tester: Use config, icon, and main from yuzu-cmdZach Hilman
2019-06-10yuzu_tester: Add project subdirectoryZach Hilman