| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1747 from DarkLordZach/exefs-lfs | 2018-11-23 | 1 | -0/+1 | |
| |\ | | | | | patch_manager: Add support for applying LayeredFS patches to ExeFS | ||||
| | * | settings: Add option to dump ExeFS of games upon launch | 2018-11-20 | 1 | -0/+1 | |
| | | | | | | | | | When enabled, all exefs(es) will be copied to yuzu/dump/<title_id>/exefs. | ||||
| * | | hid: Use player-defined controller type as PREFERRED_CONTROLLER | 2018-11-18 | 1 | -41/+3 | |
| | | | |||||
| * | | settings: Add settings for multiple players and controllers | 2018-11-18 | 1 | -3/+48 | |
| | | | | | | | | | Uses the PlayerInput struct to represent all of the data that constitutes a player. | ||||
| * | | settings: Add Native type for keyboard | 2018-11-18 | 1 | -0/+210 | |
| | | | |||||
| * | | settings: Add Native type for mouse buttons | 2018-11-18 | 1 | -0/+27 | |
| |/ | |||||
| * | Merge pull request #1618 from DarkLordZach/dump-nso | 2018-11-15 | 1 | -0/+1 | |
| |\ | | | | | patch_manager: Add support for dumping uncompressed NSOs | ||||
| | * | settings: Add setting to control NSO dumping | 2018-10-29 | 1 | -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 algorithm | 2018-11-13 | 1 | -1/+1 | |
| | | | |||||
| * | | settings: Add config option to set RNG seed | 2018-11-11 | 1 | -0/+2 | |
| | | | |||||
| * | | configure_system: Fix compiler warning | 2018-11-06 | 1 | -2/+2 | |
| |/ | |||||
| * | profile_manager: Load user icons, names, and UUIDs from system save | 2018-10-23 | 1 | -2/+0 | |
| | | |||||
| * | settings: Add users and current_user settings and remove username | 2018-10-23 | 1 | -1/+3 | |
| | | |||||
| * | Added Amiibo support (#1390) | 2018-10-23 | 1 | -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. | 2018-10-16 | 1 | -1/+1 | |
| | | | | | - This will be used as a catch-all for slow-but-accurate GPU emulation paths. | ||||
| * | settings: Add program_args string setting | 2018-10-07 | 1 | -0/+1 | |
| | | |||||
| * | Port web_service from Citra | 2018-10-02 | 1 | -0/+6 | |
| | | |||||
| * | Merge pull request #1163 from FearlessTobi/add-audio-stretching | 2018-09-12 | 1 | -0/+1 | |
| |\ | | | | | audio_core: Add audio stretching support | ||||
| | * | Add audio stretching support | 2018-09-08 | 1 | -0/+1 | |
| | | | |||||
| * | | hid: Implement ReloadInputDevices | 2018-09-09 | 1 | -0/+2 | |
| |/ | |||||
| * | settings: Save and load NAND/SD dirs from config | 2018-09-03 | 1 | -0/+2 | |
| | | |||||
| * | Port #3353 from Citra | 2018-08-21 | 1 | -1/+2 | |
| | | |||||
| * | Merge pull request #849 from DarkLordZach/xci | 2018-08-04 | 1 | -0/+2 | |
| |\ | | | | | XCI and Encrypted NCA Support | ||||
| | * | Remove files that are not used | 2018-08-01 | 1 | -0/+2 | |
| | | | |||||
| * | | Added ability to change username & language code in the settings ui. Added ↵ | 2018-08-03 | 1 | -0/+2 | |
| |/ | | | | IProfile::Get and SET::GetLanguageCode for libnx tests (#851) | ||||
| * | audio_core: Add configuration settings. | 2018-07-31 | 1 | -0/+5 | |
| | | |||||
| * | settings: Add a configuration for use_accurate_framebuffers. | 2018-06-27 | 1 | -0/+1 | |
| | | |||||
| * | core: Add a configuration setting for use_multi_core. | 2018-05-10 | 1 | -0/+1 | |
| | | |||||
| * | hid: Tweaks, Analog Sticks (#435) | 2018-05-07 | 1 | -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. | 2018-03-26 | 1 | -5/+0 | |
| | | |||||
| * | config: Use simplified checkbox (from Citra) for CPU JIT. | 2018-03-26 | 1 | -1/+1 | |
| | | |||||
| * | config: Rename is_docked to use_docked_mode to be consistent with other ↵ | 2018-03-26 | 1 | -1/+1 | |
| | | | | | config bools. | ||||
| * | config: Add setting for whether the system is docked or not. | 2018-03-26 | 1 | -0/+3 | |
| | | |||||
| * | Format: Run the new clang format on everything | 2018-01-20 | 1 | -1/+2 | |
| | | |||||
| * | settings: Fix button mappings array to have correct entries. | 2018-01-15 | 1 | -2/+6 | |
| | | |||||
| * | settings: Screenshot button | 2018-01-15 | 1 | -0/+2 | |
| | | |||||
| * | settings: adjust button configs for Switch controllers | 2018-01-15 | 1 | -17/+50 | |
| | | |||||
| * | Removing unused settings and yuzu rebranding | 2018-01-12 | 1 | -44/+0 | |
| | | |||||
| * | configuration: Add cpu_core configuration option | 2018-01-12 | 1 | -1/+6 | |
| | | |||||
| * | hle: Remove a large amount of 3ds-specific service code. | 2017-10-10 | 1 | -5/+0 | |
| | | |||||
| * | WebService: Verify username and token (#2930) | 2017-09-18 | 1 | -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-refactor | 2017-08-29 | 1 | -0/+1 | |
| |\ | | | | | Refactor touch input into a TouchDevice | ||||
| | * | HID: use TouchDevice for touch pad | 2017-08-24 | 1 | -0/+1 | |
| | | | |||||
| * | | settings: Add enable_telemetry, citra_username, and citra_token. | 2017-08-25 | 1 | -0/+3 | |
| | | | |||||
| * | | SidebySide Layout (#2859) | 2017-08-25 | 1 | -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 Gyroscope | 2017-08-11 | 1 | -0/+1 | |
| | | |||||
| * | settings: Add telemetry endpoint URL. | 2017-07-10 | 1 | -0/+3 | |
| | | |||||
| * | Merge pull request #2512 from SonofUgly/custom-layout | 2017-03-21 | 1 | -1/+9 | |
| |\ | | | | | Add custom layout settings. | ||||
| | * | Add custom layout settings. | 2017-02-23 | 1 | -1/+9 | |
| | | | |||||
| * | | Input: remove unused stuff & clean up | 2017-03-01 | 1 | -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 | ||||