summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-26renderer_opengl: Correct forward declaration of FramebufferLayoutLioncash
2018-12-26Apply CC test to the final value to be stored in the registerRodolfo Bogado
2018-12-26Fixed shader linking error due to TLDS (#1934)David
2018-12-26Merge pull request #1849 from encounter/svcSetThreadActivitybunnei
2018-12-26Merge pull request #1943 from ReinUsesLisp/fixup-texsbunnei
2018-12-26npad: Remove code to invert input in horizontal mode.bunnei
2018-12-26shader_bytecode: Fixup TEXS.F16 encodingReinUsesLisp
2018-12-23Merge pull request #1886 from FearlessTobi/port-4164bunnei
2018-12-23Merge pull request #1930 from lioncash/commonbunnei
2018-12-23Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei
2018-12-23Merge pull request #1780 from DarkLordZach/controller-profilesbunnei
2018-12-22Includde saturation in the evaluation of the control codeRodolfo Bogado
2018-12-22Handle RZ cases evaluating the expression instead of the register value.Rodolfo Bogado
2018-12-22complete emulation of ZeroFlagRodolfo Bogado
2018-12-21common/quaternion: Ensure that w is always initializedLioncash
2018-12-21Merge pull request #1921 from ogniK5377/no-unitbunnei
2018-12-21Merge pull request #1920 from heapo/texture_format_selectionbunnei
2018-12-21Merge pull request #1925 from lioncash/pidbunnei
2018-12-21Merge pull request #1914 from lioncash/idbunnei
2018-12-21hid: Fix SetNpadJoyHoldType and improve logging.bunnei
2018-12-21kernel/process: Hook up the process capability parser to the process itselfLioncash
2018-12-21kernel/process_capability: Handle debug capability flagsLioncash
2018-12-21kernel/process_capability: Handle handle table capability flagsLioncash
2018-12-21kernel/process_capability: Handle kernel version capability flagsLioncash
2018-12-21kernel/process_capability: Handle program capability flagsLioncash
2018-12-21kernel/process_capability: Handle interrupt capability flagsLioncash
2018-12-21kernel/process_capability: Handle syscall capability flagsLioncash
2018-12-21kernel/process_capability: Handle the priority mask and core mask flagsLioncash
2018-12-21kernel/process: Introduce process capability parsing skeletonLioncash
2018-12-21common: Add basic bit manipulation utility function to CommonLioncash
2018-12-19Merge pull request #1923 from ogniK5377/nfp-device-listbunnei
2018-12-19Merge pull request #1909 from heapo/shadow_sampling_fixesbunnei
2018-12-19Merge pull request #1915 from lioncash/smbunnei
2018-12-19kernel/svc: Handle thread handles within GetProcessIdLioncash
2018-12-19Merge pull request #1907 from lioncash/attributebunnei
2018-12-19svc: Implement svcSetMemoryAttributeLioncash
2018-12-19vm_manager: Add member function for setting memory attributes across an addre...Lioncash
2018-12-19vm_manager: Add member function for checking a memory range adheres to certai...Lioncash
2018-12-18kernel/kernel: Use correct initial PID for userland Process instancesLioncash
2018-12-18kernel/svc: Correct output parameter for svcGetThreadIdLioncash
2018-12-18kernel/thread: Make thread_id a 64-bit valueLioncash
2018-12-18kernel/svc: Correct output parameter for svcGetProcessIdLioncash
2018-12-18kernel/process: Make process_id a 64-bit valueLioncash
2018-12-19Device handle should not be a random id, instead it's the current npad idDavid Marcec
2018-12-19Moved backtrace to ArmInterfaceDavid Marcec
2018-12-19hopefully fix clang format issueDavid Marcec
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-12-18service/sm: Improve debug log for RegisterServiceLioncash
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei
2018-12-18Texture format fixes: Flag RGBA16UI as GL_RGBA_INTEGER format, and interpret ...heapo