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
/
kernel.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kernel: Added preliminary support for address arbiters.
bunnei
2014-07-09
1
-1
/
+1
*
Kernel: Added stubbed code to support creation of kernel Archive objects.
bunnei
2014-06-27
1
-0
/
+1
*
Kernel: Added freeing of kernel objects on emulator shutdown.
bunnei
2014-06-13
1
-0
/
+6
*
Kernel: Updated several member functions to be const
bunnei
2014-06-13
1
-2
/
+2
*
Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects)
bunnei
2014-06-13
1
-2
/
+4
*
kernel: moved position of * for GetTypeName and GetName
bunnei
2014-06-03
1
-2
/
+2
*
kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule
bunnei
2014-06-02
1
-0
/
+1
*
kernel: added WaitSynchronization method to Kernel::Object
bunnei
2014-05-27
1
-0
/
+7
*
kernel: updated SyncRequest to take boolean thread wait result as a parameter
bunnei
2014-05-27
1
-1
/
+8
*
kernel: added enum for known CurrentThread and CurrentProcess handles
bunnei
2014-05-27
1
-0
/
+5
*
kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest
bunnei
2014-05-27
1
-0
/
+1
*
kernel: refactored function naming to remove "__" prefix
bunnei
2014-05-23
1
-2
/
+7
*
kernel: fixed include, in general include "common.h" not "common_types.h"
bunnei
2014-05-21
1
-1
/
+1
*
- created a Kernel namespace
bunnei
2014-05-21
1
-31
/
+44
*
- updated service(s) to be KernelObject's
bunnei
2014-05-19
1
-4
/
+5
*
- moved Handle/Result definitions to kernel.h
bunnei
2014-05-19
1
-1
/
+2
*
- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH
bunnei
2014-05-17
1
-3
/
+2
*
changed "UID" to "Handle" to be a little more consistent with CTR naming
bunnei
2014-05-16
1
-13
/
+16
*
- added __KernelLoadExec function
bunnei
2014-05-14
1
-13
/
+24
*
added initial kernel/thread modules
bunnei
2014-05-10
1
-0
/
+121