| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5842 from german77/userfix | 2021-02-02 | 1 | -2/+8 | |
| |\ | | | | | acc: Fix error when second user is selected | ||||
| | * | Fix user changing to 0 if valid | 2021-01-28 | 1 | -2/+8 | |
| | | | |||||
| * | | Merge pull request #5841 from german77/username | 2021-02-02 | 1 | -1/+1 | |
| |\ \ | | | | | | | Avoid overwriting username | ||||
| | * | | Avoid overwritting username | 2021-01-28 | 1 | -1/+1 | |
| | |/ | |||||
| * | | settings: Log the cache, config, and mod load directories | 2021-02-02 | 1 | -0/+3 | |
| | | | |||||
| * | | Merge pull request #5861 from german77/HandheldFix | 2021-02-01 | 1 | -2/+11 | |
| |\ \ | | | | | | | hid: Only update motion for npad and prevent over scheduling events | ||||
| | * | | Only update motion for npad and prevent over scheduling events | 2021-01-31 | 1 | -2/+11 | |
| | | | | |||||
| * | | | arm_dynarmic_32: Print out CPSR.T on exception | 2021-02-01 | 2 | -2/+7 | |
| | | | | |||||
| * | | | Merge pull request #5859 from Morph1984/nifm | 2021-01-31 | 1 | -2/+157 | |
| |\ \ \ | | | | | | | | | nifm: Stub GetCurrentNetworkProfile and GetCurrentIpConfigInfo | ||||
| | * | | | nifm: Stub GetCurrentIpConfigInfo | 2021-01-31 | 1 | -1/+29 | |
| | | | | | | | | | | | | | | | | | - Used by Lets Sing 12 | ||||
| | * | | | 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 | ||||
| * | | | | | | Merge pull request #5860 from Morph1984/prepo-transmission-stub | 2021-01-31 | 1 | -2/+19 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | prepo: Stub RequestImmediateTransmission and GetTransmissionStatus | ||||
| | * | | | | | | prepo: Stub GetTransmissionStatus | 2021-01-31 | 1 | -1/+11 | |
| | | | | | | | | |||||
| | * | | | | | | prepo: Stub RequestImmediateTransmission | 2021-01-31 | 1 | -1/+8 | |
| | | |_|/ / / | |/| | | | | | | | | | | | | | | | | - Used by Animal Crossing: New Horizons | ||||
| * | | | | | | Merge pull request #5846 from ameerj/analog-join | 2021-01-31 | 1 | -5/+9 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | analog_from_button: Fix update_thread.join exception | ||||
| | * | | | | | analog_from_button: Fix update_thread.join exception | 2021-01-29 | 1 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit aims to address an exception that occurs when trying to join the Analog object's update_thread. By using an atomic bool for the status of the update thread, we ensure its value is consistent across the threads accessing it. | ||||
| * | | | | | | 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 | 68 | -1953/+2979 | |
| |\ \ \ \ | | | | | | | | | | | Rewrite KThread to be more accurate | ||||
| | * | | | | hle: kernel: KLightLock: Fix several bugs. | 2021-01-28 | 1 | -3/+3 | |
| | | | | | | |||||
| | * | | | | common: common_funcs: Change R_UNLESS to LOG_ERROR. | 2021-01-28 | 1 | -1/+1 | |
| | | | | | | |||||
| | * | | | | 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 | 3 | -9/+21 | |
| | | | | | | |||||
| | * | | | | 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 | |
| | | | | | | |||||
| | * | | | | common: common_funcs: Log error on R_UNLESS. | 2021-01-28 | 1 | -0/+3 | |
| | | | | | | |||||
| | * | | | | hle: kernel: Allocate a dummy KThread for each host thread, and use it for ↵ | 2021-01-28 | 8 | -43/+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 | 14 | -785/+1562 | |
| | | | | | | |||||
| | * | | | | 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. | ||||
| | * | | | | common: common_funcs: Add useful kernel macro R_SUCCEED_IF. | 2021-01-28 | 1 | -0/+3 | |
| | | | | | | |||||