index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
physical_core.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: refactor emulated cpu core activation
Liam
2023-12-04
1
-32
/
+25
*
kernel: convert miscellaneous
Liam
2023-03-13
1
-22
/
+14
*
kernel: fix compilation with older gcc
Liam
2023-02-06
1
-0
/
+1
*
kernel/physical_core: Ensure is_interrupted is always initialized
Lioncash
2022-12-05
1
-1
/
+1
*
kernel: unlayer CPU interrupt handling
Liam
2022-07-25
1
-10
/
+7
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
hle: kernel: Use std::mutex instead of spin locks for most kernel locking.
bunnei
2022-04-12
1
-5
/
+2
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-2
/
+2
*
Merge pull request #5131 from bunnei/scheduler-rewrite
bunnei
2020-12-21
1
-8
/
+5
|
\
|
*
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-12-06
1
-8
/
+5
*
|
Fix "explicitly defaulted but implicitly deleted" warning
comex
2020-12-07
1
-1
/
+1
|
/
*
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
bunnei
2020-11-29
1
-0
/
+4
*
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
bunnei
2020-11-29
1
-5
/
+24
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-1
/
+1
*
core: Fix clang build
Lioncash
2020-10-18
1
-1
/
+1
*
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-28
1
-5
/
+2
*
Clang Format.
Fernando Sahmkow
2020-06-27
1
-4
/
+3
*
General: Move ARM_Interface into Threads.
Fernando Sahmkow
2020-06-27
1
-30
/
+7
*
Core: Refactor ARM Interface.
Fernando Sahmkow
2020-06-27
1
-6
/
+8
*
CPU_Manager: Reconfigre guest threads for dynamrmic downsides
Fernando Sahmkow
2020-06-27
1
-0
/
+2
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-0
/
+21
*
core: Implement separate A32/A64 ARM interfaces.
bunnei
2020-03-03
1
-1
/
+5
*
kernel/physical_core: Make use of std::unique_ptr
Lioncash
2020-01-31
1
-2
/
+8
*
kernel/physical_core: Remove unused kernel reference member variable
Lioncash
2020-01-31
1
-4
/
+1
*
System: Address Feedback
Fernando Sahmkow
2020-01-27
1
-3
/
+9
*
Core: Refactor CPU Management.
Fernando Sahmkow
2020-01-25
1
-8
/
+14
*
Kernel: Implement Physical Core.
Fernando Sahmkow
2020-01-24
1
-0
/
+62