This website requires JavaScript.
Explore
Help
Register
Sign In
midou
/
citra
Watch
1
Star
0
Fork
0
You've already forked citra
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
citra
/
src
/
core
History
bunnei
5e3536f66f
Merge pull request
#1072
from yuriks/GetSystemTick-advance-time
...
SVC: Advance time when calling GetSystemTick to escape busy-wait loops
2015-09-01 08:21:29 -04:00
..
arm
dyncom: Simplify some comparisons in CondPassed
2015-08-26 00:10:23 -04:00
file_sys
Services/FS: Correctly tell the guest app whether a file was correctly opened or not.
2015-08-28 22:01:03 -05:00
hle
Merge pull request
#1072
from yuriks/GetSystemTick-advance-time
2015-09-01 08:21:29 -04:00
hw
Integrate the MicroProfile profiling library
2015-08-24 22:16:28 -03:00
loader
Properly indicate that CIA support is not implemented yet
2015-08-15 16:05:38 -04:00
tracer
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.
2015-08-11 22:38:44 +01:00
CMakeLists.txt
Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}
2015-08-16 01:03:46 -03:00
core_timing.cpp
Core : Fix Conversion Warnings
2015-07-19 03:59:47 -07:00
core_timing.h
Remove every trailing whitespace from the project (but externals).
2015-05-29 21:59:29 +01:00
core.cpp
Core: Cleanup core includes.
2015-06-28 00:36:54 +01:00
core.h
fixup! Set the TLS address in the scheduler
2015-05-10 18:43:59 -05:00
memory_setup.h
Memory: Move PAGE_MASK and PAGE_BITS to memory.h
2015-08-16 01:03:44 -03:00
memory.cpp
Kernel: Add more infrastructure to support different memory layouts
2015-08-16 01:03:47 -03:00
memory.h
Fix broken boot introduced by last-minute change in
#1025
2015-08-22 18:12:23 -03:00
settings.cpp
…
settings.h
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
2015-08-15 18:01:07 -04:00
system.cpp
Kernel: Remove unused legacy heap MapBlock_* functions
2015-08-16 01:03:49 -03:00
system.h
…