index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2020-08-03
1
-14
/
+16
*
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-27
3
-8
/
+10
*
Merge pull request #4348 from lioncash/nano
bunnei
2020-07-18
3
-8
/
+11
|
\
|
*
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-15
3
-3
/
+3
|
*
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-15
3
-5
/
+8
*
|
Merge pull request #4357 from lioncash/unused4
David
2020-07-17
3
-7
/
+2
|
\
\
|
*
|
kernel: Remove unused variables
Lioncash
2020-07-16
3
-7
/
+2
*
|
|
Merge pull request #4358 from lioncash/unused5
David
2020-07-17
1
-2
/
+0
|
\
\
\
|
*
|
|
kernel/thread: Remove unimplemented function prototype
Lioncash
2020-07-16
1
-2
/
+0
|
|
/
/
*
|
|
Merge pull request #4327 from lioncash/desig2
Rodrigo Locatti
2020-07-16
2
-58
/
+38
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
address_space_info: Use type alias to simplify code
Lioncash
2020-07-13
1
-14
/
+13
|
*
|
address_space_info: Make use of designated initializers
Lioncash
2020-07-13
2
-46
/
+27
|
|
/
*
|
kernel: Add missing include
Lioncash
2020-07-16
1
-0
/
+1
*
|
cpu_manager: Mark function getters as static
Lioncash
2020-07-16
3
-7
/
+8
*
|
Merge pull request #4346 from lioncash/thread
David
2020-07-16
7
-35
/
+26
|
\
\
|
*
|
kernel/process: Move name and system context to the bottom of the member list
Lioncash
2020-07-15
1
-6
/
+6
|
*
|
kernel/handle_table: Remove usages of the global system instance
Lioncash
2020-07-15
4
-8
/
+15
|
*
|
kernel/thread: Remove global GetCurrentThread()
Lioncash
2020-07-15
3
-23
/
+7
|
|
/
*
/
memory_layout: Remove unused data member
Lioncash
2020-07-13
1
-2
/
+0
|
/
*
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-09
1
-1
/
+1
*
core_timing,scheduler: Use std::scoped_lock when possible
ReinUsesLisp
2020-06-28
1
-11
/
+10
*
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-27
5
-16
/
+17
*
SVC: Implement 32-bits wrappers and update Dynarmic.
Fernando Sahmkow
2020-06-27
2
-30
/
+273
*
SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttrib...
Fernando Sahmkow
2020-06-27
2
-6
/
+39
*
SVC: Add GetThreadPriority32 & SetThreadPriority32
Fernando Sahmkow
2020-06-27
2
-2
/
+30
*
Common/Kernel: Corrections and small bug fixing.
Fernando Sahmkow
2020-06-27
1
-2
/
+2
*
Kernel: Correct Host Context on Threads and Scheduler.
Fernando Sahmkow
2020-06-27
4
-11
/
+11
*
Clang Format.
Fernando Sahmkow
2020-06-27
4
-12
/
+11
*
General: Cleanup legacy code.
Fernando Sahmkow
2020-06-27
8
-253
/
+5
*
Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBr...
Fernando Sahmkow
2020-06-27
2
-3
/
+13
*
HLE_IPC: Correct HLE Event behavior on timeout.
Fernando Sahmkow
2020-06-27
3
-1
/
+19
*
SingleCore: Improve Cycle timing Behavior and replace mutex in global schedul...
Fernando Sahmkow
2020-06-27
2
-2
/
+3
*
SingleCore: Use Cycle Timing instead of Host Timing.
Fernando Sahmkow
2020-06-27
2
-4
/
+13
*
Scheduler: Correct Reload/Unload
Fernando Sahmkow
2020-06-27
2
-3
/
+5
*
Thread: Release the ARM Interface on exitting.
Fernando Sahmkow
2020-06-27
3
-1
/
+8
*
General: Move ARM_Interface into Threads.
Fernando Sahmkow
2020-06-27
8
-119
/
+88
*
Core: Refactor ARM Interface.
Fernando Sahmkow
2020-06-27
3
-24
/
+43
*
SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
SingleCore: Move Host Timing from a sepparate thread to main cpu thread.
Fernando Sahmkow
2020-06-27
2
-1
/
+10
*
ARM: Addapt to new Exclusive Monitor Interface.
Fernando Sahmkow
2020-06-27
2
-9
/
+4
*
Scheduler: Correct yielding interaction with SetThreadActivity.
Fernando Sahmkow
2020-06-27
1
-0
/
+15
*
General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...
Fernando Sahmkow
2020-06-27
5
-3
/
+51
*
General: Fix Stop function
Fernando Sahmkow
2020-06-27
2
-3
/
+20
*
Kernel: Rewind on SVC change.
Fernando Sahmkow
2020-06-27
3
-5
/
+16
*
Kernel: Preempt Single core on redudant yields.
Fernando Sahmkow
2020-06-27
5
-19
/
+40
*
CPU_Manager: Unload/Reload threads on preemption on SingleCore
Fernando Sahmkow
2020-06-27
2
-0
/
+52
*
Synchronization: Correct wide Assertion.
Fernando Sahmkow
2020-06-27
1
-2
/
+4
*
General: Initial Setup for Single Core.
Fernando Sahmkow
2020-06-27
2
-0
/
+22
*
Scheduler: Set last running time on thread.
Fernando Sahmkow
2020-06-27
2
-4
/
+2
*
Kernel: Corrections to TimeManager, Scheduler and Mutex.
Fernando Sahmkow
2020-06-27
3
-5
/
+5
[next]