index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
kernel.h
Age
Commit message (
Expand
)
Author
2014-12-28
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants
Yuri Kunde Schlesner
2014-12-28
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-21
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-20
License change
purpasmart96
2014-12-20
Merge pull request #316 from yuriks/thread-handle
bunnei
2014-12-20
Kernel: Implement support for current thread pseudo-handle
Yuri Kunde Schlesner
2014-12-17
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-15
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-13
kernel: Remove unused log arguments
Lioncash
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-03
kernel: Make some functions const
Lioncash
2014-11-24
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-18
Remove extraneous semicolons
Lioncash
2014-09-17
Kernel: Add a Directory object and a getter for it from an Archive object.
Emmanuel Gil Peyrot
2014-08-19
Core: Use std::array for managing kernel object space
Lioncash
2014-08-17
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-07-08
Kernel: Added preliminary support for address arbiters.
bunnei
2014-06-27
Kernel: Added stubbed code to support creation of kernel Archive objects.
bunnei
2014-06-13
Kernel: Added freeing of kernel objects on emulator shutdown.
bunnei
2014-06-13
Kernel: Updated several member functions to be const
bunnei
2014-06-13
Kernel: Made SyncRequest not pure virtual, with a default implementation of e...
bunnei
2014-06-02
kernel: moved position of * for GetTypeName and GetName
bunnei
2014-06-01
kernel: changed main thread priority to default, updated Kernel::Reschedule t...
bunnei
2014-05-26
kernel: added WaitSynchronization method to Kernel::Object
bunnei
2014-05-26
kernel: updated SyncRequest to take boolean thread wait result as a parameter
bunnei
2014-05-26
kernel: added enum for known CurrentThread and CurrentProcess handles
bunnei
2014-05-26
kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest
bunnei
2014-05-22
kernel: refactored function naming to remove "__" prefix
bunnei
2014-05-20
kernel: fixed include, in general include "common.h" not "common_types.h"
bunnei
2014-05-20
- created a Kernel namespace
bunnei
2014-05-18
- updated service(s) to be KernelObject's
bunnei
2014-05-18
- moved Handle/Result definitions to kernel.h
bunnei
2014-05-16
- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH
bunnei
2014-05-15
changed "UID" to "Handle" to be a little more consistent with CTR naming
bunnei
2014-05-13
- added __KernelLoadExec function
bunnei
2014-05-09
added initial kernel/thread modules
bunnei