summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-25cmake: move gamemode target include into its fileGravatar flodavid1-1/+0
2023-11-25yuzu: create linux group in general settingsGravatar flodavid1-18/+6
2023-11-25yuzu: integrate gamemode support on linuxGravatar xcfrg2-0/+25
2023-11-21general: Remove inihGravatar t8951-1/+1
2023-11-21config: Unify config handling under frontend_commonGravatar t8957-876/+312
2023-09-13cmd/yuzu: Remove uncaught usage of stoiGravatar lat9nq1-2/+3
2023-09-13cmd/config: Remove uncaught usage of stoulGravatar lat9nq1-1/+1
2023-09-10am: Implement UserChannel parametersGravatar FearlessTobi1-0/+1
2023-09-03msvc: set warning level to /W4 globallyGravatar Danila Malyutin1-1/+1
2023-07-21configure_system: Implement with for loopGravatar lat9nq1-0/+1
2023-07-21settings: Recategorize a bitGravatar lat9nq1-1/+5
2023-07-21settings: Add a registry of settingsGravatar lat9nq2-138/+30
2023-07-21settings,video_core: Consolidate ASTC decoding optionsGravatar lat9nq1-2/+0
2023-07-02core_timing: Remove GetCurrentTimerResolution in CoreTiming loopGravatar Morph1-2/+6
2023-06-17video_core: Removed AF for all mip modes option as it's default nowGravatar Wollnashorn2-5/+0
2023-06-13video_core: Option to apply anisotropic filtering for all mipmap modesGravatar Wollnashorn2-0/+5
2023-06-12input_common: Redesign mouse panningGravatar Baptiste Marie1-3/+23
2023-06-03core: frontend: Refactor GraphicsContext to its own module.Gravatar bunnei1-0/+2
2023-06-03android: Frontend: Fix rendering aspect ratio & add a setting for it.Gravatar bunnei1-1/+1
2023-05-25Don't exit when using "-u" option in yuzu-cmdGravatar Ariel Cabello1-1/+1
2023-05-25Add short "-u" option for yuzu_cmd.Gravatar Ariel Cabello1-1/+1
2023-05-23textures: add BC1 and BC3 compressors and recompression settingGravatar Liam2-0/+5
2023-05-09service: nfp: Allow to load with a different amiibo idGravatar german771-0/+1
2023-05-07Settings: add option to enable / disable reactive flushingGravatar Fernando Sahmkow2-0/+5
2023-05-05yuzu-sdl,audio_core: Remove antiquated warning ignoreGravatar lat9nq1-11/+1
2023-05-03settings: remove pessimistic flushingGravatar Liam2-5/+0
2023-05-02default_ini: Update V-Sync descriptionGravatar lat9nq1-2/+8
2023-05-02configuration: Expose separate swap present modesGravatar lat9nq1-1/+1
2023-05-01vk_present_manager: Add toggle for async presentationGravatar GPUCode2-0/+5
2023-04-30settings: rename extended memory layout to unsafe, move from general to systemGravatar Liam2-3/+3
2023-04-08kernel: switch extended memory setting to 8GB arrangementGravatar Liam1-1/+1
2023-03-05main: (Windows) Set the current timer resolution to the maximumGravatar Morph1-0/+4
2023-02-22configuration: Add async ASTC decode settingGravatar ameerj2-0/+5
2023-02-16input_common: Split mouse input into individual devicesGravatar Narr the Reg1-2/+6
2023-02-13general: rename CurrentProcess to ApplicationProcessGravatar Liam1-1/+1
2023-02-09input_common: Reintroduce custom pro controller supportGravatar Narr the Reg1-0/+1
2023-02-06Update yuzu_cmd's default_ini.hGravatar Matías Locatti1-7/+10
2023-02-04yuzu_cmd: Order arguments alphabetically and port arguments from QtGravatar german771-19/+36
2023-02-04yuzu_cmd: Fix mismatching controller inputGravatar german773-2/+18
2023-02-04yuzu_cmd: Fix touch inputGravatar german772-33/+21
2023-01-25default_ini: Split and concatenate the config string literalGravatar Morph1-2/+8
2023-01-05yuzu-cmd: Removed `use_vulkan_driver_pipeline_cache` from default_ini.hGravatar Wollnashorn1-4/+0
2023-01-05video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelinesGravatar Wollnashorn2-0/+5
2023-01-04common: add setting for renderer clock workaroundGravatar Liam1-0/+1
2023-01-04yuzu-ui: Add setting for disabling macro HLEGravatar Fernando Sahmkow1-0/+1
2023-01-02cmake: move find-modules to root cmake dirGravatar Alexandre Bouvier1-2/+0
2022-12-23Disable automatically opening the console on windows yuzu-cmd builds (#9485)Gravatar Chris Oboe2-0/+16
2022-12-13gl_device: Use a more robust way to use strict context modeGravatar Alexander Orzechowski1-0/+2
2022-12-13emu_window_sdl2: Respect hidpiGravatar Alexander Orzechowski1-1/+1
2022-12-06cmake: use sdl2 imported targetGravatar Alexandre Bouvier1-7/+1