summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1529 from DarkLordZach/key-derivation-crashGravatar Mat M2018-10-191-1/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | crypto: Use compressed sizes in offset calculation for KIP decompressionGravatar Zach Hilman2018-10-191-1/+2
|/ / / / / /
* | | | | | Merge pull request #1525 from ogniK5377/block-homeGravatar bunnei2018-10-192-4/+36
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | 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
| * | | | | | content_archive: Make IsValidNCA() an internally linked functionGravatar Lioncash2018-10-162-3/+1
| * | | | | | content_archive: Simplify rights ID checkGravatar Lioncash2018-10-161-2/+2
| * | | | | | content_archive: Split loading into separate functionsGravatar Lioncash2018-10-162-253/+290
| * | | | | | content_archive: Pass and take NCASectionHeader instance by referenceGravatar Lioncash2018-10-162-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1521 from ogniK5377/imp-mmuGravatar bunnei2018-10-181-8/+42
|\ \ \ \ \ \
| * | | | | | Used better names for mm:u and fixed bad stubGravatar David Marcec2018-10-191-8/+42
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1522 from lioncash/coreGravatar bunnei2018-10-181-2/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | core: Remove unnecessary assert in ArmInterface()Gravatar Lioncash2018-10-181-2/+1
|/ / / / /
* | | | | Merge pull request #1510 from lioncash/xciGravatar bunnei2018-10-183-7/+8
|\ \ \ \ \
| * | | | | XCI: Add function for checking the existence of the program NCAGravatar Lioncash2018-10-163-7/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #1505 from FernandoS27/tex-3dGravatar bunnei2018-10-184-2/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Clang format and other fixesGravatar FernandoS272018-10-171-16/+0
| * | | | Implement Reinterpret Surface, to accurately blit 3D texturesGravatar FernandoS272018-10-171-2/+4
| * | | | Implement GetInRange in the Rasterizer CacheGravatar FernandoS272018-10-171-0/+16