This website requires JavaScript.
Explore
Help
Sign In
midou
/
citra
Watch
1
Star
0
Fork
0
You've already forked citra
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
e6a7723f2f4b62279cd4f6d4b48eb02a9b60ffb6
citra
/
src
/
core
/
hle
T
History
Subv
e6a7723f2f
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
...
This will be useful when implementing mutex priority inheritance.
2017-01-04 15:58:45 -05:00
..
applets
Add all services to the Service namespace
2016-12-11 00:07:27 +00:00
kernel
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
2017-01-04 15:58:45 -05:00
service
Merge pull request
#2240
from wwylele/auto-region
2016-12-29 22:09:01 -05:00
config_mem.cpp
Use negative priorities to avoid special-casing the self-include
2016-09-21 00:15:56 -07:00
config_mem.h
Remove empty newlines in #include blocks.
2016-09-21 11:15:47 +09:00
function_wrappers.h
core: Replace "AppCore" nomenclature with just "CPU".
2016-12-22 00:27:46 -05:00
ipc.h
Fixed the codestyle to match our clang-format rules.
2016-12-14 12:45:36 -05:00
result.h
Merge pull request
#2249
from Subv/sessions_v3
2016-12-14 20:35:33 -08:00
shared_page.cpp
Use negative priorities to avoid special-casing the self-include
2016-09-21 00:15:56 -07:00
shared_page.h
Remove empty newlines in #include blocks.
2016-09-21 11:15:47 +09:00
svc.cpp
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
2017-01-04 15:58:45 -05:00
svc.h
…