summaryrefslogtreecommitdiff
path: root/src/input_common/settings.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-14common: Move settings to common from core.Gravatar bunnei1-372/+0
2021-02-07hid: Implement GC controllerGravatar german1-0/+1
2020-11-15input_common: Add VibrationDevice and VibrationDeviceFactoryGravatar Morph1-7/+25
2020-11-15configure_input: Add per-player vibrationGravatar Morph1-0/+3
2020-10-20configure_input_player: Fix modifier buttonsGravatar Morph1-2/+0
2020-09-04Include HID and configuration changes related to motionGravatar german1-0/+17
2020-08-28input_common/main: Remove unnecessary headersGravatar Lioncash1-2/+2
2020-08-26Project Mjölnir: Part 1Gravatar Morph1-210/+9
2020-08-24logging/settings: Increase maximum log size to 100 MB and add extended loggin...Gravatar M&M1-0/+1
2020-08-16dynarmic: Add unsafe optimizationsGravatar MerryMage1-1/+5
2020-07-28configure_graphics: Remove Force 30 FPS modeGravatar Morph1-1/+0
2020-07-17Rebase for per game settingsGravatar David Marcec1-0/+1
2020-07-14settings: Move settings sanitization to its own functionGravatar lat9nq1-0/+3
2020-07-11configure_cpu: Show/Hide debugging optionsGravatar MerryMage1-0/+7
2020-07-11configuration: Add settings to enable/disable specific CPU optimizationsGravatar MerryMage1-1/+10
2020-07-10settings: Remove storage size optionsGravatar Morph1-29/+0
2020-07-09configuration: implement per-game configurations (#4098)Gravatar lat9nq1-43/+81
2020-06-26Add a "Mute Audio" hotkeyGravatar Kewlan1-0/+3
2020-06-06yuzu/frontend: Remove internal resolution optionGravatar Morph1-1/+1
2020-05-30Implement macro JITGravatar David Marcec1-0/+1
2020-05-19yuzu: Add frontend settings for assembly shadersGravatar ReinUsesLisp1-0/+1
2020-05-11core: settings: Add a setting for time zone.Gravatar bunnei1-0/+4
2020-04-23GPU: Add Fast GPU Time Option.Gravatar Fernando Sahmkow1-0/+1
2020-04-22Correct Linux Compile Error.Gravatar Fernando Sahmkow1-7/+2
2020-04-22UI: Replasce accurate GPU option for GPU Accuracy LevelGravatar Fernando Sahmkow1-1/+15
2020-04-20dynarmic: Add option to disable CPU JIT optimizationsGravatar MerryMage1-0/+1
2020-03-19set: implement GetRegionCodeGravatar Dan1-0/+1
2020-03-17yuzu: Save sound output mode and set it to Stereo by defaultGravatar FearlessTobi1-0/+1
2020-02-27Create an "Advanced" tab in the graphics configuration tab and add anisotropi...Gravatar Morph1-0/+1
2020-02-25core: settings: Add setting to enable vsync, which is on by default.Gravatar bunnei1-0/+1
2020-02-13Add following aspect ratios: 16:9, 21:9, Stretch to WindowGravatar Morph1-0/+1
2020-01-29settings: Add settings for graphics backendGravatar ReinUsesLisp1-0/+9
2020-01-23Input: UDP Client to provide motion and touch controlsGravatar fearlessTobi1-0/+3
2019-09-30settings: Add option to set BCAT backendGravatar Zach Hilman1-0/+4
2019-09-21settings: Add options for managing gamecard emulationGravatar Zach Hilman1-2/+3
2019-09-21settings: Add options for setting storage sizesGravatar Zach Hilman1-0/+29
2019-09-10Add frametime logging for tracking performance over timeGravatar fearlessTobi1-0/+1
2019-07-11yuzu: Remove setting for using UnicornGravatar Lioncash1-1/+0
2019-07-04yuzu: Remove CPU Jit setting from the UIGravatar fearlessTobi1-1/+1
2019-06-28settings: Add config option for kiosk (quest) modeGravatar Zach Hilman1-0/+1
2019-05-30rasterizer_opengl: Remove OpenGL core profileGravatar ReinUsesLisp1-1/+0
2019-05-25settings: Add 'Reporting Services' config optionGravatar Zach Hilman1-0/+1
2019-04-20Allow picking a Compatibility Profile for OpenGL.Gravatar Fernando Sahmkow1-0/+1
2019-04-09added a toggle to force 30fps modeGravatar zarroboogs1-0/+1
2019-03-29core/yuzu: Remove enable_nfc settingGravatar fearlessTobi1-1/+0
2019-03-06settings: Add new graphics setting for use_asynchronous_gpu_emulation.Gravatar bunnei1-0/+1
2019-02-06settings: Hide shader cache behind a settingGravatar ReinUsesLisp1-0/+1
2019-01-22citra_qt: Log settings on launchGravatar zhupengfei1-0/+1
2019-01-07settings: Fix comment structureGravatar Zach Hilman1-4/+5
2019-01-07settings: Use std::chrono::seconds instead of s64 for RTCGravatar Zach Hilman1-3/+5