summaryrefslogtreecommitdiff
path: root/src/core/settings.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* settings: Fix comment structureGravatar Zach Hilman2019-01-071-4/+5
* settings: Use std::chrono::seconds instead of s64 for RTCGravatar Zach Hilman2019-01-071-3/+5
* settings: Add custom RTC settingsGravatar Zach Hilman2019-01-071-0/+3
* settings: Store list of disabled add-ons per title IDGravatar Zach Hilman2018-12-031-0/+5
* Merge pull request #1747 from DarkLordZach/exefs-lfsGravatar bunnei2018-11-231-0/+1
|\
| * settings: Add option to dump ExeFS of games upon launchGravatar Zach Hilman2018-11-201-0/+1
* | hid: Use player-defined controller type as PREFERRED_CONTROLLERGravatar Zach Hilman2018-11-181-41/+3
* | settings: Add settings for multiple players and controllersGravatar Zach Hilman2018-11-181-3/+48
* | settings: Add Native type for keyboardGravatar Zach Hilman2018-11-181-0/+210
* | settings: Add Native type for mouse buttonsGravatar Zach Hilman2018-11-181-0/+27
|/
* Merge pull request #1618 from DarkLordZach/dump-nsoGravatar bunnei2018-11-151-0/+1
|\
| * settings: Add setting to control NSO dumpingGravatar Zach Hilman2018-10-291-0/+1
* | svc: Use proper random entropy generation algorithmGravatar Zach Hilman2018-11-131-1/+1
* | settings: Add config option to set RNG seedGravatar Zach Hilman2018-11-111-0/+2
* | configure_system: Fix compiler warningGravatar Frederic Laing2018-11-061-2/+2
|/
* profile_manager: Load user icons, names, and UUIDs from system saveGravatar Zach Hilman2018-10-231-2/+0
* settings: Add users and current_user settings and remove usernameGravatar Zach Hilman2018-10-231-1/+3
* Added Amiibo support (#1390)Gravatar David2018-10-231-0/+1
* config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.Gravatar bunnei2018-10-161-1/+1
* settings: Add program_args string settingGravatar Zach Hilman2018-10-071-0/+1
* Port web_service from CitraGravatar fearlessTobi2018-10-021-0/+6
* Merge pull request #1163 from FearlessTobi/add-audio-stretchingGravatar bunnei2018-09-121-0/+1
|\
| * Add audio stretching supportGravatar fearlessTobi2018-09-081-0/+1
* | hid: Implement ReloadInputDevicesGravatar fearlessTobi2018-09-091-0/+2
|/
* settings: Save and load NAND/SD dirs from configGravatar Zach Hilman2018-09-031-0/+2
* Port #3353 from CitraGravatar fearlessTobi2018-08-211-1/+2
* Merge pull request #849 from DarkLordZach/xciGravatar bunnei2018-08-041-0/+2
|\
| * Remove files that are not usedGravatar Zach Hilman2018-08-011-0/+2
* | Added ability to change username & language code in the settings ui. Added IP...Gravatar David2018-08-031-0/+2
|/
* audio_core: Add configuration settings.Gravatar bunnei2018-07-311-0/+5
* settings: Add a configuration for use_accurate_framebuffers.Gravatar bunnei2018-06-271-0/+1
* core: Add a configuration setting for use_multi_core.Gravatar bunnei2018-05-101-0/+1
* hid: Tweaks, Analog Sticks (#435)Gravatar Max Thomas2018-05-071-0/+4
* settings: Remove unused CpuCore class.Gravatar bunnei2018-03-261-5/+0
* config: Use simplified checkbox (from Citra) for CPU JIT.Gravatar bunnei2018-03-261-1/+1
* config: Rename is_docked to use_docked_mode to be consistent with other confi...Gravatar bunnei2018-03-261-1/+1
* config: Add setting for whether the system is docked or not.Gravatar bunnei2018-03-261-0/+3
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+2
* settings: Fix button mappings array to have correct entries.Gravatar bunnei2018-01-151-2/+6
* settings: Screenshot buttonGravatar shinyquagsire232018-01-151-0/+2
* settings: adjust button configs for Switch controllersGravatar shinyquagsire232018-01-151-17/+50
* Removing unused settings and yuzu rebrandingGravatar James Rowe2018-01-121-44/+0
* configuration: Add cpu_core configuration optionGravatar MerryMage2018-01-121-1/+6
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-101-5/+0
* WebService: Verify username and token (#2930)Gravatar B3n302017-09-181-0/+1
* Merge pull request #2899 from wwylele/touch-refactorGravatar bunnei2017-08-291-0/+1
|\
| * HID: use TouchDevice for touch padGravatar wwylele2017-08-241-0/+1
* | settings: Add enable_telemetry, citra_username, and citra_token.Gravatar bunnei2017-08-251-0/+3
* | SidebySide Layout (#2859)Gravatar ThaMighty902017-08-251-2/+3
|/
* HID: use MotionDevice for Accelerometer and GyroscopeGravatar wwylele2017-08-111-0/+1