summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: Make high GPU accuracy the defaultGravatar ReinUsesLisp2021-02-131-1/+1
* gpu: Report renderer errors with exceptionsGravatar ReinUsesLisp2021-02-131-1/+1
* Merge pull request #5869 from german77/mousePanningGravatar bunnei2021-02-111-1/+2
|\
| * Add mouse panningGravatar german2021-02-071-1/+2
* | renderer_opengl: Update OpenGL backend version requirement to 4.6Gravatar Morph2021-02-071-19/+7
|/
* Merge pull request #5778 from ReinUsesLisp/shader-dirGravatar bunnei2021-01-271-0/+3
|\
| * renderer_opengl: Avoid precompiled cache and force NV GL cache directoryGravatar ReinUsesLisp2021-01-211-0/+3
* | Add mutitouch support for touch screensGravatar german2021-01-151-6/+6
* | Allow all touch inputs at the same time and remove config options that are no...Gravatar german2021-01-151-4/+0
|/
* config: Enable docked mode by defaultGravatar Morph2021-01-102-2/+2
* yuzu_cmd: Silence unreferenced local variable warningGravatar Morph2021-01-101-2/+0
* general: Fix various spelling errorsGravatar Morph2021-01-021-1/+1
* cmake: Always enable VulkanGravatar ReinUsesLisp2020-12-242-18/+4
* yuzu: Remove gdbstub configurationGravatar FearlessTobi2020-12-193-25/+5
* yuzu_cmd: Remove 'users_size'Gravatar comex2020-12-051-1/+0
* Merge pull request #4937 from german77/multiUDPGravatar bunnei2020-12-011-4/+2
|\
| * Add multiple udp server supportGravatar german2020-11-251-4/+2
* | Merge pull request #4939 from german77/MouseInputGravatar bunnei2020-11-292-5/+4
|\ \
| * | Implement full mouse supportGravatar german2020-11-252-5/+4
* | | core: Eliminate remaining usages of the global system instanceGravatar Lioncash2020-11-271-5/+4
| |/ |/|
* | Merge pull request #4976 from comex/poll-eventsGravatar Rodrigo Locatti2020-11-253-60/+62
|\ \
| * | Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...Gravatar comex2020-11-233-60/+62
| |/
* / core: Make use of [[nodiscard]] with the System classGravatar Lioncash2020-11-181-2/+2
|/
* configure_input: Add per-player vibrationGravatar Morph2020-11-152-0/+6
* settings: Remove global vibration strength modifierGravatar Morph2020-11-152-5/+0
* configure_input: Hook up the vibration percentage spinboxGravatar Morph2020-11-152-0/+9
* settings: Preparation for per-game input settingsGravatar Morph2020-11-151-12/+13
* core: Remove usage of unicornGravatar Lioncash2020-11-031-2/+0
* yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default.Gravatar bunnei2020-10-262-5/+5
* renderer_opengl: Remove emulated mailbox presentationGravatar ReinUsesLisp2020-09-207-45/+12
* Merge pull request #4594 from german77/MotionHIDGravatar bunnei2020-09-171-0/+2
|\
| * configure_input: Hook up the motion button and checkboxGravatar Morph2020-09-051-0/+2
* | video_core: Remove all Core::System references in rendererGravatar ReinUsesLisp2020-09-061-1/+4
|/
* input_common: Eliminate most global stateGravatar Lioncash2020-08-277-19/+42
* Project Mjölnir: Part 1Gravatar Morph2020-08-261-0/+2
* common/telemetry: Migrate namespace into the Common namespaceGravatar Lioncash2020-08-181-1/+1
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-162-20/+22
* Rebase for per game settingsGravatar David Marcec2020-07-172-0/+8
* Merge pull request #4294 from MerryMage/cpu-opt-settingsGravatar bunnei2020-07-142-5/+33
|\
| * configuration: Add settings to enable/disable specific CPU optimizationsGravatar MerryMage2020-07-112-5/+33
* | settings: Remove storage size optionsGravatar Morph2020-07-101-9/+0
|/
* configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-093-39/+48
* General: Setup yuzu threads' microprofile, naming and registry.Gravatar Fernando Sahmkow2020-06-271-2/+4
* YuzuCMD/Tester: Correct executionGravatar Fernando Sahmkow2020-06-271-3/+4
* General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow2020-06-271-1/+1
* Fix: fatal error CVT1100 when compiling manifest fileGravatar FearlessTobi2020-06-211-1/+1
* Merge pull request #3966 from Morph1984/hide-internal-resolution-uiGravatar bunnei2020-06-162-7/+0
|\
| * yuzu/frontend: Remove internal resolution optionGravatar Morph2020-06-062-7/+0
* | Merge pull request #4009 from ogniK5377/macro-jit-prodGravatar bunnei2020-06-042-0/+4
|\ \ | |/ |/|
| * Implement macro JITGravatar David Marcec2020-05-302-0/+4