index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
service/am: Remove unnecessary Skip calls
Lioncash
2019-11-14
1
-8
/
+16
|
|
/
/
/
*
|
|
|
Merge pull request #3111 from lioncash/query
bunnei
2019-11-21
2
-5
/
+14
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
am: Stub QueryApplicationPlayStatistics
Lioncash
2019-11-14
2
-5
/
+14
|
|
/
/
*
|
|
Merge pull request #3091 from lioncash/core-conversion
bunnei
2019-11-15
20
-131
/
+124
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
service: Resolve sign conversion errors
Lioncash
2019-11-12
15
-58
/
+55
|
*
|
kernel: Resolve sign conversion warnings
Lioncash
2019-11-12
4
-72
/
+60
|
*
|
result: Add default error code for the ResultCode(-1) case
Lioncash
2019-11-12
1
-1
/
+9
|
*
|
result: Resolve sign-coversion warnings
Lioncash
2019-11-12
1
-1
/
+1
|
|
/
*
|
Merge pull request #3089 from SciresM/play_statistics
bunnei
2019-11-14
2
-0
/
+10
|
\
\
|
*
|
Implement stub for QueryApplicationPlayStatisticsByUid
Michael Scire
2019-11-11
2
-0
/
+10
|
|
/
*
/
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
3
-3
/
+3
|
/
*
Merge pull request #3062 from bunnei/event-improve
bunnei
2019-11-06
23
-87
/
+53
|
\
|
*
kernel: readable_event: Signal only once.
bunnei
2019-11-03
1
-2
/
+4
|
*
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
23
-84
/
+48
|
*
kernel: readable_event: Initialize members.
bunnei
2019-11-03
1
-1
/
+1
*
|
Merge pull request #2859 from Morph1984/hid
David
2019-11-06
2
-92
/
+126
|
\
\
|
*
|
hid: Stub SetNpadJoyAssignmentModeSingle and reorganize service commands
Morph
2019-10-07
2
-92
/
+126
*
|
|
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-11-03
3
-8
/
+11
*
|
|
core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyri...
FearlessTobi
2019-11-03
2
-3
/
+31
|
|
/
|
/
|
*
|
scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const
Lioncash
2019-10-27
2
-5
/
+5
*
|
scheduler: Silence sign conversion warnings
Lioncash
2019-10-27
1
-5
/
+5
*
|
scheduler: Initialize class members directly where applicable
Lioncash
2019-10-27
2
-6
/
+4
*
|
scheduler: Amend documentation comments
Lioncash
2019-10-27
2
-75
/
+59
*
|
Merge pull request #2971 from FernandoS27/new-scheduler-v2
David
2019-10-28
11
-398
/
+955
|
\
\
|
*
|
Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.
Fernando Sahmkow
2019-10-15
2
-4
/
+1
|
*
|
Kernel: Address Feedback 2
Fernando Sahmkow
2019-10-15
2
-9
/
+6
|
*
|
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
2
-5
/
+5
|
*
|
Kernel: Reverse global accessor removal.
Fernando Sahmkow
2019-10-15
4
-23
/
+9
|
*
|
Kernel: Address Feedback.
Fernando Sahmkow
2019-10-15
6
-67
/
+98
|
*
|
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
2019-10-15
3
-0
/
+17
|
*
|
Kernel_Thread: Eliminate most global accessors.
Fernando Sahmkow
2019-10-15
1
-11
/
+11
|
*
|
KernelSVC: Assert that condition variable address is aligned to 4 bytes.
Fernando Sahmkow
2019-10-15
1
-0
/
+4
|
*
|
Kernel: Correct Paused scheduling
Fernando Sahmkow
2019-10-15
1
-3
/
+1
|
*
|
Kernel: Corrections to Wait Objects clearing in which a thread could still be...
Fernando Sahmkow
2019-10-15
3
-3
/
+4
|
*
|
Kernel: Correct redundant yields to only advance time forward.
Fernando Sahmkow
2019-10-15
1
-3
/
+5
|
*
|
Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqual
Fernando Sahmkow
2019-10-15
1
-5
/
+13
|
*
|
Kernel: Correct Results in Condition Variables and Mutexes
Fernando Sahmkow
2019-10-15
3
-24
/
+17
|
*
|
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
2
-2
/
+3
|
*
|
Kernel: Remove global system accessor from WaitObject
Fernando Sahmkow
2019-10-15
4
-2
/
+17
|
*
|
Scheduler: Implement Yield Count and Core migration on Thread Preemption.
Fernando Sahmkow
2019-10-15
2
-5
/
+85
|
*
|
Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.
Fernando Sahmkow
2019-10-15
2
-8
/
+8
|
*
|
Kernel: Initial implementation of thread preemption.
Fernando Sahmkow
2019-10-15
3
-0
/
+30
|
*
|
Scheduler: Add protections for Yield bombing
Fernando Sahmkow
2019-10-15
5
-24
/
+31
|
*
|
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
8
-90
/
+130
|
*
|
Correct PrepareReschedule
Fernando Sahmkow
2019-10-15
3
-37
/
+20
|
*
|
Comment and reorganize the scheduler
Fernando Sahmkow
2019-10-15
2
-98
/
+104
|
*
|
Add PrepareReschedule where required.
Fernando Sahmkow
2019-10-15
3
-16
/
+18
|
*
|
Correct compiling errors and addapt to the new interface.
Fernando Sahmkow
2019-10-15
1
-4
/
+1
|
*
|
Correct Supervisor Calls to work with the new scheduler,
Fernando Sahmkow
2019-10-15
1
-26
/
+41
|
*
|
Add interfacing to the Global Scheduler
Fernando Sahmkow
2019-10-15
2
-0
/
+17
[prev]
[next]