index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #5842 from german77/userfix
bunnei
2021-02-02
1
-2
/
+8
|
\
|
*
Fix user changing to 0 if valid
german
2021-01-28
1
-2
/
+8
*
|
Merge pull request #5841 from german77/username
bunnei
2021-02-02
1
-1
/
+1
|
\
\
|
*
|
Avoid overwritting username
german
2021-01-28
1
-1
/
+1
|
|
/
*
|
settings: Log the cache, config, and mod load directories
Morph
2021-02-02
1
-0
/
+3
*
|
Merge pull request #5861 from german77/HandheldFix
bunnei
2021-02-01
1
-2
/
+11
|
\
\
|
*
|
Only update motion for npad and prevent over scheduling events
german
2021-01-31
1
-2
/
+11
*
|
|
arm_dynarmic_32: Print out CPSR.T on exception
MerryMage
2021-02-01
2
-2
/
+7
*
|
|
Merge pull request #5859 from Morph1984/nifm
bunnei
2021-01-31
1
-2
/
+157
|
\
\
\
|
*
|
|
nifm: Stub GetCurrentIpConfigInfo
Morph
2021-01-31
1
-1
/
+29
|
*
|
|
nifm: Stub GetCurrentNetworkProfile
Morph
2021-01-31
1
-1
/
+41
|
*
|
|
nifm: Add several structs
Morph
2021-01-31
1
-0
/
+87
*
|
|
|
Merge pull request #5856 from Morph1984/nifm-fix-getappletinfo-stub
Ameer J
2021-01-31
1
-1
/
+5
|
\
\
\
\
|
*
|
|
|
nifm: Fix GetAppletInfo stub
Morph
2021-01-31
1
-1
/
+5
*
|
|
|
|
Merge pull request #5858 from Morph1984/IsGamePlayRecordingSupported-stub
bunnei
2021-01-31
2
-1
/
+12
|
\
\
\
\
\
|
*
|
|
|
|
am/IApplicationFunctions: Stub IsGamePlayRecordingSupported
Morph
2021-01-31
2
-1
/
+12
*
|
|
|
|
|
Merge pull request #5860 from Morph1984/prepo-transmission-stub
bunnei
2021-01-31
1
-2
/
+19
|
\
\
\
\
\
\
|
*
|
|
|
|
|
prepo: Stub GetTransmissionStatus
Morph
2021-01-31
1
-1
/
+11
|
*
|
|
|
|
|
prepo: Stub RequestImmediateTransmission
Morph
2021-01-31
1
-1
/
+8
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #5846 from ameerj/analog-join
Morph
2021-01-31
1
-5
/
+9
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
analog_from_button: Fix update_thread.join exception
ameerj
2021-01-29
1
-5
/
+9
*
|
|
|
|
|
bsd: Fix EventFd stub
Morph
2021-01-31
1
-3
/
+3
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #5855 from Morph1984/bsd-fix-getsockopt-stub
bunnei
2021-01-30
1
-1
/
+5
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
bsd: Fix GetSockOpt stub
Morph
2021-01-31
1
-1
/
+5
*
|
|
|
|
Merge pull request #5851 from ameerj/pop-inv-stub
Morph
2021-01-31
2
-1
/
+10
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
am: Stub TryPopFromFriendInvitationStorageChannel
ameerj
2021-01-30
2
-1
/
+10
*
|
|
|
|
bsd: Stub EventFd
ameerj
2021-01-30
2
-1
/
+12
|
/
/
/
/
*
|
|
|
Merge pull request #5779 from bunnei/kthread-rewrite
bunnei
2021-01-29
68
-1953
/
+2979
|
\
\
\
\
|
*
|
|
|
hle: kernel: KLightLock: Fix several bugs.
bunnei
2021-01-28
1
-3
/
+3
|
*
|
|
|
common: common_funcs: Change R_UNLESS to LOG_ERROR.
bunnei
2021-01-28
1
-1
/
+1
|
*
|
|
|
arm: dynarmic: Reintroduce JIT checks on SaveContext/LoadContext.
bunnei
2021-01-28
2
-0
/
+12
|
*
|
|
|
hle: kernel: KThread: Release thread resource on thread exit.
bunnei
2021-01-28
1
-0
/
+1
|
*
|
|
|
yuzu: debugger: Ignore HLE threads.
bunnei
2021-01-28
3
-9
/
+21
|
*
|
|
|
hle: kernel: process: Add state lock.
bunnei
2021-01-28
3
-6
/
+15
|
*
|
|
|
hle: kernel: threading: Fix bug with host thread naming.
bunnei
2021-01-28
1
-3
/
+2
|
*
|
|
|
hle: kernel: k_scheduler_lock: Cleanup.
bunnei
2021-01-28
1
-3
/
+3
|
*
|
|
|
core: arm: Remove unnecessary JIT checks.
bunnei
2021-01-28
2
-24
/
+0
|
*
|
|
|
common: common_funcs: Log error on R_UNLESS.
bunnei
2021-01-28
1
-0
/
+3
|
*
|
|
|
hle: kernel: Allocate a dummy KThread for each host thread, and use it for sc...
bunnei
2021-01-28
8
-43
/
+45
|
*
|
|
|
hle: kernel: k_scheduler: Use atomics for current_thread, etc.
bunnei
2021-01-28
2
-26
/
+28
|
*
|
|
|
hle: kernel: k_scheduler: Fix for single core mode.
bunnei
2021-01-28
1
-1
/
+2
|
*
|
|
|
kernel: Fix build errors.
bunnei
2021-01-28
2
-4
/
+9
|
*
|
|
|
core: cpu_manager: Remove unused variable.
bunnei
2021-01-28
1
-1
/
+0
|
*
|
|
|
hle: kernel: KScheduler: Introduce thread context_guard.
bunnei
2021-01-28
2
-3
/
+16
|
*
|
|
|
hle: kernel: Recode implementation of KThread to be more accurate.
bunnei
2021-01-28
14
-785
/
+1562
|
*
|
|
|
kernel: svc_types: Add ThreadActivity.
bunnei
2021-01-28
1
-0
/
+5
|
*
|
|
|
kernel: KSchedulerPriorityQueue: Lowest priority should be LowestThreadPriority.
bunnei
2021-01-28
1
-1
/
+1
|
*
|
|
|
kernel: k_light_lock: Simplify EmuThreadHandle implementation.
bunnei
2021-01-28
5
-51
/
+33
|
*
|
|
|
hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle im...
bunnei
2021-01-28
6
-69
/
+25
|
*
|
|
|
common: common_funcs: Add useful kernel macro R_SUCCEED_IF.
bunnei
2021-01-28
1
-0
/
+3
[next]