summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-02-02IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEventMorph
2021-02-01Merge pull request #5861 from german77/HandheldFixbunnei
hid: Only update motion for npad and prevent over scheduling events
2021-02-01arm_dynarmic_32: Print out CPSR.T on exceptionMerryMage
2021-01-31Merge pull request #5859 from Morph1984/nifmbunnei
nifm: Stub GetCurrentNetworkProfile and GetCurrentIpConfigInfo
2021-01-31Merge pull request #5856 from Morph1984/nifm-fix-getappletinfo-stubAmeer J
nifm: Fix GetAppletInfo stub
2021-01-31Merge pull request #5858 from Morph1984/IsGamePlayRecordingSupported-stubbunnei
am/IApplicationFunctions: Stub IsGamePlayRecordingSupported
2021-01-31Only update motion for npad and prevent over scheduling eventsgerman
2021-01-31Merge pull request #5860 from Morph1984/prepo-transmission-stubbunnei
prepo: Stub RequestImmediateTransmission and GetTransmissionStatus
2021-01-31Merge pull request #5846 from ameerj/analog-joinMorph
analog_from_button: Fix update_thread.join exception
2021-01-31nifm: Stub GetCurrentIpConfigInfoMorph
- Used by Lets Sing 12
2021-01-31prepo: Stub GetTransmissionStatusMorph
2021-01-31prepo: Stub RequestImmediateTransmissionMorph
- Used by Animal Crossing: New Horizons
2021-01-31nifm: Stub GetCurrentNetworkProfileMorph
- Used by Minecraft Bedrock Edition - Used by Bloons TD 5
2021-01-31nifm: Add several structsMorph
2021-01-31am/IApplicationFunctions: Stub IsGamePlayRecordingSupportedMorph
Used by RetroArch
2021-01-31bsd: Fix EventFd stubMorph
2021-01-30Merge pull request #5855 from Morph1984/bsd-fix-getsockopt-stubbunnei
bsd: Fix GetSockOpt stub
2021-01-31nifm: Fix GetAppletInfo stubMorph
2021-01-31Merge pull request #5851 from ameerj/pop-inv-stubMorph
am: Stub TryPopFromFriendInvitationStorageChannel
2021-01-31bsd: Fix GetSockOpt stubMorph
2021-01-30bsd: Stub EventFdameerj
Used by Family Feud
2021-01-30am: Stub TryPopFromFriendInvitationStorageChannelameerj
Used by Family Feud
2021-01-29Merge pull request #5779 from bunnei/kthread-rewritebunnei
Rewrite KThread to be more accurate
2021-01-29Merge pull request #5795 from ReinUsesLisp/bytes-to-map-endbunnei
video_core/memory_manager: Add BytesToMapEnd
2021-01-30Merge pull request #5838 from german77/prepostubMorph
prepo: Stub GetSystemSessionId
2021-01-29Stub GetSystemSessionIdgerman
2021-01-29Merge pull request #5805 from german77/HandheldFixbunnei
Fix connect and disconnect controller events
2021-01-29analog_from_button: Fix update_thread.join exceptionameerj
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.
2021-01-28Merge pull request #5809 from ogniK5377/FlushAudioOutBuffersbunnei
audout: FlushAudioOutBuffers
2021-01-28hle: kernel: KLightLock: Fix several bugs.bunnei
2021-01-28common: common_funcs: Change R_UNLESS to LOG_ERROR.bunnei
2021-01-28arm: dynarmic: Reintroduce JIT checks on SaveContext/LoadContext.bunnei
2021-01-28hle: kernel: KThread: Release thread resource on thread exit.bunnei
2021-01-28yuzu: debugger: Ignore HLE threads.bunnei
2021-01-28hle: kernel: process: Add state lock.bunnei
2021-01-28hle: kernel: threading: Fix bug with host thread naming.bunnei
2021-01-28hle: kernel: k_scheduler_lock: Cleanup.bunnei
2021-01-28core: arm: Remove unnecessary JIT checks.bunnei
2021-01-28common: common_funcs: Log error on R_UNLESS.bunnei
2021-01-28hle: kernel: Allocate a dummy KThread for each host thread, and use it for ↵bunnei
scheduling.
2021-01-28hle: kernel: k_scheduler: Use atomics for current_thread, etc.bunnei
2021-01-28hle: kernel: k_scheduler: Fix for single core mode.bunnei
2021-01-28kernel: Fix build errors.bunnei
2021-01-28core: cpu_manager: Remove unused variable.bunnei
2021-01-28hle: kernel: KScheduler: Introduce thread context_guard.bunnei
2021-01-28hle: kernel: Recode implementation of KThread to be more accurate.bunnei
2021-01-28kernel: svc_types: Add ThreadActivity.bunnei
2021-01-28kernel: KSchedulerPriorityQueue: Lowest priority should be LowestThreadPriority.bunnei
2021-01-28kernel: k_light_lock: Simplify EmuThreadHandle implementation.bunnei
2021-01-28hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle ↵bunnei
implementation.