summaryrefslogtreecommitdiff
path: root/src/yuzu_tester
AgeCommit message (Collapse)Author
2020-06-06yuzu/frontend: Remove internal resolution optionMorph
2020-04-23GPU: Add Fast GPU Time Option.Fernando Sahmkow
2020-04-22UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp
Create Vulkan instances and surfaces from the Vulkan backend.
2020-03-25Address review and fix broken yuzu-tester buildJames Rowe
2020-02-27Create an "Advanced" tab in the graphics configuration tab and add ↵Morph
anisotropic filtering levels.
2020-02-25frontend: sdl2: emu_window: Implement separate presentation thread.bunnei
2020-02-14Add 4:3 aspect ratio and address feedbackMorph
2020-02-13Add following aspect ratios: 16:9, 21:9, Stretch to WindowMorph
Available as a drop down within the configure graphics tab.
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp
Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing bits on Vulkan initialization.
2019-10-04yuzu_tester: Remove unused variableReinUsesLisp
2019-09-21configure_debug: Move reporting option to loggingZach Hilman
2019-07-29yuzu-tester/yuzu: Correct format stringLioncash
Prevents an invalid formatting exception from being thrown.
2019-07-29yuzu-tester/yuzu: Remove unused variableLioncash
Gets rid of a compilation warning.
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