summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp2-8/+0
Create Vulkan instances and surfaces from the Vulkan backend.
2020-03-26Address review and fix broken yuzu-tester buildJames Rowe3-23/+34
2020-02-28Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels.Morph2-0/+6
2020-02-26frontend: sdl2: emu_window: Implement separate presentation thread.bunnei2-7/+0
2020-02-14Add 4:3 aspect ratio and address feedbackMorph1-1/+1
2020-02-14Add following aspect ratios: 16:9, 21:9, Stretch to WindowMorph2-0/+6
Available as a drop down within the configure graphics tab.
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp2-1/+21
Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing bits on Vulkan initialization.
2019-10-05yuzu_tester: Remove unused variableReinUsesLisp1-1/+0
2019-09-22configure_debug: Move reporting option to loggingZach Hilman1-1/+3
2019-07-30yuzu-tester/yuzu: Correct format stringLioncash1-1/+1
Prevents an invalid formatting exception from being thrown.
2019-07-30yuzu-tester/yuzu: Remove unused variableLioncash1-1/+0
Gets rid of a compilation warning.
2019-07-11yuzu: Remove setting for using UnicornLioncash2-5/+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 UIfearlessTobi2-2/+2
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 Hilman2-8/+9
2019-06-10yuzu_tester: Display results in table formatZach Hilman3-12/+50
2019-06-10yuzutest: Support multiple tests per executableZach Hilman4-33/+41
2019-06-10yuzu_tester: Add 'yuzutest' serviceZach Hilman2-0/+123
2019-06-10yuzu_tester: Add SDL2-based EmuWindow that doesn't show the windowZach Hilman2-0/+164
2019-06-10yuzu_tester: Use config, icon, and main from yuzu-cmdZach Hilman6-0/+624
2019-06-10yuzu_tester: Add project subdirectoryZach Hilman1-0/+34