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
*
core: Remove usage of unicorn
Lioncash
2020-11-03
2
-28
/
+5
*
kernel/process: Add missing <ctime> include
Morph
2020-10-29
1
-0
/
+1
*
Merge pull request #4835 from lat9nq/rng-default-time
bunnei
2020-10-28
1
-1
/
+1
|
\
|
*
kernel: Use the current time as the default RNG seed
lat9nq
2020-10-26
1
-1
/
+1
*
|
hle/kernel: Remove unused registered_core_threads to fix data races
ReinUsesLisp
2020-10-27
1
-5
/
+0
|
/
*
Revert "core: Fix clang build"
bunnei
2020-10-20
18
-114
/
+74
*
kernel: Fix build with recent compiler flag changes
Lioncash
2020-10-20
1
-4
/
+8
*
Merge pull request #4796 from lioncash/clang
LC
2020-10-20
18
-74
/
+114
|
\
|
*
core: Fix clang build
Lioncash
2020-10-17
18
-74
/
+114
*
|
Merge pull request #4788 from ReinUsesLisp/lockfree-host-thread
bunnei
2020-10-19
1
-28
/
+38
|
\
\
|
|
/
|
/
|
|
*
kernel: Implement host thread register methods without locking
ReinUsesLisp
2020-10-13
1
-28
/
+38
*
|
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
2
-6
/
+6
|
/
*
kernel: Remove all dependencies on the global system instance
Lioncash
2020-09-14
5
-11
/
+20
*
Merge pull request #4323 from ReinUsesLisp/no-spin
bunnei
2020-09-11
1
-1
/
+1
|
\
|
*
kernel/scheduler: Use std::mutex instead of spin lock
ReinUsesLisp
2020-07-12
1
-1
/
+1
*
|
Merge pull request #4590 from ReinUsesLisp/tsan-sched
bunnei
2020-09-03
1
-2
/
+6
|
\
\
|
*
|
hle/scheduler: Fix data race in is_context_switch_pending
ReinUsesLisp
2020-08-26
1
-2
/
+6
*
|
|
hle/kernel: Fix data race in GetCurrentHostThreadID
ReinUsesLisp
2020-08-26
1
-1
/
+2
|
/
/
*
|
Merge pull request #4492 from lioncash/linkage
bunnei
2020-08-15
2
-15
/
+11
|
\
\
|
*
|
system_control: Make functions internally linked where applicable
Lioncash
2020-08-05
2
-15
/
+11
*
|
|
kernel/scheduler: Mark SchedulerLock constructor as nodiscard
Lioncash
2020-08-14
1
-1
/
+1
*
|
|
General: Tidy up clang-format warnings part 2
Lioncash
2020-08-13
2
-30
/
+38
*
|
|
Merge pull request #4491 from lioncash/unused-vars
bunnei
2020-08-10
2
-18
/
+11
|
\
\
\
|
*
|
|
kernel: Remove unused variables
Lioncash
2020-08-05
2
-18
/
+11
|
|
/
/
*
|
|
scheduler: Resolve sign conversion warning
Lioncash
2020-08-05
1
-1
/
+2
*
|
|
address_arbiter: Resolve sign conversion warning
Lioncash
2020-08-05
1
-1
/
+1
|
/
/
*
|
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
[next]