| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | service/am: Unstub GetAppletResourceUserId | 2018-12-17 | 1 | -2/+5 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1923 from ogniK5377/nfp-device-list | 2018-12-19 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Device handle should not be a random id, instead it's the current npad id | 2018-12-19 | 1 | -2/+2 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1909 from heapo/shadow_sampling_fixes | 2018-12-19 | 1 | -16/+14 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix arrayed shadow sampler array slice/depth comparison ordering, as well as ... | 2018-12-17 | 1 | -16/+14 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1915 from lioncash/sm | 2018-12-19 | 1 | -4/+5 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| | * | | | | | | | | service/sm: Improve debug log for RegisterService | 2018-12-18 | 1 | -4/+5 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1907 from lioncash/attribute | 2018-12-19 | 3 | -14/+279 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | svc: Implement svcSetMemoryAttribute | 2018-12-19 | 1 | -5/+46 | ||
| | * | | | | | | | vm_manager: Add member function for setting memory attributes across an addre... | 2018-12-19 | 2 | -0/+41 | ||
| | * | | | | | | | vm_manager: Add member function for checking a memory range adheres to certai... | 2018-12-19 | 2 | -0/+100 | ||
| | * | | | | | | | vm_manager: Rename meminfo_state to state | 2018-12-15 | 2 | -10/+9 | ||
| | * | | | | | | | vm_manager: Add backing functionality for memory attributes | 2018-12-15 | 2 | -1/+85 | ||
| * | | | | | | | | Merge pull request #1913 from MerryMage/default-fpcr | 2018-12-18 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel/thread: Set default fpcr | 2018-12-18 | 1 | -0/+3 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1918 from MerryMage/cntfrq | 2018-12-18 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | arm_dynarmic: Set CNTFRQ value | 2018-12-18 | 1 | -0/+1 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1917 from ReinUsesLisp/fixup-half | 2018-12-18 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | shader_bytecode: Fixup half float's operator B encoding | 2018-12-18 | 1 | -1/+1 | ||
| * | | | | | | | | | Merge pull request #1889 from DarkLordZach/swkbd-state-changed | 2018-12-18 | 3 | -6/+4 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | applets: Correct usage of SignalStateChanged event | 2018-12-09 | 3 | -6/+4 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1903 from heapo/fmul_postfactor | 2018-12-17 | 2 | -5/+21 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Implement postfactor multiplication/division for fmul instructions | 2018-12-17 | 2 | -5/+21 | ||
| * | | | | | | | | Merge pull request #1905 from bunnei/ignore-empty-gpu-lists | 2018-12-15 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | nvhost_gpu: Skip empty GPU command lists. | 2018-12-15 | 1 | -0/+4 | ||
| * | | | | | | | | | Merge pull request #1901 from jschmer/ServiceLeak | 2018-12-15 | 2 | -10/+12 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Fix Service object leak on emulation stop | 2018-12-13 | 2 | -10/+12 | ||
| * | | | | | | | | | Merge pull request #1732 from DarkLordZach/yield-types | 2018-12-15 | 5 | -9/+181 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | svc: Avoid incorrect fast yield condition | 2018-12-04 | 1 | -6/+1 | ||
| | * | | | | | | | | scheduler: Avoid manual Reschedule call | 2018-12-03 | 2 | -11/+11 | ||
| | * | | | | | | | | scheduler: Only work steal higher priority threads from other cores | 2018-12-03 | 3 | -35/+24 | ||
| | * | | | | | | | | svc: Avoid performance-degrading unnecessary reschedule | 2018-12-02 | 2 | -8/+6 | ||
| | * | | | | | | | | scheduler: Add explanations for YieldWith and WithoutLoadBalancing | 2018-11-22 | 6 | -79/+141 | ||
| | * | | | | | | | | svc: Implement yield types 0 and -1 | 2018-11-18 | 6 | -2/+130 | ||
| * | | | | | | | | | Merge pull request #1902 from lioncash/audio | 2018-12-14 | 7 | -36/+58 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | audio_core: Make g_sink_details internally linked | 2018-12-13 | 7 | -36/+58 | ||
| * | | | | | | | | | Merge pull request #1899 from lioncash/state | 2018-12-14 | 7 | -84/+188 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | svc: Enable svcQueryProcessMemory | 2018-12-12 | 2 | -1/+6 | ||
| | * | | | | | | | | | svc: Write out the complete MemoryInfo structure in QueryProcessMemory | 2018-12-12 | 1 | -0/+3 | ||
| | * | | | | | | | | | svc: Handle memory writing explicitly within QueryProcessMemory | 2018-12-12 | 2 | -26/+22 | ||
| | * | | | | | | | | | vm_manager: Correct ordering of last two struct members of MemoryInfo | 2018-12-12 | 1 | -2/+2 | ||
| | * | | | | | | | | | vm_manager: Amend the returned values for invalid memory queries in QueryMemo... | 2018-12-12 | 2 | -4/+7 | ||
| | * | | | | | | | | | vm_manager: Migrate memory querying to the VMManager interface | 2018-12-12 | 4 | -18/+33 | ||
| | * | | | | | | | | | vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h | 2018-12-12 | 3 | -17/+16 | ||
| | * | | | | | | | | | vm_manager: Amend MemoryState enum members | 2018-12-12 | 5 | -28/+111 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1871 from lioncash/move | 2018-12-14 | 2 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | yuzu/wait_tree: Pass QString by value and std::move in the initializer list f... | 2018-12-05 | 2 | -2/+2 | ||
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1900 from lioncash/wrapper | 2018-12-14 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | svc_wrap: Correct register index for a wrapper specialization | 2018-12-12 | 1 | -1/+1 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Fix Process object leak on emulation stop | 2018-12-12 | 3 | -13/+12 | ||