summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Eliminate remaining usages of the global system instanceLioncash2020-11-271-3/+4
* service: Eliminate usages of the global system instanceLioncash2020-11-273-10/+14
* Merge pull request #4976 from comex/poll-eventsRodrigo Locatti2020-11-262-5/+0
|\
| * Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex2020-11-232-5/+0
* | core: Make use of [[nodiscard]] with the System classLioncash2020-11-181-2/+2
|/
* configure_input: Add per-player vibrationMorph2020-11-161-0/+1
* settings: Remove global vibration strength modifierMorph2020-11-161-1/+0
* configure_input: Hook up the vibration percentage spinboxMorph2020-11-161-0/+1
* settings: Preparation for per-game input settingsMorph2020-11-161-7/+7
* core: Remove usage of unicornLioncash2020-11-041-2/+0
* Merge pull request #4594 from german77/MotionHIDbunnei2020-09-171-0/+1
|\
| * configure_input: Hook up the motion button and checkboxMorph2020-09-051-0/+1
* | video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-1/+0
|/
* input_common: Eliminate most global stateLioncash2020-08-272-3/+8
* Project Mjölnir: Part 1Morph2020-08-261-0/+1
* common/telemetry: Migrate namespace into the Common namespaceLioncash2020-08-181-1/+2
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-162-12/+13
* configuration: Add settings to enable/disable specific CPU optimizationsMerryMage2020-07-111-0/+33
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-29/+34
* General: Setup yuzu threads' microprofile, naming and registry.Fernando Sahmkow2020-06-271-2/+4
* YuzuCMD/Tester: Correct executionFernando Sahmkow2020-06-271-3/+4
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-1/+1
* yuzu_tester: Silence type conversion warningMorph2020-06-231-1/+1
* Fix: fatal error CVT1100 when compiling manifest fileFearlessTobi2020-06-211-1/+1
* yuzu/frontend: Remove internal resolution optionMorph2020-06-062-7/+0
* GPU: Add Fast GPU Time Option.Fernando Sahmkow2020-04-231-0/+2
* UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow2020-04-221-2/+2
* yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp2020-04-072-8/+0
* Address review and fix broken yuzu-tester buildJames Rowe2020-03-263-23/+34
* Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels.Morph2020-02-282-0/+6
* frontend: sdl2: emu_window: Implement separate presentation thread.bunnei2020-02-262-7/+0
* Add 4:3 aspect ratio and address feedbackMorph2020-02-141-1/+1
* Add following aspect ratios: 16:9, 21:9, Stretch to WindowMorph2020-02-142-0/+6
* yuzu: Implement Vulkan frontendReinUsesLisp2020-01-292-1/+21
* yuzu_tester: Remove unused variableReinUsesLisp2019-10-051-1/+0
* configure_debug: Move reporting option to loggingZach Hilman2019-09-221-1/+3
* yuzu-tester/yuzu: Correct format stringLioncash2019-07-301-1/+1
* yuzu-tester/yuzu: Remove unused variableLioncash2019-07-301-1/+0
* yuzu: Remove setting for using UnicornLioncash2019-07-112-5/+0
* yuzu: Remove CPU Jit setting from the UIfearlessTobi2019-07-042-2/+2
* yuzutest: Add minor commentsZach Hilman2019-06-102-8/+9
* yuzu_tester: Display results in table formatZach Hilman2019-06-103-12/+50
* yuzutest: Support multiple tests per executableZach Hilman2019-06-104-33/+41
* yuzu_tester: Add 'yuzutest' serviceZach Hilman2019-06-102-0/+123
* yuzu_tester: Add SDL2-based EmuWindow that doesn't show the windowZach Hilman2019-06-102-0/+164
* yuzu_tester: Use config, icon, and main from yuzu-cmdZach Hilman2019-06-106-0/+624
* yuzu_tester: Add project subdirectoryZach Hilman2019-06-101-0/+34