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
bunnei
cda7210fad
Merge pull request
#2260
from Subv/scheduling
...
Threading: Reworked the way our scheduler works.
2016-12-16 00:41:22 -05:00
..
address_arbiter.cpp
Threading: Reworked the way our scheduler works.
2016-12-03 22:38:14 -05:00
address_arbiter.h
Remove empty newlines in #include blocks.
2016-09-21 11:15:47 +09:00
client_port.cpp
Fixed the codestyle to match our clang-format rules.
2016-12-14 12:45:36 -05:00
client_port.h
Fixed the codestyle to match our clang-format rules.
2016-12-14 12:45:36 -05:00
client_session.cpp
Fixed the codestyle to match our clang-format rules.
2016-12-14 12:45:36 -05:00
client_session.h
Fixed the codestyle to match our clang-format rules.
2016-12-14 12:45:36 -05:00
event.cpp
Kernel/Events: Log an error when trying to create Pulse events and timers.
2016-11-19 14:00:08 -05:00
event.h
move ResetType to kernel.h
2016-09-22 13:52:52 +08:00
kernel.cpp
Fixed the codestyle to match our clang-format rules.
2016-12-14 12:35:01 -05:00
kernel.h
Merge pull request
#2260
from Subv/scheduling
2016-12-16 00:41:22 -05:00
memory.cpp
Fix typos
2016-10-20 12:26:59 -02:00
memory.h
Remove empty newlines in #include blocks.
2016-09-21 11:15:47 +09:00
mutex.cpp
Use negative priorities to avoid special-casing the self-include
2016-09-21 00:15:56 -07:00
mutex.h
Remove empty newlines in #include blocks.
2016-09-21 11:15:47 +09:00
process.cpp
Use negative priorities to avoid special-casing the self-include
2016-09-21 00:15:56 -07:00
process.h
Remove empty newlines in #include blocks.
2016-09-21 11:15:47 +09:00
resource_limit.cpp
Use negative priorities to avoid special-casing the self-include
2016-09-21 00:15:56 -07:00
resource_limit.h
Remove empty newlines in #include blocks.
2016-09-21 11:15:47 +09:00
semaphore.cpp
Use negative priorities to avoid special-casing the self-include
2016-09-21 00:15:56 -07:00
semaphore.h
Remove empty newlines in #include blocks.
2016-09-21 11:15:47 +09:00
server_port.cpp
Fixed the codestyle to match our clang-format rules.
2016-12-14 12:45:36 -05:00
server_port.h
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, TranslateRequest and HandleSyncRequestImpl.
2016-12-05 12:05:00 -05:00
server_session.cpp
Fixed the codestyle to match our clang-format rules.
2016-12-14 12:45:36 -05:00
server_session.h
Fixed the codestyle to match our clang-format rules.
2016-12-14 12:45:36 -05:00
session.cpp
Manually tweak source formatting and then re-run clang-format
2016-09-18 21:14:25 -07:00
shared_memory.cpp
Use negative priorities to avoid special-casing the self-include
2016-09-21 00:15:56 -07:00
shared_memory.h
Remove empty newlines in #include blocks.
2016-09-21 11:15:47 +09:00
thread.cpp
Properly remove a thread from its wait_objects' waitlist when it is awoken by a timeout.
2016-12-10 13:29:31 -05:00
thread.h
Fixed the codestyle to match our clang-format rules.
2016-12-14 12:35:01 -05:00
timer.cpp
Threading: Reworked the way our scheduler works.
2016-12-03 22:38:14 -05:00
timer.h
move ResetType to kernel.h
2016-09-22 13:52:52 +08:00
vm_manager.cpp
Use negative priorities to avoid special-casing the self-include
2016-09-21 00:15:56 -07:00
vm_manager.h
Remove empty newlines in #include blocks.
2016-09-21 11:15:47 +09:00