summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-27core: Eliminate remaining usages of the global system instanceLioncash1-3/+4
2020-11-27service: Eliminate usages of the global system instanceLioncash3-10/+14
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex2-5/+0
2020-11-18core: Make use of [[nodiscard]] with the System classLioncash1-2/+2
2020-11-16configure_input: Add per-player vibrationMorph1-0/+1
2020-11-16settings: Remove global vibration strength modifierMorph1-1/+0
2020-11-16configure_input: Hook up the vibration percentage spinboxMorph1-0/+1
2020-11-16settings: Preparation for per-game input settingsMorph1-7/+7
2020-11-04core: Remove usage of unicornLioncash1-2/+0
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-1/+0
2020-09-05configure_input: Hook up the motion button and checkboxMorph1-0/+1
2020-08-27input_common: Eliminate most global stateLioncash2-3/+8
2020-08-26Project Mjölnir: Part 1Morph1-0/+1
2020-08-18common/telemetry: Migrate namespace into the Common namespaceLioncash1-1/+2
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash2-12/+13
2020-07-11configuration: Add settings to enable/disable specific CPU optimizationsMerryMage1-0/+33
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-29/+34
2020-06-27General: Setup yuzu threads' microprofile, naming and registry.Fernando Sahmkow1-2/+4
2020-06-27YuzuCMD/Tester: Correct executionFernando Sahmkow1-3/+4
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow1-1/+1
2020-06-23yuzu_tester: Silence type conversion warningMorph1-1/+1
2020-06-21Fix: fatal error CVT1100 when compiling manifest fileFearlessTobi1-1/+1
2020-06-06yuzu/frontend: Remove internal resolution optionMorph2-7/+0
2020-04-23GPU: Add Fast GPU Time Option.Fernando Sahmkow1-0/+2
2020-04-22UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow1-2/+2
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp2-8/+0
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
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp2-1/+21
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
2019-07-30yuzu-tester/yuzu: Remove unused variableLioncash1-1/+0
2019-07-11yuzu: Remove setting for using UnicornLioncash2-5/+0
2019-07-04yuzu: Remove CPU Jit setting from the UIfearlessTobi2-2/+2
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