summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-20engines/maxwell_*: Use nested namespace specifiers where applicableLioncash
2018-10-20maxwell_dma: Make variables const where applicable within HandleCopy()Lioncash
2018-10-20maxwell_dma: Make FlushAndInvalidate's size parameter a u64Lioncash
2018-10-20maxwell_dma: Remove unused variables in HandleCopy()Lioncash
2018-10-20gl_shader_decompiler: Move position varying declaration back to gl_shader_genReinUsesLisp
2018-10-19Merge pull request #1501 from ReinUsesLisp/half-floatbunnei
2018-10-19Merge pull request #1520 from lioncash/sanbunnei
2018-10-19Merge pull request #1517 from bunnei/dmabunnei
2018-10-19Merge pull request #1526 from lioncash/svc-idbunnei
2018-10-19Merge pull request #1530 from DarkLordZach/aoc-8bunnei
2018-10-19Merge pull request #1516 from lioncash/hidbunnei
2018-10-19aoc_u: Stub GetAddOnContentListChangedEventZach Hilman
2018-10-19crypto: Use compressed sizes in offset calculation for KIP decompressionZach Hilman
2018-10-20Stubbed home blockingDavid Marcec
2018-10-19es: Update service function tablesLioncash
2018-10-19audio: Update service function tablesLioncash
2018-10-19omm: Update service function tablesLioncash
2018-10-19nifm: Update service function tablesLioncash
2018-10-19hid: Update service function tablesLioncash
2018-10-19nim: Add the basic skeleton of the nim:eca serviceLioncash
2018-10-19ns: Update service function tableLioncash
2018-10-19set_cal: Update service function tableLioncash
2018-10-18GPU: Improved implementation of maxwell DMA (Subv).bunnei
2018-10-18decoders: Introduce functions for un/swizzling subrects.bunnei
2018-10-18GPU: Invalidate destination address of kepler_memory writes.bunnei
2018-10-18fermi_2d: Add support for more accurate surface copies.bunnei
2018-10-18Merge pull request #1523 from lioncash/lockbunnei
2018-10-18Merge pull request #1511 from lioncash/contentbunnei
2018-10-18Merge pull request #1521 from ogniK5377/imp-mmubunnei
2018-10-18svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitra...Lioncash
2018-10-18common: Add function for checking word alignment to alignment.hLioncash
2018-10-18common: Move Is4KBAligned() to alignment.hLioncash
2018-10-18core: Remove unnecessary assert in ArmInterface()Lioncash
2018-10-18Merge pull request #1510 from lioncash/xcibunnei
2018-10-18Merge pull request #1505 from FernandoS27/tex-3dbunnei
2018-10-19Used better names for mm:u and fixed bad stubDavid Marcec
2018-10-18svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemoryLioncash
2018-10-17hid/controller: Remove unused header inclusionsLioncash
2018-10-17hid/controller/npad: Remove unused dump_idx member variableLioncash
2018-10-17hid/controller/npad: Remove unnecessary semicolon from the closing brace of L...Lioncash
2018-10-17hid/controller/npad: Remove #pragma once from the cpp fileLioncash
2018-10-17hid/controller/npad: Move npad_id_list into the cpp fileLioncash
2018-10-17hid/controller/npad: Remove unnecessary const from void return typeLioncash
2018-10-17hid/controller: Default the destructors of all controller types in the cpp fileLioncash
2018-10-17controller_base: Default the base class constructor and destructor in the cpp...Lioncash
2018-10-17Merge pull request #1444 from ogniK5377/better-hidbunnei
2018-10-17Merge pull request #1489 from FernandoS27/fix-tldsbunnei
2018-10-17Clang format and other fixesFernandoS27
2018-10-17Implement Reinterpret Surface, to accurately blit 3D texturesFernandoS27
2018-10-17Implement GetInRange in the Rasterizer CacheFernandoS27