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
4b47ed6194
Merge pull request
#482
from yuriks/fix-vblank
...
Correctness fixes for GPU flipping and interrupts
2015-01-15 18:11:03 -05:00
..
arm
vfp: Remove dead code
2015-01-12 15:24:57 -05:00
file_sys
…
hle
Merge pull request
#482
from yuriks/fix-vblank
2015-01-15 18:11:03 -05:00
hw
GPU: Fix buffer overrun in Display Transfers
2015-01-14 05:20:14 -02:00
loader
…
CMakeLists.txt
Services: Added some missing services.
2015-01-13 14:43:30 -05:00
core_timing.cpp
Move ThreadContext to core/core.h and deal with the fallout
2015-01-09 03:51:55 -02:00
core_timing.h
CoreTiming: Ported the CoreTiming namespace from PPSSPP
2015-01-07 15:08:35 -05:00
core.cpp
Thread: Reduce use of Handles and move some funcs to inside the class.
2015-01-09 04:02:15 -02:00
core.h
Move ThreadContext to core/core.h and deal with the fallout
2015-01-09 03:51:55 -02:00
mem_map_funcs.cpp
…
mem_map.cpp
…
mem_map.h
…
settings.cpp
…
settings.h
…
system.cpp
Core: Fixed a crash and removed some unused variables.
2015-01-08 21:49:41 -05:00
system.h
…