index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
core.vcxproj
Age
Commit message (
Expand
)
Author
2014-05-27
kernel: added event module to support creation of CTR "Event" objects
bunnei
2014-05-20
mutex: initial commit of HLE module
bunnei
2014-05-20
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-16
Merge master into threading to add support for VFP
bunnei
2014-05-16
added maverick.cpp to ARM core from skyeye
bunnei
2014-05-16
added missing armcopro from skyeye
bunnei
2014-05-15
added missing skyeye mmu code
bunnei
2014-05-15
- moved mmu to arm/interpreter folder
bunnei
2014-05-09
added initial kernel/thread modules
bunnei
2014-05-06
added config_mem module for HLE of firmware configuration memory settings
bunnei
2014-05-01
renamed hle "mrc" module to "coprocessor"
bunnei
2014-04-30
added a module to load symbol map files for debugging
bunnei
2014-04-25
moved HLE::MRC to its own module, added support for catching data synchroniza...
bunnei
2014-04-17
renamed hw_lcd module to just lcd
bunnei
2014-04-17
added NDMA hardware interface
bunnei
2014-04-16
added class stub for HID:User service
bunnei
2014-04-16
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-15
- extracted srv: calls from service.cpp and put in its own module
bunnei
2014-04-13
added framework for APT service (application and title launching service)
bunnei
2014-04-12
- added HLE to connect to "srv:" service
bunnei
2014-04-11
- renamed hle_syscall to just syscall
bunnei
2014-04-11
moved hle.cpp into hle folder (due to mistake earlier)
bunnei
2014-04-10
- removed syscall classes (will just use HLEFunction)
bunnei
2014-04-10
added initial modules for setting up SysCall HLE
bunnei
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-05
add hw_lcd.* to VS project files
bunnei
2014-04-05
added initial support for hw.cpp module
bunnei
2014-04-04
added hw module to interface h/w register reads/writes
bunnei
2014-04-04
- added an interface layer for ARM cores
bunnei
2014-04-04
moved arm core to interpreter directory
bunnei
2014-04-03
added thumb mode emulation
bunnei
2014-03-29
added ARM11 MMU from skyeye
bunnei
2014-03-29
added various arm modules from skyeye to make project link OK
bunnei
2014-03-25
updated Windows project files to include ELF files
bunnei
2013-10-01
added core_timing and system modules to core vcproj
ShizZy
2013-09-26
upgraded proj files to vs 2013
ShizZy
2013-09-26
added system.h to project
ShizZy
2013-09-25
added meta_file_system to project
ShizZy
2013-09-25
renamed file_sys_directory.* to directory_file_system.*
ShizZy
2013-09-25
moved file_sys back to core
ShizZy
2013-09-23
moved file_sys to common
ShizZy
2013-09-23
added PPSSPP's file system directory module for game loading
ShizZy
2013-09-19
added a module for loading bootable binaries
ShizZy
2013-09-18
added hw R/W/ memory functions
ShizZy
2013-09-17
added ARMulator/skyeye ARM11 core to the project
ShizZy
2013-09-08
cleaned up VS project files
ShizZy
2013-09-05
added core and mem_map files to the project
ShizZy
2013-09-04
added an ARM disassembler from the android project
ShizZy
2013-09-04
various fixes to be able to build project
ShizZy
2013-08-29
adding initial project layout
ShizZy