summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2018-12-18Merge pull request #1913 from MerryMage/default-fpcrbunnei
2018-12-18Merge pull request #1918 from MerryMage/cntfrqbunnei
2018-12-18kernel/thread: Set default fpcrMerryMage
2018-12-18arm_dynarmic: Set CNTFRQ valueMerryMage
2018-12-18Merge pull request #1917 from ReinUsesLisp/fixup-halfbunnei
2018-12-18Merge pull request #1889 from DarkLordZach/swkbd-state-changedbunnei
2018-12-18shader_bytecode: Fixup half float's operator B encodingReinUsesLisp
2018-12-17Merge pull request #1903 from heapo/fmul_postfactorbunnei
2018-12-17service/am: Unstub GetAppletResourceUserIdLioncash
2018-12-17Implement postfactor multiplication/division for fmul instructionsheapo
2018-12-17Fix arrayed shadow sampler array slice/depth comparison ordering, as well as ...heapo
2018-12-15vm_manager: Rename meminfo_state to stateLioncash