| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | | HID: use AnalogDevice | 2017-03-01 | 1 | -0/+14 | |
| | | | |||||
| * | | HID: use ButtonDevice | 2017-03-01 | 1 | -0/+44 | |
| | | | |||||
| * | | Merge pull request #2368 from wwylele/camera-2 | 2017-01-29 | 1 | -0/+5 | |
| |\ \ | |/ |/| | CAM: build the service framework with a dummy implementation | ||||
| | * | CAM: implement basic camera functions with a blank camera | 2017-01-11 | 1 | -0/+5 | |
| | | | |||||
| * | | SDL: Select audio device (#2403) | 2017-01-25 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial Commit Added Device logic to Sinks Started on UI for selecting devices Removed redundant import * Audio Core: Complete Device Switching Complete the device switching implementation by allowing the output device to be loaded, changed and saved through the configurations menu. Worked with the Sink abstraction and tuned the "Device Selection" configuration so that the Device List is automatically populated when the Sink is changed. This hopefully addresses the concerns and recommendations mentioned in the comments of the PR. * Clean original implementation. * Refactor GetSinkDetails | ||||
| * | | config: Add option for specifying screen resolution scale factor. | 2017-01-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Config: auto-select region and language | 2016-12-07 | 1 | -0/+4 | |
| |/ | |||||
| * | Implement Frame rate limiter (#2223) | 2016-12-06 | 1 | -0/+1 | |
| | | | | | | | * implement frame limiter * fixes | ||||
| * | GPU: Remove the broken frame_skip option. | 2016-11-27 | 1 | -1/+0 | |
| | | | | | Fixes #1960. | ||||
| * | Support additional screen layouts. | 2016-11-05 | 1 | -0/+11 | |
| | | | | | | Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen. | ||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -1/+0 | |
| | | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -21/+30 | |
| | | |||||
| * | core: Add configuration option for CPU JIT. | 2016-09-15 | 1 | -0/+1 | |
| | | |||||
| * | Merge pull request #2032 from bunnei/qt-graphics | 2016-08-31 | 1 | -0/+1 | |
| |\ | | | | | Qt graphics configure & V-Sync option | ||||
| | * | config: Add a setting for graphics V-Sync. | 2016-08-29 | 1 | -0/+1 | |
| | | | |||||
| * | | configure_audio: User-configuratble option to enable/disable audio stretching | 2016-08-31 | 1 | -0/+1 | |
| |/ | |||||
| * | Merge pull request #1789 from wwylele/input-refactor | 2016-06-10 | 1 | -5/+17 | |
| |\ | | | | | Refactor input mapping & implement circle pad modifier | ||||
| | * | implement circle pad modifier | 2016-05-15 | 1 | -1/+5 | |
| | | | |||||
| | * | Refactor input subsystem | 2016-05-15 | 1 | -5/+13 | |
| | | | |||||
| * | | New3DS: Minor style cleanup to #1520. | 2016-05-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge pull request #1520 from JamePeng/checknew3ds | 2016-05-24 | 1 | -0/+3 | |
| |\ \ | |/ |/| | Implement CheckNew3DS and CheckNew3DSApp | ||||