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