summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/config.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-21Port #3353 from CitraGravatar fearlessTobi1-2/+3
2018-08-01Remove files that are not usedGravatar Zach Hilman1-0/+1
2018-07-31audio_core: Add configuration settings.Gravatar bunnei1-0/+5
2018-07-21file_util: Use an enum class for GetUserPath()Gravatar Lioncash1-1/+1
2018-07-17settings: Turn docked mode off by default.Gravatar bunnei1-1/+1
2018-07-02Rename logging macro back to LOG_*Gravatar James Rowe1-3/+3
2018-06-27settings: Add a configuration for use_accurate_framebuffers.Gravatar bunnei1-0/+2
2018-05-10core: Add a configuration setting for use_multi_core.Gravatar bunnei1-0/+1
2018-04-26frontends: Move logging macros over to new fmt-capable onesGravatar Lioncash1-3/+3
2018-03-26config: Use simplified checkbox (from Citra) for CPU JIT.Gravatar bunnei1-2/+1
2018-03-26config: Rename is_docked to use_docked_mode to be consistent with other confi...Gravatar bunnei1-1/+1
2018-03-26config: Add setting for whether the system is docked or not.Gravatar bunnei1-0/+3
2018-03-22yuzu_cmd: change default cpu core to dynarmicGravatar Valentin Vanelslande1-1/+1
2018-01-20Format: Run the new clang format on everythingGravatar James Rowe1-2/+10
2018-01-13config: Default log filter to trace.Gravatar bunnei1-1/+1
2018-01-12Remove settings issues in sdl and fix a few files that broke in mingwGravatar James Rowe1-47/+0
2018-01-12Get yuzu sdl to start compilingGravatar James Rowe1-2/+3
2018-01-12Massive removal of unused modulesGravatar James Rowe1-0/+0
2018-01-12config: Default CPU core to Unicorn.Gravatar bunnei1-1/+1
2018-01-12configuration: Add cpu_core configuration optionGravatar MerryMage1-1/+2
2017-10-10hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei1-15/+0
2017-09-18WebService: Verify username and token (#2930)Gravatar B3n301-0/+2
2017-08-25settings: Add enable_telemetry, citra_username, and citra_token.Gravatar bunnei1-0/+4
2017-08-24EmuWindow: refactor touch input into a TouchDeviceGravatar wwylele1-0/+2
2017-08-11move MotionEmu from core/frontend to input_common as a InputDeviceGravatar wwylele1-0/+3
2017-07-10settings: Add telemetry endpoint URL.Gravatar bunnei1-0/+4
2017-06-21Changing default values for bg_red, bg_green, and bg_blue from 1.0 to 0.0.Gravatar chris0626891-3/+3
2017-05-27Citra: Convert include into forward declarationGravatar Yuri Kunde Schlesner1-1/+3
2017-03-01InputCommon: add AnalogFromButtonGravatar wwylele1-0/+20
2017-03-01InputCommon: add KeyboardGravatar wwylele1-14/+11
2017-02-23Add custom layout settings.Gravatar SonofUgly1-0/+17
2017-01-25SDL: Select audio device (#2403)Gravatar Kloen Lansfiel1-0/+1
2017-01-11SDL2: Config.cpp fix double to float warningGravatar Kloen1-1/+2
2017-01-11CAM: implement basic camera functions with a blank cameraGravatar wwylele1-0/+15
2017-01-07config: Add option for specifying screen resolution scale factor.Gravatar bunnei1-2/+1
2016-12-07Config: auto-select region and languageGravatar wwylele1-1/+2
2016-12-06Implement Frame rate limiter (#2223)Gravatar emmauss1-0/+2
2016-11-27GPU: Remove the broken frame_skip option.Gravatar Emmanuel Gil Peyrot1-1/+0
2016-11-05Add default hotkey to swap primary screens.Gravatar James Rowe1-1/+2
2016-11-05Support additional screen layouts.Gravatar James Rowe1-0/+4
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-8/+2
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-14/+17
2016-09-15core: Add configuration option for CPU JIT.Gravatar bunnei1-0/+1
2016-08-31configure_audio: User-configuratble option to enable/disable audio stretchingGravatar MerryMage1-0/+1
2016-08-29config: Add a setting for graphics V-Sync.Gravatar bunnei1-0/+1
2016-08-15citra: Default to HW renderer.Gravatar bunnei1-1/+1
2016-05-24New3DS: Minor style cleanup to #1520.Gravatar bunnei1-1/+1
2016-05-15implement circle pad modifierGravatar wwylele1-0/+2
2016-05-15Refactor input subsystemGravatar wwylele1-1/+4