summaryrefslogtreecommitdiffstats
path: root/src/core/settings.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Move settings to common from core.bunnei2021-04-151-154/+0
* settings: Log the cache, config, and mod load directoriesMorph2021-02-021-0/+3
* core: settings: Untangle multicore from asynchronous GPU.bunnei2020-12-291-5/+0
* yuzu: Remove gdbstub configurationFearlessTobi2020-12-191-2/+0
* core: Eliminate remaining usages of the global system instanceLioncash2020-11-271-10/+7
* settings: Remove global vibration strength modifierMorph2020-11-161-1/+0
* configure_input: Hook up the vibration percentage spinboxMorph2020-11-161-0/+1
* settings: Preparation for per-game input settingsMorph2020-11-161-1/+7
* settings: log value of CPU_Accuracylat9nq2020-11-071-0/+1
* core/settings: Move configuring_global behind an APILioncash2020-11-041-6/+14
* video_core: NVDEC Implementationameerj2020-10-271-0/+2
* Project Mjölnir: Part 1Morph2020-08-261-50/+0
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-2/+2
* configure_graphics: Remove Force 30 FPS modeMorph2020-07-281-1/+0
* Drop settings namespaceDavid Marcec2020-07-171-2/+1
* Rebase for per game settingsDavid Marcec2020-07-171-0/+3
* Merge pull request #4347 from lioncash/loggingDavid2020-07-171-38/+39
|\
| * settings: Resolve a sign conversion warning within GetTimeZoneString()Lioncash2020-07-151-5/+5
| * settings: Make use of std::string_view over std::string for loggingLioncash2020-07-151-33/+34
* | clang-formatlat9nq2020-07-141-2/+1
* | settings: Move settings sanitization to its own functionlat9nq2020-07-141-0/+6
|/
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-21/+63
* Add a "Mute Audio" hotkeyKewlan2020-06-261-0/+7
* yuzu: Add frontend settings for assembly shadersReinUsesLisp2020-05-191-0/+1
* core: settings: Add a setting for time zone.bunnei2020-05-111-0/+16
* settings: Add anisotropic filtering level to the yuzu configuration log (#3875)Morph2020-05-031-0/+1
* Correct Linux Compile Error.Fernando Sahmkow2020-04-221-0/+8
* UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow2020-04-221-1/+1
* set: implement GetRegionCodeDan2020-03-191-0/+1
* core: settings: Add setting to enable vsync, which is on by default.bunnei2020-02-261-0/+1
* settings: Add option to set BCAT backendZach Hilman2019-09-301-0/+2
* settings: Update LogSettings to show NAND/SDMC paths from FileUtilZach Hilman2019-09-211-2/+3
* yuzu: Remove setting for using UnicornLioncash2019-07-111-1/+0
* yuzu: Remove CPU Jit setting from the UIfearlessTobi2019-07-041-1/+1
* rasterizer_opengl: Remove OpenGL core profileReinUsesLisp2019-05-301-1/+0
* Allow picking a Compatibility Profile for OpenGL.Fernando Sahmkow2019-04-201-0/+1
* core/yuzu: Remove enable_nfc settingfearlessTobi2019-03-291-1/+0
* clang fixHexagon122019-03-091-1/+2
* Log 2 new setting valuesHexagon122019-03-091-0/+2
* citra_qt: Log settings on launchzhupengfei2019-01-221-0/+29
* hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman2018-11-191-0/+50
* video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash2018-08-111-5/+1
* video_core: Eliminate the g_renderer global variableLioncash2018-08-041-2/+4
* video_core: Make global EmuWindow instance part of the base renderer classLioncash2018-08-021-5/+3
* Remove references to PICA and rasterizers in video_coreJames Rowe2018-01-131-6/+0
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-2/+0
* SidebySide Layout (#2859)ThaMighty902017-08-251-1/+1
* Core: Fix some out-of-style includesYuri Kunde Schlesner2017-05-281-1/+1
* ir: implement new 3ds HID via ir:rstwwylele2017-05-041-1/+1
* ir: implement circle pad prowwylele2017-05-031-0/+2
* HID: use ButtonDevicewwylele2017-03-011-0/+3
* removed the possibly uneeded cast on values.gdbstub_portnoah the goodra2017-01-311-1/+1
* config: Add option for specifying screen resolution scale factor.bunnei2017-01-071-1/+0
* core: Move emu_window and key_map into coreMerryMage2016-12-231-1/+1
* Implement Frame rate limiter (#2223)emmauss2016-12-061-0/+1
* Support additional screen layouts.James Rowe2016-11-051-0/+7
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-1/+0
* configure_audio: User-configuratble option to enable/disable audio stretchingMerryMage2016-08-311-0/+1
* Audio: Add sink selection to configuration filesMerryMage2016-04-301-0/+5
* Config: Add scaled resolution optiontfarley2016-04-211-1/+1
* CitraQt: Apply config at startupJannik Vogel2016-04-111-0/+14
* License changepurpasmart962014-12-211-1/+1
* Added configuration file system.archshift2014-10-081-0/+11