summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-18renamed hw_lcd module to just lcdbunnei1-2/+2
2014-04-18added NDMA hardware interfacebunnei1-0/+2
2014-04-17added class stub for HID:User servicebunnei1-0/+2
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-0/+2
- various cleanups/refactors to HLE services
2014-04-16- extracted srv: calls from service.cpp and put in its own modulebunnei1-0/+2
- added function tables for service calls - lots of refactoring
2014-04-13added framework for APT service (application and title launching service)bunnei1-0/+2
2014-04-13- added HLE to connect to "srv:" servicebunnei1-0/+1
- added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
2014-04-12- renamed hle_syscall to just syscallbunnei1-2/+3
- added service.h as an initial service interface
2014-04-12moved hle.cpp into hle folder (due to mistake earlier)bunnei1-1/+1
2014-04-11- removed syscall classes (will just use HLEFunction)bunnei1-0/+1
- added hle.cpp and module registration - removed unused code
2014-04-11added initial modules for setting up SysCall HLEbunnei1-0/+4
2014-04-09fixed project includes to use new directory structurebunnei1-49/+49
2014-04-05add hw_lcd.* to VS project filesbunnei1-0/+2
2014-04-05added initial support for hw.cpp modulebunnei1-1/+1
2014-04-05added hw module to interface h/w register reads/writesbunnei1-0/+2
2014-04-05- added an interface layer for ARM coresbunnei1-0/+3
- cleaned up core.cpp a bit
2014-04-05moved arm core to interpreter directorybunnei1-14/+14
2014-04-04added thumb mode emulationbunnei1-0/+1
2014-03-30added ARM11 MMU from skyeyebunnei1-0/+1
2014-03-30added various arm modules from skyeye to make project link OKbunnei1-1/+7
2014-03-25updated Windows project files to include ELF filesbunnei1-0/+1
2013-10-02added core_timing and system modules to core vcprojShizZy1-0/+3
2013-09-27upgraded proj files to vs 2013ShizZy1-1/+5
2013-09-27added system.h to projectShizZy1-0/+1
2013-09-26added meta_file_system to projectShizZy1-0/+2
2013-09-26renamed file_sys_directory.* to directory_file_system.*ShizZy1-2/+2
2013-09-26moved file_sys back to coreShizZy1-0/+3
2013-09-24moved file_sys to commonShizZy1-3/+0
2013-09-24added PPSSPP's file system directory module for game loadingShizZy1-0/+3
2013-09-20added a module for loading bootable binariesShizZy1-0/+2
2013-09-19added hw R/W/ memory functionsShizZy1-0/+1
2013-09-18added ARMulator/skyeye ARM11 core to the projectShizZy1-0/+14
2013-09-09cleaned up VS project filesShizZy1-52/+7
2013-09-06added core and mem_map files to the projectShizZy1-0/+3
2013-09-05added an ARM disassembler from the android projectShizZy1-0/+4
2013-09-05various fixes to be able to build projectShizZy1-16/+19
2013-08-30adding initial project layoutShizZy1-0/+186