summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj.filters (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: added event module to support creation of CTR "Event" objectsbunnei2014-05-281-0/+6
|
* core: moved armcopro.cpp to correct filter folder (arm/interpreter)bunnei2014-05-231-3/+3
|
* mutex: initial commit of HLE modulebunnei2014-05-211-0/+6
|
* renamed "syscall" module to "svc" (more accurate naming)bunnei2014-05-211-6/+6
|
* add kernel.* and thread.* to VS filtersbunnei2014-05-171-0/+15
|
* added maverick.cpp to ARM core from skyeyebunnei2014-05-161-0/+3
|
* added missing armcopro from skyeyebunnei2014-05-161-0/+3
|
* added missing skyeye mmu codebunnei2014-05-161-21/+42
|
* - moved mmu to arm/interpreter folderbunnei2014-05-161-0/+24
| | | | - added initial VFP code from skyeye
* added config_mem module for HLE of firmware configuration memory settingsbunnei2014-05-071-0/+6
|
* renamed hle "mrc" module to "coprocessor"bunnei2014-05-021-6/+6
|
* added a module to load symbol map files for debuggingbunnei2014-05-011-0/+6
|
* moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei2014-04-251-0/+6
|
* renamed hw_lcd module to just lcdbunnei2014-04-181-6/+6
|
* added NDMA hardware interfacebunnei2014-04-181-0/+6
|
* added class stub for HID:User servicebunnei2014-04-171-0/+6
|
* - added stubbed out GSP::Gpu service interfacebunnei2014-04-161-0/+6
| | | | - various cleanups/refactors to HLE services
* - extracted srv: calls from service.cpp and put in its own modulebunnei2014-04-161-0/+6
| | | | | - added function tables for service calls - lots of refactoring
* added framework for APT service (application and title launching service)bunnei2014-04-131-0/+6
|
* - added HLE to connect to "srv:" servicebunnei2014-04-131-0/+3
| | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
* - renamed hle_syscall to just syscallbunnei2014-04-121-3/+9
| | | | - added service.h as an initial service interface
* moved hle.cpp into hle folder (due to mistake earlier)bunnei2014-04-121-1/+1
|
* - removed syscall classes (will just use HLEFunction)bunnei2014-04-111-0/+3
| | | | | - added hle.cpp and module registration - removed unused code
* added initial modules for setting up SysCall HLEbunnei2014-04-111-0/+15
|
* fixed project includes to use new directory structurebunnei2014-04-091-103/+100
|
* add hw_lcd.* to VS project filesbunnei2014-04-051-0/+6
|
* added initial support for hw.cpp modulebunnei2014-04-051-1/+1
|
* added hw module to interface h/w register reads/writesbunnei2014-04-051-0/+9
|
* - added an interface layer for ARM coresbunnei2014-04-051-0/+9
| | | | - cleaned up core.cpp a bit
* moved arm core to interpreter directorybunnei2014-04-051-39/+45
|
* added thumb mode emulationbunnei2014-04-041-0/+3
|
* added ARM11 MMU from skyeyebunnei2014-03-301-0/+3
|
* added various arm modules from skyeye to make project link OKbunnei2014-03-301-1/+19
|
* updated Windows project files to include ELF filesbunnei2014-03-251-0/+6
|
* added core_timing and system modules to core vcprojShizZy2013-10-021-0/+3
|
* added system.h to projectShizZy2013-09-271-0/+1
|
* added meta_file_system to projectShizZy2013-09-261-0/+6
|
* renamed file_sys_directory.* to directory_file_system.*ShizZy2013-09-261-2/+2
|
* moved file_sys back to coreShizZy2013-09-261-0/+12
|
* moved file_sys to commonShizZy2013-09-241-12/+0
|
* added PPSSPP's file system directory module for game loadingShizZy2013-09-241-0/+12
|
* added a module for loading bootable binariesShizZy2013-09-201-0/+2
|
* added hw R/W/ memory functionsShizZy2013-09-191-0/+1
|
* added ARMulator/skyeye ARM11 core to the projectShizZy2013-09-181-0/+48
|
* added core and mem_map files to the projectShizZy2013-09-061-0/+3
|
* added an ARM disassembler from the android projectShizZy2013-09-051-0/+22