summaryrefslogtreecommitdiff
path: root/src/core/core.vcxproj
AgeCommit message (Expand)Author
2014-05-27kernel: added event module to support creation of CTR "Event" objectsbunnei
2014-05-20mutex: initial commit of HLE modulebunnei
2014-05-20renamed "syscall" module to "svc" (more accurate naming)bunnei
2014-05-16Merge master into threading to add support for VFPbunnei
2014-05-16added maverick.cpp to ARM core from skyeyebunnei
2014-05-16added missing armcopro from skyeyebunnei
2014-05-15added missing skyeye mmu codebunnei
2014-05-15- moved mmu to arm/interpreter folderbunnei
2014-05-09added initial kernel/thread modulesbunnei
2014-05-06added config_mem module for HLE of firmware configuration memory settingsbunnei
2014-05-01renamed hle "mrc" module to "coprocessor"bunnei
2014-04-30added a module to load symbol map files for debuggingbunnei
2014-04-25moved HLE::MRC to its own module, added support for catching data synchroniza...bunnei
2014-04-17renamed hw_lcd module to just lcdbunnei
2014-04-17added NDMA hardware interfacebunnei
2014-04-16added class stub for HID:User servicebunnei
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei
2014-04-15- extracted srv: calls from service.cpp and put in its own modulebunnei
2014-04-13added framework for APT service (application and title launching service)bunnei
2014-04-12- added HLE to connect to "srv:" servicebunnei
2014-04-11- renamed hle_syscall to just syscallbunnei
2014-04-11moved hle.cpp into hle folder (due to mistake earlier)bunnei
2014-04-10- removed syscall classes (will just use HLEFunction)bunnei
2014-04-10added initial modules for setting up SysCall HLEbunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-05add hw_lcd.* to VS project filesbunnei
2014-04-05added initial support for hw.cpp modulebunnei
2014-04-04added hw module to interface h/w register reads/writesbunnei
2014-04-04- added an interface layer for ARM coresbunnei
2014-04-04moved arm core to interpreter directorybunnei
2014-04-03added thumb mode emulationbunnei
2014-03-29added ARM11 MMU from skyeyebunnei
2014-03-29added various arm modules from skyeye to make project link OKbunnei
2014-03-25updated Windows project files to include ELF filesbunnei
2013-10-01added core_timing and system modules to core vcprojShizZy
2013-09-26upgraded proj files to vs 2013ShizZy
2013-09-26added system.h to projectShizZy
2013-09-25added meta_file_system to projectShizZy
2013-09-25renamed file_sys_directory.* to directory_file_system.*ShizZy
2013-09-25moved file_sys back to coreShizZy
2013-09-23moved file_sys to commonShizZy
2013-09-23added PPSSPP's file system directory module for game loadingShizZy
2013-09-19added a module for loading bootable binariesShizZy
2013-09-18added hw R/W/ memory functionsShizZy
2013-09-17added ARMulator/skyeye ARM11 core to the projectShizZy
2013-09-08cleaned up VS project filesShizZy
2013-09-05added core and mem_map files to the projectShizZy
2013-09-04added an ARM disassembler from the android projectShizZy
2013-09-04various fixes to be able to build projectShizZy
2013-08-29adding initial project layoutShizZy