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
64196976b9
Merge pull request
#680
from archshift/bg-color
...
Allow the user to set the background clear color during emulation
2015-04-04 15:14:14 -04:00
..
arm
dyncom: Move CP15 register writing into its own function.
2015-04-02 00:20:52 -04:00
file_sys
Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveData
2015-03-14 12:00:01 -05:00
hle
Merge pull request
#641
from purpasmart96/service_stubs
2015-04-03 22:16:50 -04:00
hw
Services: Stubs and minor changes
2015-04-02 20:05:11 -07:00
loader
NCCH: Minor updates to the ncch header
2015-03-15 14:17:19 -07:00
CMakeLists.txt
Services: Stubs and minor changes
2015-04-02 20:05:11 -07:00
core_timing.cpp
Remove the useless msg_handler compilation unit that was left over from Dolphin
2015-02-18 22:26:22 -08:00
core_timing.h
CoreTiming: Ported the CoreTiming namespace from PPSSPP
2015-01-07 15:08:35 -05:00
core.cpp
dyncom: Switch the app and system cores into the correct mode at initialization
2015-02-12 21:54:28 -05:00
core.h
arm: Clean up ARMul_State
2015-01-31 21:55:34 -05:00
mem_map_funcs.cpp
dyncom: Make Load/Store instructions support big endian
2015-03-17 15:13:32 -04:00
mem_map.cpp
…
mem_map.h
dyncom: Make Load/Store instructions support big endian
2015-03-17 15:13:32 -04:00
settings.cpp
…
settings.h
Allow the user to set the background clear color during emulation
2015-04-03 15:35:51 -07:00
system.cpp
Core: Fixed a crash and removed some unused variables.
2015-01-08 21:49:41 -05:00
system.h
…