This website requires JavaScript.
Explore
Help
Sign In
Jayden
/
yuzu
Archived
Watch
0
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-05-10
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
6b2bece81fbe05456f1a7f8f9d876ade1bcca259
yuzu
/
src
/
core
/
hle
T
History
Lioncash
6b2bece81f
kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function
...
This doesn't actually modify internal state of a wait object, so it can be const qualified.
2019-04-17 06:44:34 -04:00
..
kernel
kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function
2019-04-17 06:44:34 -04:00
service
Merge pull request
#2382
from lioncash/table
2019-04-15 21:46:15 -04:00
ipc_helpers.h
kernel/server_session: Return a std::pair from CreateSessionPair()
2019-04-06 01:42:03 -04:00
ipc.h
Merge pull request
#2090
from FearlessTobi/port-4599
2019-03-20 23:44:20 -04:00
lock.cpp
Fix build on macOS and linux
2018-01-13 22:38:52 +00:00
lock.h
Use recursive_mutex instead of mutex to
fix
#2902
2017-08-29 20:39:55 +12:00
result.h
hle/result: Remove unnecessary bitfield entry for ResultCode
2019-04-05 16:34:34 -04:00