Commit graph

13 commits

Author SHA1 Message Date
ReinUsesLisp
a44fa7e190 yuzu_tester: Remove unused variable 2019-10-04 23:41:22 +00:00
Zach Hilman
04078a2139 configure_debug: Move reporting option to logging 2019-09-21 18:43:20 -04:00
Lioncash
c899be460b yuzu-tester/yuzu: Correct format string
Prevents an invalid formatting exception from being thrown.
2019-07-29 20:55:48 -04:00
Lioncash
e664a1b940 yuzu-tester/yuzu: Remove unused variable
Gets rid of a compilation warning.
2019-07-29 20:50:33 -04:00
Lioncash
66cfba50ed yuzu: Remove setting for using Unicorn
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-11 05:59:13 -04:00
fearlessTobi
662ff325bf yuzu: Remove CPU Jit setting from the UI
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-07-04 14:48:08 +02:00
Zach Hilman
177fd0a00b yuzutest: Add minor comments 2019-06-10 00:31:54 -04:00
Zach Hilman
75f7a216c2 yuzu_tester: Display results in table format 2019-06-10 00:03:11 -04:00
Zach Hilman
0df48b790f yuzutest: Support multiple tests per executable 2019-06-10 00:03:11 -04:00
Zach Hilman
325482d2a2 yuzu_tester: Add 'yuzutest' service 2019-06-10 00:03:11 -04:00
Zach Hilman
cf7a646f0b yuzu_tester: Add SDL2-based EmuWindow that doesn't show the window 2019-06-10 00:03:11 -04:00
Zach Hilman
b2b51bf223 yuzu_tester: Use config, icon, and main from yuzu-cmd 2019-06-10 00:03:11 -04:00
Zach Hilman
983a52fccd yuzu_tester: Add project subdirectory 2019-06-10 00:03:11 -04:00