summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1929 from bunnei/fix-hidGravatar bunnei2018-12-271-44/+163
|\
| * hid: Fix SetNpadJoyHoldType and improve logging.Gravatar bunnei2018-12-211-44/+163
* | Merge pull request #1945 from bunnei/fix-hid-horizGravatar bunnei2018-12-271-46/+0
|\ \
| * | npad: Remove code to invert input in horizontal mode.Gravatar bunnei2018-12-261-46/+0
* | | Merge pull request #1949 from lioncash/unmapGravatar bunnei2018-12-271-0/+1
|\ \ \
| * | | kernel/vm_manager: Reset region attributes when unmapping a VMAGravatar Lioncash2018-12-261-0/+1
* | | | am: Implement GetSaveDataSize and ExtendSaveDataGravatar Zach Hilman2018-12-276-8/+53
* | | | filesystem: Populate save data sizes from control dataGravatar Zach Hilman2018-12-272-0/+53
* | | | savedata_factory: Partially implement IVFC save sizes using filesGravatar Zach Hilman2018-12-272-0/+38
* | | | loader: Add accessor for game control dataGravatar Zach Hilman2018-12-275-9/+14
* | | | control_metadata: Update NACP fields with latest Switchbrew dataGravatar Zach Hilman2018-12-272-6/+29
* | | | control_metadata: Use value member instead of unique_ptr to store structGravatar Zach Hilman2018-12-272-10/+13
* | | | vfs: Add reinterpret_casts to WriteArray and ObjectGravatar Zach Hilman2018-12-271-2/+2
* | | | Merge pull request #1946 from lioncash/declGravatar bunnei2018-12-261-1/+1
|\ \ \ \
| * | | | renderer_opengl: Correct forward declaration of FramebufferLayoutGravatar Lioncash2018-12-261-1/+1
* | | | | Merge pull request #1948 from lioncash/translatableGravatar bunnei2018-12-261-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | configure_per_general: Mark UI strings as translatable in the constructorGravatar Lioncash2018-12-261-2/+2
| |/ / /
* / / / configure_input_simple: Make input profile array constexprGravatar Lioncash2018-12-261-12/+7
|/ / /
* | | Fixed shader linking error due to TLDS (#1934)Gravatar David2018-12-261-1/+1
* | | Merge pull request #1849 from encounter/svcSetThreadActivityGravatar bunnei2018-12-265-6/+77
|\ \ \
| * | | debugger: Set paused thread colorGravatar Luke Street2018-12-041-1/+2
| * | | svc: Implement SetThreadActivity (thread suspension)Gravatar Luke Street2018-12-045-6/+76
* | | | shader_bytecode: Fixup TEXS.F16 encodingGravatar ReinUsesLisp2018-12-261-1/+1
| |/ / |/| |
* | | Merge pull request #1886 from FearlessTobi/port-4164Gravatar bunnei2018-12-2315-43/+228
|\ \ \
| * | | yuzu, video_core: Screenshot functionalityGravatar zhupengfei2018-12-1815-43/+228
* | | | Merge pull request #1930 from lioncash/commonGravatar bunnei2018-12-231-1/+1
|\ \ \ \
| * | | | common/quaternion: Ensure that w is always initializedGravatar Lioncash2018-12-211-1/+1
* | | | | Merge pull request #1781 from DarkLordZach/applet-profile-selectGravatar bunnei2018-12-2313-0/+466
|\ \ \ \ \
| * | | | | applets: Correct event ResetTypes from OneShot to StickyGravatar Zach Hilman2018-12-035-14/+6
| * | | | | qt: Implement GUI dialog frontend for ProfileSelectorGravatar Zach Hilman2018-12-036-0/+269
| * | | | | am: Use ProfileSelect appletGravatar Zach Hilman2018-12-031-0/+4
| * | | | | applets: Implement ProfileSelect appletGravatar Zach Hilman2018-12-032-0/+130
| * | | | | qt: Register to use Qt ProfileSelector instead of defaultGravatar Zach Hilman2018-12-031-0/+2
| * | | | | core: Add getter/setter for ProfileSelector in SystemGravatar Zach Hilman2018-12-032-0/+16
| * | | | | frontend: Add frontend applet for ProfileSelectGravatar Zach Hilman2018-12-033-0/+48
| * | | | | software_keyboard: Signal state changed event upon constructionGravatar Zach Hilman2018-12-031-1/+6
* | | | | | Merge pull request #1780 from DarkLordZach/controller-profilesGravatar bunnei2018-12-2312-66/+401
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | configure_input_simple: Properly signal docked mode changeGravatar Zach Hilman2018-12-053-33/+31
| * | | | | configure_input: Add ConfigureInputSimple as default input UI configGravatar Zach Hilman2018-12-058-1/+293
| * | | | | configure_input: Convert into QDialogGravatar Zach Hilman2018-12-053-7/+47
| * | | | | configure: Use ConfigureInputSimple for Input tabGravatar Zach Hilman2018-12-051-26/+26
| * | | | | ui_settings: Add UI setting for input profile indexGravatar Zach Hilman2018-12-052-0/+5
* | | | | | Merge pull request #1921 from ogniK5377/no-unitGravatar bunnei2018-12-2114-3/+34
|\ \ \ \ \ \
| * | | | | | hopefully fix clang format issueGravatar David Marcec2018-12-191-0/+1
| * | | | | | Fixed uninitialized memory due to missing returns in canaryGravatar David Marcec2018-12-1914-3/+33
* | | | | | | Merge pull request #1920 from heapo/texture_format_selectionGravatar bunnei2018-12-211-1/+11
|\ \ \ \ \ \ \
| * | | | | | | Texture format fixes: Flag RGBA16UI as GL_RGBA_INTEGER format, and interpret ...Gravatar heapo2018-12-181-1/+11
| |/ / / / / /
* | | | | | | Merge pull request #1925 from lioncash/pidGravatar bunnei2018-12-217-28/+59
|\ \ \ \ \ \ \
| * | | | | | | kernel/svc: Handle thread handles within GetProcessIdGravatar Lioncash2018-12-191-10/+23
| * | | | | | | kernel/kernel: Use correct initial PID for userland Process instancesGravatar Lioncash2018-12-182-4/+14