index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-17
implement resume message
Gus Caplan
2
-0
/
+5
2022-07-16
hle: service: nvflinger: Fix implicit conversion.
bunnei
1
-1
/
+4
2022-07-16
yuzu: settings: Remove framerate cap and merge unlocked framerate setting.
bunnei
1
-8
/
+10
2022-07-16
hle: service: nvflinger: Factor speed limit into frame time calculation.
bunnei
1
-1
/
+8
2022-07-16
Enable the use of MSG_DONTWAIT flag on RecvImpl
Link4565
1
-1
/
+19
2022-07-15
core/arm: skip watchpoint checks when reading instructions
Liam
2
-6
/
+6
2022-07-15
KCodeMemory: Mark virtual methods as override
Merry
1
-3
/
+3
2022-07-15
nvflinger: Polymorphic destructor requried for abstract class IBinder
Merry
1
-0
/
+1
2022-07-15
dynarmic: Abort watchpoints ASAP
Merry
4
-8
/
+3
2022-07-14
service: fatal: Add function table
german77
1
-1
/
+7
2022-07-14
service: btdrv,bcat,btm: Update service tables to 14.0.0
german77
3
-4
/
+13
2022-07-14
service am: Update service tables to 14.0.0
german77
1
-0
/
+3
2022-07-14
service: ac: Replace intances of ProfileData with UserData
german77
3
-24
/
+22
2022-07-10
PR
Kelebek1
5
-11
/
+9
2022-07-10
Rework CoreTiming
Kelebek1
10
-76
/
+140
2022-07-09
kernel: fix usage of waiter_list in Finalize
Liam
1
-3
/
+9
2022-07-02
Core timing: use only one thread.
Fernando Sahmkow
2
-12
/
+2
2022-07-02
common/fiber: make fibers easier to use
Liam
6
-62
/
+36
2022-06-30
cpu_manager: properly check idle on return from preemption
Liam
2
-1
/
+8
2022-06-30
gdbstub_arch: Directly access SP register
lat9nq
1
-2
/
+6
2022-06-30
Adress Feedback.
Fernando Sahmkow
2
-18
/
+29
2022-06-28
service: nifm: Stub GetInternetConnectionStatus
german77
1
-1
/
+41
2022-06-28
service: ptm: Rewrite PSM and add TS
german77
8
-82
/
+181
2022-06-28
input_common: sdl: lower vibration frequency and use it's own unique thread
german77
1
-2
/
+2
2022-06-28
service: hid: Correct some mistakes and add more validations
Narr the Reg
5
-40
/
+76
2022-06-28
Address feedback.
Fernando Sahmkow
1
-13
/
+13
2022-06-28
Core: Protect each event from race conditions within it.
Fernando Sahmkow
2
-0
/
+2
2022-06-28
Core: add missing include.
Fernando Sahmkow
1
-0
/
+1
2022-06-28
Core/Common: Corrections to core timing and add critical priority.
Fernando Sahmkow
1
-1
/
+1
2022-06-28
Core: Reimplement Core Timing.
Fernando Sahmkow
2
-54
/
+93
2022-06-26
core: kernel: Replace instances of KPageLinkedList with KPageGroup
german77
11
-64
/
+63
2022-06-26
core: Replace all instances of ResultCode with Result
german77
133
-1155
/
+1116
2022-06-25
Re-add missing `case` and braces, and trim whitespace
comex
1
-1
/
+3
2022-06-25
Update src/core/hle/kernel/svc.cpp
comex
1
-6
/
+14
2022-06-25
Support InfoType_MesosphereCurrentProcess
comex
1
-0
/
+14
2022-06-25
kernel: clean up waiting implementation
Liam
2
-4
/
+5
2022-06-25
core/arm: better support for backtrace generation
Liam
5
-15
/
+51
2022-06-25
gdbstub: fix register pokes
Liam
1
-0
/
+1
2022-06-23
kernel: make current thread pointer thread local
Liam
13
-52
/
+69
2022-06-21
KPageTable: Remove extraneous assert
Morph
1
-1
/
+0
2022-06-21
dynarmic: Stop ReadCode callbacks to unmapped addresses
Liam
4
-24
/
+64
2022-06-20
service: am: Stub PerformSystemButtonPressingIfInFocus
Narr the Reg
2
-1
/
+24
2022-06-18
kernel: wait for threads to stop on pause
Liam
3
-0
/
+22
2022-06-16
core: fix initialization in single core, sync GPU mode
Liam
2
-0
/
+8
2022-06-16
Implement ExitProcess svc
Nikita Strygin
1
-1
/
+2
2022-06-16
core/debugger: memory breakpoint support
Liam
17
-54
/
+507
2022-06-15
kernel: fix some uses of disable_count
Liam
4
-14
/
+7
2022-06-14
kernel: notify debugger on break SVC
Liam
1
-0
/
+7
2022-06-14
core: centralize profile scope for Dynarmic
Liam
3
-7
/
+2
2022-06-14
kernel: implement KProcess suspension
Liam
12
-212
/
+199
[next]