summaryrefslogtreecommitdiff
path: root/src/core/settings.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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/+16
2020-05-03settings: Add anisotropic filtering level to the yuzu configuration log (#3875)Gravatar Morph1-0/+1
2020-04-22Correct Linux Compile Error.Gravatar Fernando Sahmkow1-0/+8
2020-04-22UI: Replasce accurate GPU option for GPU Accuracy LevelGravatar Fernando Sahmkow1-1/+1
2020-03-19set: implement GetRegionCodeGravatar Dan1-0/+1
2020-02-25core: settings: Add setting to enable vsync, which is on by default.Gravatar bunnei1-0/+1
2019-09-30settings: Add option to set BCAT backendGravatar Zach Hilman1-0/+2
2019-09-21settings: Update LogSettings to show NAND/SDMC paths from FileUtilGravatar Zach Hilman1-2/+3
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-05-30rasterizer_opengl: Remove OpenGL core profileGravatar ReinUsesLisp1-1/+0
2019-04-20Allow picking a Compatibility Profile for OpenGL.Gravatar Fernando Sahmkow1-0/+1
2019-03-29core/yuzu: Remove enable_nfc settingGravatar fearlessTobi1-1/+0
2019-03-09clang fixGravatar Hexagon121-1/+2
2019-03-09Log 2 new setting valuesGravatar Hexagon121-0/+2
2019-01-22citra_qt: Log settings on launchGravatar zhupengfei1-0/+29
2018-11-18hid: Use player-defined controller type as PREFERRED_CONTROLLERGravatar Zach Hilman1-0/+50
2018-08-10video_core; Get rid of global g_toggle_framelimit_enabled variableGravatar Lioncash1-5/+1
2018-08-04video_core: Eliminate the g_renderer global variableGravatar Lioncash1-2/+4
2018-08-01video_core: Make global EmuWindow instance part of the base renderer classGravatar Lioncash1-5/+3
2018-01-12Remove references to PICA and rasterizers in video_coreGravatar James Rowe1-6/+0
2017-10-10hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei1-2/+0
2017-08-25SidebySide Layout (#2859)Gravatar ThaMighty901-1/+1
2017-05-27Core: Fix some out-of-style includesGravatar Yuri Kunde Schlesner1-1/+1
2017-05-04ir: implement new 3ds HID via ir:rstGravatar wwylele1-1/+1
2017-05-03ir: implement circle pad proGravatar wwylele1-0/+2
2017-03-01HID: use ButtonDeviceGravatar wwylele1-0/+3
2017-01-31removed the possibly uneeded cast on values.gdbstub_portGravatar noah the goodra1-1/+1
2017-01-07config: Add option for specifying screen resolution scale factor.Gravatar bunnei1-1/+0
2016-12-23core: Move emu_window and key_map into coreGravatar MerryMage1-1/+1
2016-12-06Implement Frame rate limiter (#2223)Gravatar emmauss1-0/+1
2016-11-05Support additional screen layouts.Gravatar James Rowe1-0/+7
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-3/+0
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-1/+0
2016-08-31configure_audio: User-configuratble option to enable/disable audio stretchingGravatar MerryMage1-0/+1
2016-04-30Audio: Add sink selection to configuration filesGravatar MerryMage1-0/+5
2016-04-21Config: Add scaled resolution optionGravatar tfarley1-1/+1
2016-04-11CitraQt: Apply config at startupGravatar Jannik Vogel1-0/+14
2014-12-20License changeGravatar purpasmart961-1/+1
2014-10-07Added configuration file system.Gravatar archshift1-0/+11