summaryrefslogtreecommitdiff
path: root/src/core/settings.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: NVDEC ImplementationGravatar ameerj2020-10-261-0/+2
* Project Mjölnir: Part 1Gravatar Morph2020-08-261-50/+0
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-161-2/+2
* configure_graphics: Remove Force 30 FPS modeGravatar Morph2020-07-281-1/+0
* Drop settings namespaceGravatar David Marcec2020-07-171-2/+1
* Rebase for per game settingsGravatar David Marcec2020-07-171-0/+3
* Merge pull request #4347 from lioncash/loggingGravatar David2020-07-171-38/+39
|\
| * settings: Resolve a sign conversion warning within GetTimeZoneString()Gravatar Lioncash2020-07-151-5/+5
| * settings: Make use of std::string_view over std::string for loggingGravatar Lioncash2020-07-151-33/+34
* | clang-formatGravatar lat9nq2020-07-141-2/+1
* | settings: Move settings sanitization to its own functionGravatar lat9nq2020-07-141-0/+6
|/
* configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-091-21/+63
* Add a "Mute Audio" hotkeyGravatar Kewlan2020-06-261-0/+7
* yuzu: Add frontend settings for assembly shadersGravatar ReinUsesLisp2020-05-191-0/+1
* core: settings: Add a setting for time zone.Gravatar bunnei2020-05-111-0/+16
* settings: Add anisotropic filtering level to the yuzu configuration log (#3875)Gravatar Morph2020-05-031-0/+1
* Correct Linux Compile Error.Gravatar Fernando Sahmkow2020-04-221-0/+8
* UI: Replasce accurate GPU option for GPU Accuracy LevelGravatar Fernando Sahmkow2020-04-221-1/+1
* set: implement GetRegionCodeGravatar Dan2020-03-191-0/+1
* core: settings: Add setting to enable vsync, which is on by default.Gravatar bunnei2020-02-251-0/+1
* settings: Add option to set BCAT backendGravatar Zach Hilman2019-09-301-0/+2
* settings: Update LogSettings to show NAND/SDMC paths from FileUtilGravatar Zach Hilman2019-09-211-2/+3
* yuzu: Remove setting for using UnicornGravatar Lioncash2019-07-111-1/+0
* yuzu: Remove CPU Jit setting from the UIGravatar fearlessTobi2019-07-041-1/+1
* rasterizer_opengl: Remove OpenGL core profileGravatar ReinUsesLisp2019-05-301-1/+0
* Allow picking a Compatibility Profile for OpenGL.Gravatar Fernando Sahmkow2019-04-201-0/+1
* core/yuzu: Remove enable_nfc settingGravatar fearlessTobi2019-03-291-1/+0
* clang fixGravatar Hexagon122019-03-091-1/+2
* Log 2 new setting valuesGravatar Hexagon122019-03-091-0/+2
* citra_qt: Log settings on launchGravatar zhupengfei2019-01-221-0/+29
* hid: Use player-defined controller type as PREFERRED_CONTROLLERGravatar Zach Hilman2018-11-181-0/+50
* video_core; Get rid of global g_toggle_framelimit_enabled variableGravatar Lioncash2018-08-101-5/+1
* video_core: Eliminate the g_renderer global variableGravatar Lioncash2018-08-041-2/+4
* video_core: Make global EmuWindow instance part of the base renderer classGravatar Lioncash2018-08-011-5/+3
* Remove references to PICA and rasterizers in video_coreGravatar James Rowe2018-01-121-6/+0
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-101-2/+0
* SidebySide Layout (#2859)Gravatar ThaMighty902017-08-251-1/+1
* Core: Fix some out-of-style includesGravatar Yuri Kunde Schlesner2017-05-271-1/+1
* ir: implement new 3ds HID via ir:rstGravatar wwylele2017-05-041-1/+1
* ir: implement circle pad proGravatar wwylele2017-05-031-0/+2
* HID: use ButtonDeviceGravatar wwylele2017-03-011-0/+3
* removed the possibly uneeded cast on values.gdbstub_portGravatar noah the goodra2017-01-311-1/+1
* config: Add option for specifying screen resolution scale factor.Gravatar bunnei2017-01-071-1/+0
* core: Move emu_window and key_map into coreGravatar MerryMage2016-12-231-1/+1
* Implement Frame rate limiter (#2223)Gravatar emmauss2016-12-061-0/+1
* Support additional screen layouts.Gravatar James Rowe2016-11-051-0/+7
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+0
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-1/+0
* configure_audio: User-configuratble option to enable/disable audio stretchingGravatar MerryMage2016-08-311-0/+1