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
...
|
*
|
|
|
|
|
|
|
input_engine: std::move InputIdentifier in SetCallback()
Lioncash
2021-12-13
1
-1
/
+1
|
*
|
|
|
|
|
|
|
input_engine: Pass LedStatus by const reference
Lioncash
2021-12-13
3
-3
/
+3
|
*
|
|
|
|
|
|
|
input_engine: Pass VibrationStatus by const reference in SetRumble()
Lioncash
2021-12-13
7
-12
/
+12
|
*
|
|
|
|
|
|
|
input_engine: std::move engine name where applicable
Lioncash
2021-12-13
15
-29
/
+29
|
*
|
|
|
|
|
|
|
input_engine: Remove callback clearing in constructor
Lioncash
2021-12-13
1
-3
/
+1
|
*
|
|
|
|
|
|
|
input_engine: Remove unnecessary semi-colons
Lioncash
2021-12-13
1
-6
/
+6
|
*
|
|
|
|
|
|
|
input_engine: Remove unnecessary return
Lioncash
2021-12-13
1
-3
/
+1
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
tas_input: Avoid minor copies in Read/WriteCommandButtons()
Lioncash
2021-12-13
1
-2
/
+2
*
|
|
|
|
|
|
|
tas_input: Remove unnecessary semicolon
Lioncash
2021-12-13
1
-1
/
+1
*
|
|
|
|
|
|
|
tas_input: Execute clear() even if empty
Lioncash
2021-12-13
1
-3
/
+2
*
|
|
|
|
|
|
|
tas_input: Remove unnecessary includes
Lioncash
2021-12-13
1
-2
/
+2
*
|
|
|
|
|
|
|
tas_input: std::move strings into vector
Lioncash
2021-12-13
1
-21
/
+24
*
|
|
|
|
|
|
|
tas_input: Use istringstream over stringstream
Lioncash
2021-12-13
1
-2
/
+2
*
|
|
|
|
|
|
|
tas_input: Use u8string_view instead of u8string
Lioncash
2021-12-13
2
-6
/
+7
*
|
|
|
|
|
|
|
tas_input: Remove unused std::smatch variable
Lioncash
2021-12-13
1
-2
/
+0
*
|
|
|
|
|
|
|
tas_input: Amend -Wdocumentation warnings
Lioncash
2021-12-13
2
-28
/
+30
*
|
|
|
|
|
|
|
tas_input: Make TasAxes enum an enum class
Lioncash
2021-12-13
2
-5
/
+14
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Remove erroneous #pragma once
Valeri
2021-12-13
1
-2
/
+0
*
|
|
|
|
|
|
Merge pull request #7462 from bunnei/kernel-improve-scheduling
bunnei
2021-12-12
32
-634
/
+895
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
hle: kernel k_scheduler: EnableScheduling: Remove redundant GetCurrentThreadP...
bunnei
2021-12-06
1
-3
/
+5
|
*
|
|
|
|
|
hle: kernel k_process: Remove unnecessary .at usage with thread pinning methods.
bunnei
2021-12-06
1
-3
/
+3
|
*
|
|
|
|
|
hle: kernel: Remove unnecessary virtual specifier on NotifyAvailable.
bunnei
2021-12-06
1
-2
/
+2
|
*
|
|
|
|
|
hle: kernel: Remove unnecessary virtual specifier on EndWait.
bunnei
2021-12-06
1
-1
/
+1
|
*
|
|
|
|
|
hle: kernel: k_light_condition_variable: Revert unnecessary license comment c...
bunnei
2021-12-06
1
-1
/
+1
|
*
|
|
|
|
|
hle: kernel: k_condition_variable: Revert unnecessary style changes.
bunnei
2021-12-06
1
-2
/
+2
|
*
|
|
|
|
|
hle: kernel: Remove unnecessary virtual specifier on CancelWait.
bunnei
2021-12-06
6
-14
/
+14
|
*
|
|
|
|
|
hle: kernel: service_thread: Force stop threads on destruction.
bunnei
2021-12-06
1
-1
/
+7
|
*
|
|
|
|
|
hle: kernel: k_light_lock: Implement CancelWait.
bunnei
2021-12-06
1
-5
/
+10
|
*
|
|
|
|
|
hle: kernel: service_thread: Use std::jthread.
bunnei
2021-12-06
1
-18
/
+19
|
*
|
|
|
|
|
hle: kernel: k_thread: Skip reschedule on DisableDispatch with SC.
bunnei
2021-12-06
1
-0
/
+5
|
*
|
|
|
|
|
hle: kernel: k_thread: Rename sleeping_queue -> wait_queue.
bunnei
2021-12-06
2
-17
/
+13
|
*
|
|
|
|
|
hle: kernel: svc: Fix deadlock that can occur with single core.
bunnei
2021-12-06
1
-10
/
+8
|
*
|
|
|
|
|
hle: kernel: k_thread: Treat dummy threads as a special type.
bunnei
2021-12-06
2
-1
/
+4
|
*
|
|
|
|
|
hle: kernel: fix timing on thread preemption
FernandoS27
2021-12-06
1
-4
/
+2
|
*
|
|
|
|
|
hle: kernel: fix scheduling ops from HLE host thread.
FernandoS27
2021-12-06
1
-3
/
+3
|
*
|
|
|
|
|
hle: kernel: Add a flag for indicating that the kernel is currently shutting ...
bunnei
2021-12-06
6
-0
/
+49
|
*
|
|
|
|
|
hle: kernel: KSynchronizationObject: Fix variable shadowing.
bunnei
2021-12-06
1
-8
/
+8
|
*
|
|
|
|
|
hle: kernel: Cleanup to match coding style.
bunnei
2021-12-06
6
-26
/
+21
|
*
|
|
|
|
|
hle: kernel: KProcess: Improvements for thread pinning.
bunnei
2021-12-06
2
-8
/
+26
|
*
|
|
|
|
|
hle: kernel: KThreadQueue: Remove deprecated code.
bunnei
2021-12-06
1
-63
/
+0
|
*
|
|
|
|
|
hle: kernel: KConditionVariable: Various updates & simplifications.
bunnei
2021-12-06
2
-121
/
+65
|
*
|
|
|
|
|
hle: kernel: KThread: Migrate to updated KThreadQueue (part 2).
bunnei
2021-12-06
1
-29
/
+19
|
*
|
|
|
|
|
hle: kernel: KThread: Migrate to updated KThreadQueue (part 1).
bunnei
2021-12-06
3
-60
/
+71
|
*
|
|
|
|
|
hle: kernel: KConditionVariable: Migrate to updated KThreadQueue.
bunnei
2021-12-06
1
-12
/
+55
|
*
|
|
|
|
|
hle: kernel: KServerSession: Migrate to updated KThreadQueue.
bunnei
2021-12-06
2
-5
/
+11
|
*
|
|
|
|
|
hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.
bunnei
2021-12-06
3
-54
/
+87
|
*
|
|
|
|
|
hle: kernel: KLightLock: Migrate to updated KThreadQueue.
bunnei
2021-12-06
2
-35
/
+36
|
*
|
|
|
|
|
hle: kernel: KAddressArbiter: Migrate to updated KThreadQueue.
bunnei
2021-12-06
1
-43
/
+39
|
*
|
|
|
|
|
hle: kernel: KThread: Remove tracking of sync object from threads.
bunnei
2021-12-06
6
-41
/
+21
|
*
|
|
|
|
|
hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.
bunnei
2021-12-06
8
-75
/
+251
[prev]
[next]