This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
citra-mk7
Watch
1
Star
0
Fork
0
You've already forked citra-mk7
mirror of
https://github.com/PabloMK7/citra.git
synced
2025-01-25 15:53:40 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
citra-mk7
/
src
/
core
/
hle
/
kernel
History
bunnei
112768f436
Merge pull request
#208
from lioncash/statics
...
Add static to some variables
2014-11-19 09:39:20 -05:00
..
address_arbiter.cpp
Add
override
keyword through the code.
2014-10-26 16:18:05 -02:00
address_arbiter.h
Kernel: Added preliminary support for address arbiters.
2014-07-08 18:46:38 -04:00
archive.cpp
Archive: Fixed to not destroy archive handle on close.
2014-11-17 22:19:14 -05:00
archive.h
FileSys: Updated backend code to use FileSys::Path instead of string for paths.
2014-11-17 21:49:24 -05:00
event.cpp
Add
override
keyword through the code.
2014-10-26 16:18:05 -02:00
event.h
Kernel: Updated various kernel function "name" arguments to be const references.
2014-06-13 09:51:12 -04:00
kernel.cpp
Core: Get rid of unnecessary switch statement in Kernel
2014-09-14 21:31:09 -04:00
kernel.h
Remove extraneous semicolons
2014-11-18 08:27:16 -05:00
mutex.cpp
Add
override
keyword through the code.
2014-10-26 16:18:05 -02:00
mutex.h
Kernel: Updated various kernel function "name" arguments to be const references.
2014-06-13 09:51:12 -04:00
shared_memory.cpp
Fix two format strings.
2014-11-14 12:08:26 -05:00
shared_memory.h
SharedMemory: Updated MapSharedMemory to use an enum for permissions.
2014-07-05 10:24:54 -04:00
thread.cpp
Add static to some variables
2014-11-18 20:04:00 -05:00
thread.h
Thread: Added more descriptive comment to WaitCurrentThread.
2014-08-06 18:19:59 -04:00