summaryrefslogtreecommitdiff
path: root/src/core/settings.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1747 from DarkLordZach/exefs-lfsGravatar bunnei2018-11-231-0/+1
|\ | | | | patch_manager: Add support for applying LayeredFS patches to ExeFS
| * settings: Add option to dump ExeFS of games upon launchGravatar Zach Hilman2018-11-201-0/+1
| | | | | | | | When enabled, all exefs(es) will be copied to yuzu/dump/<title_id>/exefs.
* | 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
| | | | | | | | Uses the PlayerInput struct to represent all of the data that constitutes a player.
* | 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
|\ | | | | patch_manager: Add support for dumping uncompressed NSOs
| * settings: Add setting to control NSO dumpingGravatar Zach Hilman2018-10-291-0/+1
| | | | | | | | Also adds UI option in Debug > Dump section, with the idea later things to be dumped (i.e. other game data or textures, etc) will use the same group box.
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed conflict with nfp * Few fixups for nfc * Conflict 2 * Fixed AttachAvailabilityChangeEvent * Conflict 3 * Fixed byte padding * Refactored amiibo to not reside in "System" * Removed remaining references of nfc from system * used enum for Nfc GetStateOld * Added missing newline * Moved file operations to front end * Conflict 4 * Amiibos now use structs and added mutexes * Removed amiibo_path
* config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.Gravatar bunnei2018-10-161-1/+1
| | | | - This will be used as a catch-all for slow-but-accurate GPU emulation paths.
* 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
|\ | | | | audio_core: Add audio stretching support
| * 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
|\ | | | | XCI and Encrypted NCA Support
| * Remove files that are not usedGravatar Zach Hilman2018-08-011-0/+2
| |
* | Added ability to change username & language code in the settings ui. Added ↵Gravatar David2018-08-031-0/+2
|/ | | | IProfile::Get and SET::GetLanguageCode for libnx tests (#851)
* 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
| | | | | | | | | | | | | | * hid: Update mouse/keyboard state * hid: Working analog sticks * hid: Nits * hid: Nits * hid: Update mystery sections * hid: Tweaks
* 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 ↵Gravatar bunnei2018-03-261-1/+1
| | | | config bools.
* 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
| | | | | | | | | | * WebService: Verify username and token; Log errors in PostJson * Fixup: added docstrings to the functions * Webservice: Added Icons to the verification, imrpved error detection in cpr, fixup nits * fixup: fmt warning
* Merge pull request #2899 from wwylele/touch-refactorGravatar bunnei2017-08-291-0/+1
|\ | | | | Refactor touch input into a TouchDevice
| * 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
|/ | | | | | | | | | | | | | | | | | | | | | * added a SidebySide Layout * Reworked, so both screen have the same height and cleaned up screen translates. * added the option in the UI, hope this is the right way to do it. formated framebuffer_layout.cpp * delete the x64 files * deleted ui_configure_graphics.h * added Option for the Layout in the xml * got rid of SIDE_BY_SIDE_ASPECT_RATIO because it was useless. pulled translate into variables * changed shift variables to u32 and moved them in their respective branch. remove notr="true" for the Screen layout drop down * reworked intends :). changed function description for SideFrameLayout * some description reworking
* HID: use MotionDevice for Accelerometer and GyroscopeGravatar wwylele2017-08-111-0/+1
|
* settings: Add telemetry endpoint URL.Gravatar bunnei2017-07-101-0/+3
|
* Merge pull request #2512 from SonofUgly/custom-layoutGravatar bunnei2017-03-211-1/+9
|\ | | | | Add custom layout settings.
| * Add custom layout settings.Gravatar SonofUgly2017-02-231-1/+9
| |
* | Input: remove unused stuff & clean upGravatar wwylele2017-03-011-54/+0
| | | | | | | | | | | | | | 1. removed zl, zr and c-stick from HID::PadState. They are handled by IR, not HID 2. removed button handling in EmuWindow 3. removed key_map 4. cleanup #include