summaryrefslogtreecommitdiff
path: root/src/common/settings.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-21configure_general: Allow framerate cap to be used in custom game configsGravatar Kewlan1-0/+1
2021-11-16Settings: Add anti-aliasing method settingGravatar Marshall Mohror1-0/+1
2021-11-16VideoCore: Add more rescaling option.Gravatar FernandoS271-0/+13
2021-11-16Texture Cahe: Fix downscaling on SMO.Gravatar Fernando Sahmkow1-0/+2
2021-11-16video_core: Misc resolution scaling related refactoringGravatar ameerj1-1/+1
2021-11-16Renderer: Implement Bicubic and ScaleForce filters.Gravatar Fernando Sahmkow1-9/+1
2021-11-16common/settings: Remove unused scaling optionsGravatar ReinUsesLisp1-16/+7
2021-11-16Settings: eliminate rescaling_factor.Gravatar Fernando Sahmkow1-1/+1
2021-11-16Settings: Add resolution scaling to settings.Gravatar Fernando Sahmkow1-0/+51
2021-11-16VideoCore: Initial Setup for the Resolution Scaler.Gravatar Fernando Sahmkow1-0/+1
2021-09-29settings: Remove BCAT settingsGravatar Morph1-2/+0
2021-09-15fix_accidental_deletionGravatar Moonlacer1-1/+2
2021-09-15remove-audio-stretching-settingGravatar Moonlacer1-4/+1
2021-09-10input_common: Enable steam controllers and 8 player supportGravatar german771-0/+3
2021-08-28Garbage Collection: enable as default, eliminate option.Gravatar Fernando Sahmkow1-2/+0
2021-08-16configure_graphics: Add GPU nvdec decoding as an optionGravatar ameerj1-2/+2
2021-07-23general: Rename "Frame Limit" references to "Speed Limit"Gravatar ameerj1-4/+4
2021-07-22general: Add setting shader_backendGravatar lat9nq1-2/+2
2021-07-08configure_audio: Use u8 for volume valueGravatar ameerj1-1/+1
2021-07-08settings, arm_dynarmic, yuzu qt: Move CPU debugging optionGravatar lat9nq1-1/+1
2021-06-28general: Make most settings a BasicSettingGravatar lat9nq1-8/+8
2021-06-20Update dynarmic and add new unsafe CPU option.Gravatar Fernando Sahmkow1-0/+1
2021-06-16Reaper: Setup settings and final tuning.Gravatar Fernando Sahmkow1-0/+2
2021-06-15configure_graphics: Add Accelerate ASTC decoding settingGravatar ameerj1-0/+2
2021-06-11General: Add settings for fastmem and disabling adress space check.Gravatar FernandoS271-0/+8
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph1-6/+10
2021-05-17general: Demote custom_rtc to regular settingGravatar lat9nq1-1/+0
2021-05-16configuration: Add CPU tab to game propertiesGravatar lat9nq1-0/+6
2021-05-15general: Make CPU accuracy and related a Settings::SettingGravatar lat9nq1-1/+1
2021-04-14common: Move settings to common from core.Gravatar bunnei1-13/+2
2021-02-02settings: Log the cache, config, and mod load directoriesGravatar Morph1-0/+3
2020-12-28core: settings: Untangle multicore from asynchronous GPU.Gravatar bunnei1-5/+0
2020-12-19yuzu: Remove gdbstub configurationGravatar FearlessTobi1-2/+0
2020-11-27core: Eliminate remaining usages of the global system instanceGravatar Lioncash1-10/+7
2020-11-15settings: Remove global vibration strength modifierGravatar Morph1-1/+0
2020-11-15configure_input: Hook up the vibration percentage spinboxGravatar Morph1-0/+1
2020-11-15settings: Preparation for per-game input settingsGravatar Morph1-1/+7
2020-11-07settings: log value of CPU_AccuracyGravatar lat9nq1-0/+1
2020-11-04core/settings: Move configuring_global behind an APIGravatar Lioncash1-6/+14
2020-10-26video_core: NVDEC ImplementationGravatar ameerj1-0/+2
2020-08-26Project Mjölnir: Part 1Gravatar Morph1-50/+0
2020-08-16common/fileutil: Convert namespace to Common::FSGravatar Lioncash1-2/+2
2020-07-28configure_graphics: Remove Force 30 FPS modeGravatar Morph1-1/+0
2020-07-17Drop settings namespaceGravatar David Marcec1-2/+1
2020-07-17Rebase for per game settingsGravatar David Marcec1-0/+3
2020-07-15settings: Resolve a sign conversion warning within GetTimeZoneString()Gravatar Lioncash1-5/+5
2020-07-15settings: Make use of std::string_view over std::string for loggingGravatar Lioncash1-33/+34
2020-07-14clang-formatGravatar lat9nq1-2/+1
2020-07-14settings: Move settings sanitization to its own functionGravatar lat9nq1-0/+6
2020-07-09configuration: implement per-game configurations (#4098)Gravatar lat9nq1-21/+63