summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | lbl: Update service function table namesGravatar Lioncash2018-10-211-28/+28
| |/ / / / /
* | | | | | Merge pull request #1548 from FernandoS27/fix-vaoGravatar bunnei2018-10-221-2/+14
|\ \ \ \ \ \
| * | | | | | Fixed VAOs Float types only returning GL_FLOAT in cases that they had to retu...Gravatar FernandoS272018-10-221-2/+14
| |/ / / / /
* | | | | | Merge pull request #1544 from DarkLordZach/reinitialize-keys-toolsGravatar bunnei2018-10-211-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | qt: Move Reinitialize Keys to Tools menuGravatar Zach Hilman2018-10-201-1/+7
| |/ / / /
* | | | | Merge pull request #1531 from ogniK5377/hid-fixesGravatar bunnei2018-10-202-4/+189
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added auto controller switching to supported controllers and single joycon bu...Gravatar David Marcec2018-10-202-4/+189
* | | | | gl_shader_decompiler: Move position varying declaration back to gl_shader_genGravatar ReinUsesLisp2018-10-203-13/+9
|/ / / /
* | | | Merge pull request #1501 from ReinUsesLisp/half-floatGravatar bunnei2018-10-192-0/+458
|\ \ \ \
| * | | | gl_shader_decompiler: Implement HSET2_RGravatar ReinUsesLisp2018-10-152-0/+62
| * | | | gl_shader_decompiler: Implement HSETP2_RGravatar ReinUsesLisp2018-10-152-0/+65
| * | | | gl_shader_decompiler: Implement HFMA2 instructionsGravatar ReinUsesLisp2018-10-152-0/+85
| * | | | gl_shader_decompiler: Implement HADD2_IMM and HMUL2_IMMGravatar ReinUsesLisp2018-10-152-0/+73
| * | | | gl_shader_decompiler: Implement non-immediate HADD2 and HMUL2 instructionsGravatar ReinUsesLisp2018-10-152-0/+75
| * | | | gl_shader_decompiler: Setup base for half float unpacking and settingGravatar ReinUsesLisp2018-10-152-0/+98
* | | | | Merge pull request #1520 from lioncash/sanGravatar bunnei2018-10-193-3/+50
|\ \ \ \ \
| * | | | | svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemoryGravatar Lioncash2018-10-183-3/+50
* | | | | | Merge pull request #1517 from bunnei/dmaGravatar bunnei2018-10-199-23/+144
|\ \ \ \ \ \
| * | | | | | GPU: Improved implementation of maxwell DMA (Subv).Gravatar bunnei2018-10-183-17/+66
| * | | | | | decoders: Introduce functions for un/swizzling subrects.Gravatar bunnei2018-10-182-0/+49
| * | | | | | GPU: Invalidate destination address of kepler_memory writes.Gravatar bunnei2018-10-183-3/+17
| * | | | | | fermi_2d: Add support for more accurate surface copies.Gravatar bunnei2018-10-182-3/+12
* | | | | | | Merge pull request #1526 from lioncash/svc-idGravatar bunnei2018-10-198-53/+163
|\ \ \ \ \ \ \
| * | | | | | | es: Update service function tablesGravatar Lioncash2018-10-191-7/+11
| * | | | | | | audio: Update service function tablesGravatar Lioncash2018-10-191-17/+20
| * | | | | | | omm: Update service function tablesGravatar Lioncash2018-10-191-16/+18
| * | | | | | | nifm: Update service function tablesGravatar Lioncash2018-10-191-0/+1
| * | | | | | | hid: Update service function tablesGravatar Lioncash2018-10-191-6/+45
| * | | | | | | nim: Add the basic skeleton of the nim:eca serviceGravatar Lioncash2018-10-191-0/+17
| * | | | | | | ns: Update service function tableGravatar Lioncash2018-10-191-6/+49
| * | | | | | | set_cal: Update service function tableGravatar Lioncash2018-10-191-1/+2
| |/ / / / / /
* | | | | | | Merge pull request #1530 from DarkLordZach/aoc-8Gravatar bunnei2018-10-192-1/+16
|\ \ \ \ \ \ \
| * | | | | | | aoc_u: Stub GetAddOnContentListChangedEventGravatar Zach Hilman2018-10-192-1/+16
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #1516 from lioncash/hidGravatar bunnei2018-10-1918-19/+33
|\ \ \ \ \ \ \
| * | | | | | | hid/controller: Remove unused header inclusionsGravatar Lioncash2018-10-179-9/+0
| * | | | | | | hid/controller/npad: Remove unused dump_idx member variableGravatar Lioncash2018-10-171-1/+0
| * | | | | | | hid/controller/npad: Remove unnecessary semicolon from the closing brace of L...Gravatar Lioncash2018-10-171-1/+1
| * | | | | | | hid/controller/npad: Remove #pragma once from the cpp fileGravatar Lioncash2018-10-171-2/+0
| * | | | | | | hid/controller/npad: Move npad_id_list into the cpp fileGravatar Lioncash2018-10-172-2/+10
| * | | | | | | hid/controller/npad: Remove unnecessary const from void return typeGravatar Lioncash2018-10-172-2/+2
| * | | | | | | hid/controller: Default the destructors of all controller types in the cpp fileGravatar Lioncash2018-10-1716-0/+16
| * | | | | | | controller_base: Default the base class constructor and destructor in the cpp...Gravatar Lioncash2018-10-172-2/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | crypto: Use compressed sizes in offset calculation for KIP decompressionGravatar Zach Hilman2018-10-191-1/+2
| |/ / / / / |/| | | | |
* | | | | | Stubbed home blockingGravatar David Marcec2018-10-202-4/+36
| |/ / / / |/| | | |
* | | | | Merge pull request #1523 from lioncash/lockGravatar bunnei2018-10-182-9/+27
|\ \ \ \ \
| * | | | | svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitra...Gravatar Lioncash2018-10-181-0/+8
| * | | | | common: Add function for checking word alignment to alignment.hGravatar Lioncash2018-10-181-0/+6
| * | | | | common: Move Is4KBAligned() to alignment.hGravatar Lioncash2018-10-182-9/+13
* | | | | | Merge pull request #1511 from lioncash/contentGravatar bunnei2018-10-182-258/+292
|\ \ \ \ \ \
| * | | | | | content_archive: Simpify assignment of bktr_base_romfs in the constructorGravatar Lioncash2018-10-161-2/+1