| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | nifm: Stub GetCurrentNetworkProfile | 2021-01-31 | 1 | -1/+41 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Used by Minecraft Bedrock Edition - Used by Bloons TD 5 | |||||
| | * | | | | nifm: Add several structs | 2021-01-31 | 1 | -0/+87 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #5856 from Morph1984/nifm-fix-getappletinfo-stub | 2021-01-31 | 1 | -1/+5 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | nifm: Fix GetAppletInfo stub | |||||
| | * | | | | | nifm: Fix GetAppletInfo stub | 2021-01-31 | 1 | -1/+5 | ||
| | | | | | | | ||||||
| * | | | | | | Merge pull request #5858 from Morph1984/IsGamePlayRecordingSupported-stub | 2021-01-31 | 2 | -1/+12 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | am/IApplicationFunctions: Stub IsGamePlayRecordingSupported | |||||
| | * | | | | | | am/IApplicationFunctions: Stub IsGamePlayRecordingSupported | 2021-01-31 | 2 | -1/+12 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used by RetroArch | |||||
| * | | | | | | | prepo: Stub GetTransmissionStatus | 2021-01-31 | 1 | -1/+11 | ||
| | | | | | | | | ||||||
| * | | | | | | | prepo: Stub RequestImmediateTransmission | 2021-01-31 | 1 | -1/+8 | ||
| | |_|/ / / / |/| | | | | | | | | | | | | | | | | | - Used by Animal Crossing: New Horizons | |||||
| * | | | | | | bsd: Fix EventFd stub | 2021-01-31 | 1 | -3/+3 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #5855 from Morph1984/bsd-fix-getsockopt-stub | 2021-01-30 | 1 | -1/+5 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | bsd: Fix GetSockOpt stub | |||||
| | * | | | | bsd: Fix GetSockOpt stub | 2021-01-31 | 1 | -1/+5 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #5851 from ameerj/pop-inv-stub | 2021-01-31 | 2 | -1/+10 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | am: Stub TryPopFromFriendInvitationStorageChannel | |||||
| | * | | | | am: Stub TryPopFromFriendInvitationStorageChannel | 2021-01-30 | 2 | -1/+10 | ||
| | | |_|/ | |/| | | | | | | | | | | Used by Family Feud | |||||
| * / | | | bsd: Stub EventFd | 2021-01-30 | 2 | -1/+12 | ||
| |/ / / | | | | | | | | | | Used by Family Feud | |||||
| * | | | Merge pull request #5779 from bunnei/kthread-rewrite | 2021-01-29 | 64 | -1909/+2933 | ||
| |\ \ \ | | | | | | | | | Rewrite KThread to be more accurate | |||||
| | * | | | hle: kernel: KLightLock: Fix several bugs. | 2021-01-28 | 1 | -3/+3 | ||
| | | | | | ||||||
| | * | | | arm: dynarmic: Reintroduce JIT checks on SaveContext/LoadContext. | 2021-01-28 | 2 | -0/+12 | ||
| | | | | | ||||||
| | * | | | hle: kernel: KThread: Release thread resource on thread exit. | 2021-01-28 | 1 | -0/+1 | ||
| | | | | | ||||||
| | * | | | yuzu: debugger: Ignore HLE threads. | 2021-01-28 | 2 | -7/+13 | ||
| | | | | | ||||||
| | * | | | hle: kernel: process: Add state lock. | 2021-01-28 | 3 | -6/+15 | ||
| | | | | | ||||||
| | * | | | hle: kernel: threading: Fix bug with host thread naming. | 2021-01-28 | 1 | -3/+2 | ||
| | | | | | ||||||
| | * | | | hle: kernel: k_scheduler_lock: Cleanup. | 2021-01-28 | 1 | -3/+3 | ||
| | | | | | ||||||
| | * | | | core: arm: Remove unnecessary JIT checks. | 2021-01-28 | 2 | -24/+0 | ||
| | | | | | ||||||
| | * | | | hle: kernel: Allocate a dummy KThread for each host thread, and use it for ↵ | 2021-01-28 | 7 | -41/+45 | ||
| | | | | | | | | | | | | | | | | | scheduling. | |||||
| | * | | | hle: kernel: k_scheduler: Use atomics for current_thread, etc. | 2021-01-28 | 2 | -26/+28 | ||
| | | | | | ||||||
| | * | | | hle: kernel: k_scheduler: Fix for single core mode. | 2021-01-28 | 1 | -1/+2 | ||
| | | | | | ||||||
| | * | | | kernel: Fix build errors. | 2021-01-28 | 2 | -4/+9 | ||
| | | | | | ||||||
| | * | | | core: cpu_manager: Remove unused variable. | 2021-01-28 | 1 | -1/+0 | ||
| | | | | | ||||||
| | * | | | hle: kernel: KScheduler: Introduce thread context_guard. | 2021-01-28 | 2 | -3/+16 | ||
| | | | | | ||||||
| | * | | | hle: kernel: Recode implementation of KThread to be more accurate. | 2021-01-28 | 13 | -769/+1554 | ||
| | | | | | ||||||
| | * | | | kernel: svc_types: Add ThreadActivity. | 2021-01-28 | 1 | -0/+5 | ||
| | | | | | ||||||
| | * | | | kernel: KSchedulerPriorityQueue: Lowest priority should be LowestThreadPriority. | 2021-01-28 | 1 | -1/+1 | ||
| | | | | | ||||||
| | * | | | kernel: k_light_lock: Simplify EmuThreadHandle implementation. | 2021-01-28 | 5 | -51/+33 | ||
| | | | | | ||||||
| | * | | | hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle ↵ | 2021-01-28 | 6 | -69/+25 | ||
| | | | | | | | | | | | | | | | | | implementation. | |||||
| | * | | | core: hle: kernel: object: Implement Finalize() virtual method. | 2021-01-28 | 15 | -6/+29 | ||
| | | | | | ||||||
| | * | | | core: hle: kernel: svc_results: Populate with several missing error codes. | 2021-01-28 | 1 | -0/+3 | ||
| | | | | | ||||||
| | * | | | core: hle: kernel: Implement KLightLock. | 2021-01-28 | 3 | -0/+173 | ||
| | | | | | ||||||
| | * | | | core: hle: kernel: Implement KThreadQueue. | 2021-01-28 | 2 | -0/+82 | ||
| | | | | | ||||||
| | * | | | hle: kernel: KThread: Clean up thread priorities. | 2021-01-28 | 9 | -75/+41 | ||
| | | | | | ||||||
| | * | | | hle: kernel: KThread: Reorganize thread priority defaults. | 2021-01-28 | 9 | -31/+31 | ||
| | | | | | ||||||
| | * | | | hle: kernel: KThread: Fix ThreadType definition. | 2021-01-28 | 5 | -11/+12 | ||
| | | | | | ||||||
| | * | | | hle: kernel: Move single core "phantom mode" out of KThread. | 2021-01-28 | 4 | -16/+31 | ||
| | | | | | | | | | | | | | | | | | - This is a workaround that does not belong in a kernel primitive. | |||||
| | * | | | hle: kernel: KThread: Remove thread types that do not exist. | 2021-01-28 | 5 | -45/+28 | ||
| | | | | | ||||||
| | * | | | arm: arm_dynarmic: Skip calls when JIT is invalid. | 2021-01-28 | 2 | -0/+24 | ||
| | | | | | | | | | | | | | | | | | - This can happen if called from an idle or suspension thread. | |||||
| | * | | | core: hle: kernel: Rename Thread to KThread. | 2021-01-28 | 43 | -255/+254 | ||
| | | | | | ||||||
| * | | | | Merge pull request #5838 from german77/prepostub | 2021-01-30 | 1 | -1/+10 | ||
| |\ \ \ \ | | | | | | | | | | | prepo: Stub GetSystemSessionId | |||||
| | * | | | | Stub GetSystemSessionId | 2021-01-29 | 1 | -1/+10 | ||
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #5809 from ogniK5377/FlushAudioOutBuffers | 2021-01-28 | 1 | -1/+9 | ||
| |\ \ \ \ | |_|/ / |/| | | | audout: FlushAudioOutBuffers | |||||
| | * | | | audout: FlushAudioOutBuffers | 2021-01-24 | 1 | -1/+9 | ||
| | | | | | | | | | | | | | | | | | Fixes Devil May Cry | |||||
| * | | | | Merge pull request #5837 from german77/socketstub | 2021-01-28 | 2 | -1/+17 | ||
| |\ \ \ \ | | | | | | | | | | | sockets: Stub GetSockOpt | |||||