This website requires JavaScript.
Explore
Help
Sign In
renil
/
yuzu
Archived
Watch
1
Star
0
Fork
0
You've already forked yuzu
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-05-02
. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu
/
src
/
core
/
hle
/
kernel
History
Yuri Kunde Schlesner
de79b6fc48
Merge pull request
#1869
from wwylele/dont-be-lazy
...
Switch context to the same thread if necessary
2016-06-28 21:03:52 -07:00
..
address_arbiter.cpp
SVC: Fixed ArbitrateAddress to behave as it does on hardware.
2015-12-27 18:44:42 -05:00
address_arbiter.h
Kernel: Stop creating useless Handles during object creation
2015-02-02 15:37:09 -02:00
client_port.cpp
Kernel: Added ClientPort and ServerPort classes.
2016-06-05 09:35:31 -05:00
client_port.h
Kernel/SVC: Implemented svcCreatePort.
2016-06-11 08:37:37 -05:00
event.cpp
svc: Make ResetType an enum class
2016-03-12 15:06:31 -05:00
event.h
svc: Move ResetType enum to the kernel event header
2016-03-12 21:47:41 -05:00
kernel.cpp
Kernel: Add more infrastructure to support different memory layouts
2015-08-16 01:03:47 -03:00
kernel.h
Kernel/SVC: Implemented svcCreatePort.
2016-06-11 08:37:37 -05:00
memory.cpp
Memory: Fixed a regression caused by
#1695
and
#1689
.
2016-05-14 11:24:19 -05:00
memory.h
Kernel: Implement svcGetSystemInfo
2015-11-30 19:49:44 -08:00
mutex.cpp
kernel: Fix svcWaitSynch to always acquire requested wait objects.
2015-06-16 22:34:39 -04:00
mutex.h
General: Fix up doxygen comments
2015-09-10 11:20:21 -04:00
process.cpp
Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.
2016-05-12 20:00:29 -05:00
process.h
Merge pull request
#1695
from Subv/tls_alloc
2016-05-12 21:51:35 -04:00
resource_limit.cpp
Memory: Move address type conversion routines to memory.cpp/h
2015-08-16 01:03:46 -03:00
resource_limit.h
Remove every trailing whitespace from the project (but externals).
2015-05-29 21:59:29 +01:00
semaphore.cpp
kernel: Fix svcWaitSynch to always acquire requested wait objects.
2015-06-16 22:34:39 -04:00
semaphore.h
General: Fix up doxygen comments
2015-09-10 11:20:21 -04:00
server_port.cpp
Kernel/SVC: Implemented svcCreatePort.
2016-06-11 08:37:37 -05:00
server_port.h
Kernel/SVC: Implemented svcCreatePort.
2016-06-11 08:37:37 -05:00
session.cpp
Explicitly instantiate constructors/destructors for Kernel objects
2015-02-02 15:37:07 -02:00
session.h
Fix parameter name in EnableNotification
2016-05-31 10:06:00 +03:00
shared_memory.cpp
HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.
2016-05-12 20:01:59 -05:00
shared_memory.h
HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.
2016-05-12 20:01:59 -05:00
thread.cpp
Merge pull request
#1869
from wwylele/dont-be-lazy
2016-06-28 21:03:52 -07:00
thread.h
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.
2016-05-07 10:18:47 -05:00
timer.cpp
svc: Make ResetType an enum class
2016-03-12 15:06:31 -05:00
timer.h
svc: Move ResetType enum to the kernel event header
2016-03-12 21:47:41 -05:00
vm_manager.cpp
Memory: Added necessary headers and removed unnecessary header
2016-05-26 18:55:37 +01:00
vm_manager.h
Memory: Implement MMIO
2016-01-30 18:41:04 +00:00