summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/config.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: Unify config handling under frontend_commont8952023-11-211-1309/+0
* Merge pull request #12007 from german77/moar_buttonsliamwhite2023-11-161-0/+1
|\
| * core: hid: Split SL and SR buttonsgerman772023-11-121-0/+1
* | yuzu: Save mute when in background settingNarr the Reg2023-11-101-0/+2
|/
* yuzu: Fix restore shortcuts buttonNarr the Reg2023-10-221-1/+2
* yuzu: Enable to use controller to restart a gameflodavid2023-10-121-1/+1
* yuzu: Enable to use controller to close a gameflodavid2023-10-121-1/+1
* general: Convert use_docked_mode to an enumerationlat9nq2023-08-221-4/+5
* config: Read the entire screenshots categorylat9nq2023-08-161-2/+1
* config(qt): Fix name of network categorylat9nq2023-08-021-2/+1
* config(qt): Use qt_config directly to read configlat9nq2023-08-021-2/+4
* config(qt): Write the UiGeneral categorylat9nq2023-07-301-0/+1
* config(qt): Fix generic read settinglat9nq2023-07-291-7/+11
* config: Read the Network categorylat9nq2023-07-221-0/+11
* config: Remove unused functionslat9nq2023-07-211-81/+0
* settings: Delete cpu_accuracy_first_timelat9nq2023-07-211-5/+0
* (ui,)settings: Use explicit instantiationlat9nq2023-07-211-3/+3
* settings,general: Rename non-confirming enumslat9nq2023-07-211-4/+4
* configure_system: Implement with for looplat9nq2023-07-211-0/+2
* settings: Add UiGeneral classlat9nq2023-07-211-0/+1
* config: Don't merge the mapslat9nq2023-07-211-9/+10
* configuration: Move CreateWidget to a classlat9nq2023-07-211-0/+3
* settings: Recategorize a bitlat9nq2023-07-211-2/+10
* settings: Add a registry of settingslat9nq2023-07-211-480/+106
* settings,video_core: Consolidate ASTC decoding optionslat9nq2023-07-211-4/+8
* input_common: Tune mouse controlsNarr the Reg2023-06-291-4/+2
* Merge pull request #9663 from EBADBEEF/disable-controller-appletNarr the Reg2023-06-271-0/+2
|\
| * qt: add option to disable controller appletEBADBEEF2023-01-231-0/+2
* | Merge pull request #10495 from bm01/masterliamwhite2023-06-271-3/+30
|\ \
| * | input_common: Redesign mouse panningBaptiste Marie2023-06-121-3/+30
* | | video_core: optionally skip barriers on feedback loopsLiam2023-06-141-0/+2
|/ /
* | Merge pull request #10685 from liamwhite/serialization-is-hardMorph2023-06-101-0/+2
|\ \
| * | qt: persist framerate sync optionLiam2023-06-091-0/+2
* | | yuzu: add opengl shader backend info in status barxcfrg2023-06-041-0/+6
|/ /
* | Merge pull request #10352 from grimkor/add-context-menu-status-bar-settingsliamwhite2023-06-011-0/+36
|\ \
| * | add context menu for filter and anti-aliasing status buttonsgrimkor2023-05-241-0/+36
* | | textures: add BC1 and BC3 compressors and recompression settingLiam2023-05-231-0/+5
|/ /
* | Merge pull request #10181 from lat9nq/intel-compute-toggleliamwhite2023-05-151-0/+2
|\ \
| * | yuzu-qt/config: Add option to disable compute on Intellat9nq2023-05-071-0/+2
* | | service: nfp: Allow to load with a different amiibo idgerman772023-05-101-0/+2
* | | Settings: add option to enable / disable reactive flushingFernando Sahmkow2023-05-071-0/+2
|/ /
* | Merge pull request #10125 from lat9nq/vsync-selectbunnei2023-05-071-2/+8
|\ \
| * | configuration: Expose separate swap present modeslat9nq2023-05-031-2/+8
* | | settings: remove pessimistic flushingLiam2023-05-041-2/+0
* | | Merge pull request #10124 from liamwhite/pebkacMorph2023-05-031-2/+2
|\ \ \ | |/ / |/| |
| * | settings: rename extended memory layout to unsafe, move from general to systemLiam2023-04-301-2/+2
* | | vk_present_manager: Add toggle for async presentationGPUCode2023-05-011-0/+2
|/ /
* | Revert "yuzu: config: Remove player 8 and 9 from config file"Narr the Reg2023-02-261-1/+6
* | Merge pull request #9849 from ameerj/async-astcliamwhite2023-02-261-0/+2
|\ \
| * | configuration: Add async ASTC decode settingameerj2023-02-231-0/+2
* | | yuzu: config: Remove player 8 and 9 from config fileNarr the Reg2023-02-261-6/+1
* | | config: Fix per game Force max clockgerman772023-02-251-3/+1
|/ /
* | yuzu: Write to config file on important config changesNarr the Reg2023-02-171-0/+1
* | input_common: Reintroduce custom pro controller supportNarr the Reg2023-02-101-0/+2
* | Merge pull request #9492 from german77/joycon_releaseliamwhite2023-01-241-0/+2
|\ \ | |/ |/|
| * input_common: Disable SDL driver with switch controllersNarr the Reg2023-01-201-0/+2
* | fix formatJonas Gutenschwager2023-01-181-2/+1
* | allow volume up/down hotkeys to be repeatedJonas Gutenschwager2023-01-181-24/+26
|/
* Merge pull request #9552 from liamwhite/turboliamwhite2023-01-061-0/+4
|\
| * common: add setting for renderer clock workaroundLiam2023-01-051-0/+4
* | video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelinesWollnashorn2023-01-051-0/+2
|/
* yuzu-ui: Add setting for disabling macro HLEFernando Sahmkow2023-01-041-0/+2
* config: Save multiplayer settings only globallyWollnashorn2022-12-301-2/+0
* yuzu: fix device name settinggerman772022-12-181-3/+2
* Set: Allow setting device nicknameChloe Marcec2022-12-141-0/+3
* yuzu: Make unlimited frame rate non persistent between game bootsNarr the Reg2022-12-131-2/+0
* Merge pull request #9370 from liamwhite/break-unmappedmerry2022-12-061-0/+2
|\
| * core: add option to break on unmapped accessLiam2022-12-021-0/+2
* | Merge pull request #9273 from ameerj/per-game-profileliamwhite2022-12-041-16/+57
|\ \ | |/ |/|
| * config: Custom profile detection fixesameerj2022-11-291-32/+57
| * Configuration: Add per-game input profilesameerj2022-11-201-4/+20
* | FSR Sharpening Slider part 1 - only a global sliderMatías Locatti2022-11-241-0/+5
|/
* UI: Add options to hide extra columns (#9093)Piplup2022-11-041-0/+4
* UI: Add option to hide the compatibility listKyle Kienapfel2022-10-191-0/+2
* yuzu qt: Add option to disable startup Vulkan checklat9nq2022-09-191-0/+2
* Merge pull request #8682 from lat9nq/dumpyMorph2022-09-161-3/+3
|\
| * yuzu: Use a debugger to generate minidumpslat9nq2022-09-051-3/+3
* | video_core: add option for pessimistic flushingLiam2022-08-251-0/+2
|/
* Allow audio volume up to 200%Kelebek12022-08-121-1/+1
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* Address first part of review commentsFearlessTobi2022-07-251-76/+72
* yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-251-0/+79
* Merge pull request #8564 from lat9nq/dinner-forkbunnei2022-07-251-8/+0
|\
| * yuzu: Simplify broken Vulkan handlinglat9nq2022-07-101-8/+0
* | yuzu: Hook qt camera to camera drivergerman772022-07-241-0/+12
* | Project AndioKelebek12022-07-221-2/+4
* | yuzu: settings: Remove framerate cap and merge unlocked framerate setting.bunnei2022-07-171-2/+0
* | common/setting: Make ranged a property of the typemerry2022-07-151-8/+8
|/
* settings: Consolidate RangedSetting's with regular oneslat9nq2022-06-301-6/+6
* Merge pull request #8393 from lat9nq/default-vulkanbunnei2022-06-111-0/+8
|\
| * yuzu-qt: Attempt to workaround broken Vulkan installationslat9nq2022-05-301-0/+8
* | Merge pull request #8333 from Docteh/translate_hotkeysMai M2022-06-111-22/+22
|\ \
| * | UI: Translate hotkey labels in configurationKyle K2022-05-191-22/+22
| |/
* / core/debugger: Implement new GDB stub debuggerLiam2022-06-011-0/+5
|/
* yuzu: Add custom ringcon configurationgerman772022-04-161-0/+34
* yuzu qt: Save disable_web_applet settinglat9nq2022-03-181-0/+2
* config: Write dynarmic exclusive memory configsameerj2022-03-121-0/+2
* dynarmic: Inline exclusive memory accessesmerry2022-02-271-0/+4
* settings: Add a new "use_extended_memory_layout" setting.bunnei2022-02-211-0/+2
* Merge pull request #7867 from german77/amiibobunnei2022-02-191-3/+3
|\
| * yuzu: Allow to open and remove the amiibogerman772022-02-081-3/+3
* | yuzu: Mute audio when in backgroundgerman772022-02-071-0/+2
* | yuzu: Add docked, GPU accuracy and adapting filter hotkeysgerman772022-02-071-1/+3
|/
* yuzu: Add setting to disable controller navigationgerman772022-01-241-0/+3
* Merge pull request #7716 from german77/volumebunnei2022-01-221-5/+4
|\
| * yuzu: Add volume up/down hotkeysgerman772022-01-161-2/+4
| * yuzu: Remove speed limit hotkeysgerman772022-01-151-4/+1
* | Use Default Colorful theme by default outside of Windowsv19932022-01-211-6/+3
* | uisettings: Add enumeration type for themesMorph2022-01-171-3/+8
* | config: Change default theme to Dark Colorfulgidoly2022-01-171-2/+2
|/
* yuzu: Add controller hotkeysgerman772022-01-071-25/+29
* game_list: Add persistent setting for the favorites row expanded stateameerj2021-12-121-0/+2
* settings: Add debug setting to enable all controllersgerman772021-11-281-0/+2
* config: Remove vibration configurationgerman772021-11-271-17/+0
* input_common: Fully implement UDP controllersNarr the Reg2021-11-261-0/+2
* core/hid: Fully implement native mousegerman772021-11-251-30/+0
* input_common: Allow keyboard to be backwards compatiblegerman772021-11-251-9/+0
* core/hid: Improve accuracy of the keyboard implementationgerman772021-11-251-159/+8
* config: Cleanup and documentationgerman772021-11-251-4/+0
* core/hid: Add TAS inputgerman772021-11-251-2/+0
* yuzu: Update frontendgerman772021-11-251-1/+0
* configure_general: Allow framerate cap to be used in custom game configsKewlan2021-11-211-2/+2
* Frontend: Add anti-aliasing method settingMarshall Mohror2021-11-161-0/+5
* video_core,yuzu: Move UpdateRescalingInfo call to video_corelat9nq2021-11-161-4/+0
* Renderer: Implement Bicubic and ScaleForce filters.Fernando Sahmkow2021-11-161-0/+5
* TextureCache: Modify Viewports/Scissors according to Rescale.Fernando Sahmkow2021-11-161-0/+4
* Settings: Add resolution scaling to settings.Fernando Sahmkow2021-11-161-0/+5
* settings: Remove std::chrono usageameerj2021-10-171-5/+2
* yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-2/+3
* settings: Remove BCAT settingsMorph2021-09-291-4/+0
* Merge pull request #7042 from v1993/patch-7Ameer J2021-09-281-0/+4
|\
| * If not on Windows, disable raw inputValeri2021-09-181-0/+4
* | input_common/tas: Document the main classgerman772021-09-181-21/+18
* | input_common/tas: Add swap controllergerman772021-09-181-0/+5
* | settings: File selector & other settingsMonsterDruide12021-09-181-1/+23
* | Merge pull request #7020 from Moonlacer/remove_audio_stretchingbunnei2021-09-181-2/+0
|\ \ | |/ |/|
| * remove-audio-stretching-settingMoonlacer2021-09-161-2/+0
* | Merge pull request #6950 from german77/multiplaybunnei2021-09-181-0/+2
|\ \ | |/ |/|
| * input_common: Enable steam controllers and 8 player supportgerman772021-09-101-0/+2
* | Merge pull request #6846 from ameerj/nvdec-gpu-decodeFernando S2021-09-111-2/+5
|\ \ | |/ |/|
| * configure_graphics: Add GPU nvdec decoding as an optionameerj2021-08-161-2/+5
* | Garbage Collection: enable as default, eliminate option.Fernando Sahmkow2021-08-281-2/+0
* | configuration: add option to select network interfacespholz2021-08-121-2/+4
|/
* config: Only read/write current_user on global configlat9nq2021-08-031-5/+6
* game_list: Make game list folder icons smaller (#6762)Malte Jürgens2021-08-011-2/+4
* Merge pull request #6759 from ReinUsesLisp/pipeline-statisticsbunnei2021-07-301-0/+2
|\
| * renderer_vulkan: Add setting to log pipeline statisticsReinUsesLisp2021-07-281-0/+2
* | Merge pull request #6700 from lat9nq/fullscreen-enumbunnei2021-07-281-1/+4
|\ \ | |/ |/|
| * Merge branch 'master' into fullscreen-enumlat9nq2021-07-251-2/+9
| |\
| * | general: Implement FullscreenMode enumerationlat9nq2021-07-231-1/+4
* | | Merge pull request #6696 from ameerj/speed-limit-renamebunnei2021-07-271-4/+4
|\ \ \
| * | | general: Rename "Frame Limit" references to "Speed Limit"ameerj2021-07-241-4/+4
| |/ /
* | | Merge pull request #6697 from ameerj/fps-capbunnei2021-07-261-0/+2
|\ \ \ | |_|/ |/| |
| * | config, nvflinger: Add FPS cap settingameerj2021-07-241-0/+2
| |/
* | general: Add setting shader_backendlat9nq2021-07-231-2/+5
* | shader: Add shader loop safety check settingslat9nq2021-07-231-0/+4
|/
* Merge pull request #6579 from ameerj/float-settingsbunnei2021-07-161-25/+0
|\
| * config: Remove float {Read,Write}Setting variantsameerj2021-07-091-25/+0
* | Merge pull request #6576 from ameerj/unlock-fps-settingMorph2021-07-111-2/+0
|\ \
| * | settings: Disable FPS unlimit setting between title launchesameerj2021-07-101-2/+0
| |/
* | Merge pull request #6573 from lat9nq/cpu-settings-cleanup-2Fernando S2021-07-091-1/+10
|\ \
| * | settings, arm_dynarmic, yuzu qt: Move CPU debugging optionlat9nq2021-07-081-0/+2
| * | settings, yuzu qt: Add migration code for CPU accuracylat9nq2021-07-081-1/+8
| |/
* / yuzu qt: config: Only save renderer_debug as a global settinglat9nq2021-07-091-2/+8
|/
* general: Code formatting improvementslat9nq2021-07-081-16/+20
* config: Read UISettings as basic settingslat9nq2021-07-021-30/+19
* yuzu qt: Make most UISettings a BasicSettinglat9nq2021-06-291-29/+29
* general: Make most settings a BasicSettinglat9nq2021-06-281-323/+268
* configuration: Defer to common/settings for per-game settings defaultslat9nq2021-06-261-124/+97
* Merge pull request #6465 from FernandoS27/sex-on-the-beachMai M2021-06-231-0/+2
|\
| * Reaper: Setup settings and final tuning.Fernando Sahmkow2021-06-161-0/+2
* | Merge pull request #6499 from FernandoS27/we-were-on-a-breakbunnei2021-06-211-0/+4
|\ \
| * | Update dynarmic and add new unsafe CPU option.Fernando Sahmkow2021-06-201-0/+4
| |/
* | config: Add frame limiter toggle hotkeyameerj2021-06-171-1/+2
* | nvflinger: Add toggle to disable buffer swap interval limitsameerj2021-06-171-0/+4
|/
* Merge pull request #6464 from ameerj/disable-astcbunnei2021-06-161-0/+2
|\
| * configure_graphics: Add Accelerate ASTC decoding settingameerj2021-06-161-0/+2
* | fsp_srv: Fix filesystem access loggingMorph2021-06-161-0/+4
|/
* General: Add settings for fastmem and disabling adress space check.FernandoS272021-06-111-0/+7
* yuzu qt: Revert some usages of string_viewlat9nq2021-06-031-3/+4
* yuzu qt: Handle per-game configs for title id 0lat9nq2021-05-261-2/+2
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-47/+51
* settings: Forbid docked mode on handheldgerman772021-05-241-0/+7
* general: Demote custom_rtc to regular settinglat9nq2021-05-171-17/+14
* configuration: Add CPU tab to game propertieslat9nq2021-05-161-21/+21
* general: Make CPU accuracy and related a Settings::Settinglat9nq2021-05-161-16/+17
* yuzu: config: Silence narrowing conversion warning on MSVCMorph2021-04-291-2/+1
* Merge pull request #6198 from Kewlan/favorite-gamesbunnei2021-04-261-0/+14
|\
| * game_list: Mark games as favorite to make them appear at the top.Kewlan2021-04-151-0/+14
* | config: Add new keyboard bindingsMorph2021-04-251-9/+10
* | common: Move settings to common from core.bunnei2021-04-151-1/+1
* | core: settings: Add setting for debug assertions and disable by default.bunnei2021-04-151-0/+3
|/
* Merge pull request #6135 from Morph1984/borderless-windowed-fullscreenbunnei2021-04-121-0/+14
|\
| * config: Default to exclusive fullscreen mode on platforms other than WindowsMorph2021-04-061-0/+12
| * configure_graphics: Add Borderless Windowed fullscreen modeMorph2021-04-061-0/+2
* | configuration: Add auto stub toggle that resets on bootameerj2021-03-301-0/+1
|/
* Merge pull request #5990 from german77/mousePanningV2bunnei2021-03-081-3/+2
|\
| * inputCommon: Mouse fixesgerman772021-02-281-3/+2
* | Fix default bcat_backend initKelebek12021-03-021-2/+2
|/
* Merge pull request #4298 from FearlessTobi/remove-cache-settingbunnei2021-02-161-9/+0
|\
| * yuzu/configure_filesystem: Remove "Select Cache Directory" optionFearlessTobi2021-01-041-9/+0
* | config: Make high GPU accuracy the defaultReinUsesLisp2021-02-131-2/+2
* | yuzu/config: Disable assembly shaders by defaultReinUsesLisp2021-02-131-2/+2
* | Add mouse panninggerman2021-02-081-2/+8
* | Merge pull request #5270 from german77/multiTouchbunnei2021-01-211-10/+2
|\ \
| * | Allow to return up to 16 touch inputs per enginegerman2021-01-151-1/+2
| * | Allow all touch inputs at the same time and remove config options that are not longer necesarygerman2021-01-151-9/+0
* | | Fix player 1 default connected valuegerman2021-01-171-1/+2
|/ /
* / config: Enable docked mode by defaultMorph2021-01-101-2/+2
|/
* dynarmic: Add Unsafe_InaccurateNaN optimizationMerryMage2021-01-021-0/+4
* core: settings: Untangle multicore from asynchronous GPU.bunnei2020-12-291-2/+0
* yuzu: Remove gdbstub configurationFearlessTobi2020-12-191-4/+0
* Merge pull request #5020 from german77/AnalogfromButtonFixMorph2020-12-081-0/+5
|\
| * Disable analog joystick from buttons by defaultgerman2020-12-081-0/+5
* | Merge pull request #4937 from german77/multiUDPbunnei2020-12-011-14/+6
|\ \
| * | Add multiple udp server supportgerman2020-11-261-14/+6
| |/
* / core: Eliminate remaining usages of the global system instanceLioncash2020-11-271-1/+2
|/
* Merge pull request #4451 from slashiee/extended-loggingbunnei2020-11-231-0/+2
|\
| * logging/settings: Increase maximum log size to 100 MB and add extended logging optionM&M2020-08-251-0/+2
* | input_common: Add VibrationDevice and VibrationDeviceFactoryMorph2020-11-161-22/+39
* | configure_input: Add per-player vibrationMorph2020-11-161-0/+16
* | settings: Remove global vibration strength modifierMorph2020-11-161-4/+0
* | configure_input: Hook up the vibration percentage spinboxMorph2020-11-161-0/+4
* | settings: Preparation for per-game input settingsMorph2020-11-161-12/+12
* | config: Migrate config files into config/customMorph2020-11-161-19/+30
* | controllers/npad: Connect a controller on init if none are connectedMorph2020-11-161-1/+2
* | input_profiles: Implement input profilesMorph2020-11-161-106/+165
* | yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default.bunnei2020-10-271-6/+6
* | video_core: NVDEC Implementationameerj2020-10-271-0/+4
* | configure_input: Hook up the motion button and checkboxMorph2020-09-051-0/+2
* | Include HID and configuration changes related to motiongerman2020-09-051-0/+29
* | Address review comments and fix code compilationFearlessTobi2020-08-291-32/+45
* | yuzu: Add motion and touch configurationFearlessTobi2020-08-291-0/+68
* | yuzu/configuration: Fix index out of bounds for default_analogsMorph2020-08-291-6/+8
* | Project Mjölnir: Part 1Morph2020-08-261-37/+21
|/
* Merge pull request #4541 from MerryMage/yolobunnei2020-08-221-0/+10
|\
| * dynarmic: Add unsafe optimizationsMerryMage2020-08-161-0/+10
* | common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-52/+49
|/
* Merge pull request #4263 from lat9nq/fix-screencaps-2David2020-08-031-2/+29
|\
| * config: Make the save-as identifier more consistentlat9nq2020-07-261-2/+2
| * configuration: Setup UI to config screenshot path and savinglat9nq2020-07-211-2/+29
* | configure_graphics: Remove Force 30 FPS modeMorph2020-07-281-5/+0
|/
* yuzu: Port translation support from CitraFearlessTobi2020-07-181-0/+2
* Remove duplicate configDavid Marcec2020-07-171-2/+0
* Rebase for per game settingsDavid Marcec2020-07-171-0/+6
* Merge pull request #4337 from lat9nq/fix-per-game-asyncbunnei2020-07-161-0/+2
|\
| * settings: Move settings sanitization to its own functionlat9nq2020-07-141-0/+2
* | Merge pull request #4294 from MerryMage/cpu-opt-settingsbunnei2020-07-141-3/+56
|\ \
| * | configure_cpu: Show/Hide debugging optionsMerryMage2020-07-111-0/+6
| * | configuration: Add settings to enable/disable specific CPU optimizationsMerryMage2020-07-111-3/+50
| |/
* / settings: Remove storage size optionsMorph2020-07-101-28/+1
|/
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-121/+215
* change shortcut context for other hotkeys with file open dialogAmeer2020-07-071-4/+4
* Fix ss crash on game menu, fix ss on windowed modeAmeer2020-07-061-3/+5
* Add a "Mute Audio" hotkeyKewlan2020-06-261-1/+2
* Merge pull request #3966 from Morph1984/hide-internal-resolution-uibunnei2020-06-161-9/+1
|\
| * yuzu/frontend: Remove internal resolution optionMorph2020-06-061-9/+1
* | Implement macro JITDavid Marcec2020-05-301-0/+3
|/
* yuzu: Add frontend settings for assembly shadersReinUsesLisp2020-05-191-0/+4
* core: settings: Add a setting for time zone.bunnei2020-05-111-0/+3
* Merge pull request #3637 from FearlessTobi/port-5094bunnei2020-05-041-0/+3
|\
| * yuzu: Option to hide mouse on inactivityFearlessTobi2020-04-201-0/+3
* | Merge pull request #3742 from FernandoS27/command-listbunnei2020-04-271-0/+3
|\ \
| * | Clang Format.Fernando Sahmkow2020-04-231-1/+2
| * | GPU: Add Fast GPU Time Option.Fernando Sahmkow2020-04-231-0/+2
* | | Merge pull request #3791 from Kewlan/hotkey-config-plusbunnei2020-04-261-4/+3
|\ \ \ | |/ / |/| |
| * | Add Restore Defaults and Clear options to hotkeysKewlan2020-04-241-4/+3
* | | Clang format.Fernando Sahmkow2020-04-221-1/+2
* | | UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow2020-04-221-4/+3
|/ /
* / dynarmic: Add option to disable CPU JIT optimizationsMerryMage2020-04-201-0/+3
|/
* Merge pull request #3531 from makigumo/yuzu_masterbunnei2020-03-221-0/+3
|\
| * set: implement GetRegionCodeDan2020-03-191-0/+3
* | Merge pull request #3526 from FearlessTobi/bcat-disablebunnei2020-03-201-1/+1
|\ \ | |/ |/|
| * bcat: Disable Boxcat backend by defaultFearlessTobi2020-03-171-1/+1
* | yuzu: Save sound output mode and set it to Stereo by defaultFearlessTobi2020-03-171-0/+4
|/
* Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels.Morph2020-02-281-0/+2
* core: settings: Add setting to enable vsync, which is on by default.bunnei2020-02-261-0/+2
* Add following aspect ratios: 16:9, 21:9, Stretch to WindowMorph2020-02-141-0/+2
* Merge pull request #3391 from Morph1984/remove-unknownZach Hilman2020-02-091-2/+0
|\
| * Remove option "Show files with type 'Unknown'"Morph2020-02-091-2/+0
* | settings: Add settings for graphics backendReinUsesLisp2020-01-291-0/+7
|/
* Input: UDP Client to provide motion and touch controlsfearlessTobi2020-01-231-0/+17
* Merge pull request #2910 from FearlessTobi/port-4930bunnei2019-10-101-0/+4
|\
| * yuzu: Pause when in backgroundFearlessTobi2019-09-261-0/+4
* | boxcat: Implement events global fieldZach Hilman2019-09-301-6/+11
* | settings: Add option to set BCAT backendZach Hilman2019-09-301-0/+16
|/
* configure_debug: Move reporting option to loggingZach Hilman2019-09-221-12/+14
* config: Remove Dump options from configure_debugZach Hilman2019-09-211-15/+27
* settings: Add options for managing gamecard emulationZach Hilman2019-09-211-0/+36
* settings: Add options for setting storage sizesZach Hilman2019-09-211-1/+19
* Add frametime logging for tracking performance over timefearlessTobi2019-09-101-0/+5
* Separate UserNand and Sdmc directoriesfearlessTobi2019-09-041-2/+4
* Address trivial review commentsfearlessTobi2019-09-041-2/+2
* yuzu: Add support for multiple game directoriesfearlessTobi2019-09-041-6/+36
* configuration/config: Add missing screenshot path readfearlessTobi2019-09-041-0/+1
* yuzu/CMakeLists: Remove qt5_wrap_ui macro usageLioncash2019-08-091-1/+1
* yuzu: Remove setting for using UnicornLioncash2019-07-111-3/+0
* Merge pull request #2669 from FearlessTobi/move-cpujit-settingZach Hilman2019-07-041-2/+3
|\
| * yuzu: Remove CPU Jit setting from the UIfearlessTobi2019-07-041-2/+3
* | settings: Add config option for kiosk (quest) modeZach Hilman2019-06-291-0/+2
|/
* Merge pull request #2482 from DarkLordZach/prepobunnei2019-06-211-1/+3
|\
| * loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-11/+13
| * settings: Add 'Reporting Services' config optionZach Hilman2019-05-251-10/+10
* | Merge pull request #2514 from ReinUsesLisp/opengl-compatZach Hilman2019-06-071-4/+0
|\ \
| * | rasterizer_opengl: Remove OpenGL core profileReinUsesLisp2019-05-301-4/+0
| |/
* | game_list_worker: Add better error handling to cachingZach Hilman2019-05-261-2/+3
* | ui_settings: Add option to cache game listZach Hilman2019-05-261-0/+2
|/
* yuzu/configuration/config: Make default hotkeys an internally-linked array in the cpp fileLioncash2019-05-211-1/+2
* yuzu/configuration/config: Specify string conversions explicitlyLioncash2019-05-211-30/+42
* configuration/config: Move config loading and saving to functions based off groupsLioncash2019-05-091-315/+539
* Allow picking a Compatibility Profile for OpenGL.Fernando Sahmkow2019-04-201-0/+3
* Merge pull request #2357 from zarroboogs/force-30fps-modebunnei2019-04-141-0/+2
|\
| * added a toggle to force 30fps modezarroboogs2019-04-091-0/+2
* | ui_settings: Rename game directory variablesFreddyFunk2019-04-111-4/+4
* | Merge pull request #2132 from FearlessTobi/port-4437bunnei2019-04-101-18/+41
|\ \ | |/ |/|
| * yuzu: Make hotkeys configurable via the GUIAdityarup Laha2019-03-161-18/+41
* | core/yuzu: Remove enable_nfc settingfearlessTobi2019-03-291-2/+0
|/
* citra_qt: Settings (configuration) reworkzhupengfei2019-03-071-203/+245
* settings: Add new graphics setting for use_asynchronous_gpu_emulation.bunnei2019-03-071-0/+4
* settings: Hide shader cache behind a settingReinUsesLisp2019-02-071-0/+3
* settings: Fix comment structureZach Hilman2019-01-081-1/+2
* settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman2019-01-081-2/+4
* settings: Add custom RTC settingsZach Hilman2019-01-081-2/+12
* Merge pull request #1942 from DarkLordZach/profile-select-game-bootbunnei2019-01-031-0/+3
|\
| * qt: Add setting to prompt for user on game bootZach Hilman2018-12-251-0/+3
* | yuzu/config: Silence truncation warningsLioncash2019-01-011-1/+1
|/
* Merge pull request #1886 from FearlessTobi/port-4164bunnei2018-12-231-0/+5
|\
| * yuzu, video_core: Screenshot functionalityzhupengfei2018-12-181-0/+5
* | Merge pull request #1780 from DarkLordZach/controller-profilesbunnei2018-12-231-0/+12
|\ \
| * | configure_input: Add ConfigureInputSimple as default input UI configZach Hilman2018-12-051-0/+10
| * | ui_settings: Add UI setting for input profile indexZach Hilman2018-12-051-0/+2
* | | Merge pull request #1819 from DarkLordZach/disable-addonsbunnei2018-12-111-0/+30
|\ \ \ | |_|/ |/| |
| * | qt: Add Properties menu to game list right-clickZach Hilman2018-12-041-1/+1
| * | config: Store and load disabled add-ons listZach Hilman2018-12-031-0/+30
| |/
* / configuration/config: Use an intermediary variable for accessing playersLioncash2018-12-051-43/+38
|/
* Merge pull request #1747 from DarkLordZach/exefs-lfsbunnei2018-11-241-0/+2
|\
| * settings: Add option to dump ExeFS of games upon launchZach Hilman2018-11-201-0/+2
* | configure_input: Make None a controller option instead of checkboxZach Hilman2018-11-191-2/+6
* | hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman2018-11-191-48/+79
* | yuzu/config: Add (de-)serialization for multiplayerZach Hilman2018-11-191-21/+327
|/
* Merge pull request #1632 from DarkLordZach/keys-manager-optimizationsbunnei2018-11-161-0/+2
|\
| * game_list: Make add-ons column optionalZach Hilman2018-11-021-0/+2
* | Merge pull request #1618 from DarkLordZach/dump-nsobunnei2018-11-151-0/+2
|\ \
| * | settings: Add setting to control NSO dumpingZach Hilman2018-10-291-0/+2
| |/
* / settings: Add config option to set RNG seedZach Hilman2018-11-121-0/+12
|/
* Merge pull request #1558 from lioncash/ptrbunnei2018-10-251-7/+6
|\
| * yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a raw pointerLioncash2018-10-241-7/+6
* | acc: Fix account UUID duplication errorZach Hilman2018-10-241-1/+2
* | profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman2018-10-241-28/+2
* | settings: Add users and current_user settings and remove usernameZach Hilman2018-10-241-2/+32
|/
* Added Amiibo support (#1390)David2018-10-241-0/+2
* config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.bunnei2018-10-161-3/+3
* qt: Add UI option to configure argumentsZach Hilman2018-10-071-0/+2
* Port web_service from CitrafearlessTobi2018-10-021-0/+18
* Add audio stretching supportfearlessTobi2018-09-081-0/+3
* settings: Save and load NAND/SD dirs from configZach Hilman2018-09-041-0/+18
* qt: Make default row data title name and title idZach Hilman2018-08-231-2/+2
* config: Fixed icon size get set to 0tech4me2018-08-221-1/+1
* Port #3353 from CitrafearlessTobi2018-08-211-2/+4
* Avoid parsing RomFS to directory in NCAZach Hilman2018-08-071-0/+14
* Merge pull request #849 from DarkLordZach/xcibunnei2018-08-041-0/+2
|\
| * Remove files that are not usedZach Hilman2018-08-011-0/+2
* | Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David2018-08-031-0/+4
|/
* audio_core: Add configuration settings.bunnei2018-08-011-0/+13
* file_util: Use an enum class for GetUserPath()Lioncash2018-07-211-1/+1
* settings: Turn docked mode off by default.bunnei2018-07-181-1/+1
* Add configurable logging backendsJames Rowe2018-07-031-1/+2
* settings: Add a configuration for use_accurate_framebuffers.bunnei2018-06-271-0/+3
* core: Add a configuration setting for use_multi_core.bunnei2018-05-111-0/+2
* Remove whitespacesN00byKing2018-03-301-1/+1
* Add Dark theme, Icon themingN00byKing2018-03-301-0/+2
* config: Use simplified checkbox (from Citra) for CPU JIT.bunnei2018-03-271-3/+2
* config: Rename is_docked to use_docked_mode to be consistent with other config bools.bunnei2018-03-271-2/+2
* config: Add setting for whether the system is docked or not.bunnei2018-03-271-0/+8
* pls, that was easyHexagon122018-02-141-1/+1
* Format: Run the new clang format on everythingJames Rowe2018-01-211-2/+10
* clang-formatMerryMage2018-01-161-4/+4
* Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats2018-01-161-0/+2
* Merge pull request #20 from Andrix44/fixesbunnei2018-01-151-2/+1
|\
| * Clanggit rebase -i fixesunknown2018-01-151-10/+2
| * Clang formatunknown2018-01-151-3/+10
| * Change default log level to infounknown2018-01-151-1/+1
* | configure_input: update w/ Switch buttonsshinyquagsire232018-01-151-4/+6
|/
* config: Default log filter to trace.bunnei2018-01-131-1/+1
* Removing unused settings and yuzu rebrandingJames Rowe2018-01-131-86/+0
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-131-2/+3
* Massive removal of unused modulesJames Rowe2018-01-131-0/+326