summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-01Remove hand-crafted Visual Studio solution.Yuri Kunde Schlesner1-253/+0
2014-07-09Kernel: Added preliminary support for address arbiters.bunnei1-0/+2
2014-07-05Kernel: Added support for shared memory objects.bunnei1-0/+2
2014-07-05FileSys: Added preliminary support for applications reading the RomFS archive.bunnei1-1/+3
2014-06-27FS: Added stubbed code to intercept and decode file system service functions.bunnei1-0/+2
2014-06-27Kernel: Added stubbed code to support creation of kernel Archive objects.bunnei1-0/+2
2014-06-27Core: Removed unused directory_file_system and meta_file_system modules.bunnei1-4/+0
2014-06-17Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.bunnei1-3/+2
2014-06-17Loader: Added support for booting NCCH executables.bunnei1-0/+2
2014-06-17Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei1-6/+6
2014-06-12Rename LCD to GPU.Tony Wasserka1-3/+3
2014-05-30hle: added stubbed service for ndm_ubunnei1-0/+2
2014-05-28kernel: added event module to support creation of CTR "Event" objectsbunnei1-0/+2
2014-05-21mutex: initial commit of HLE modulebunnei1-0/+2
2014-05-21renamed "syscall" module to "svc" (more accurate naming)bunnei1-2/+2
2014-05-16added maverick.cpp to ARM core from skyeyebunnei1-0/+1
2014-05-16added missing armcopro from skyeyebunnei1-0/+1
2014-05-16added missing skyeye mmu codebunnei1-6/+13
2014-05-16- moved mmu to arm/interpreter folderbunnei1-0/+7
2014-05-10added initial kernel/thread modulesbunnei1-0/+4
2014-05-07added config_mem module for HLE of firmware configuration memory settingsbunnei1-0/+2
2014-05-02renamed hle "mrc" module to "coprocessor"bunnei1-2/+2
2014-05-01added a module to load symbol map files for debuggingbunnei1-0/+2
2014-04-25moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei1-0/+2
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
2014-04-16- extracted srv: calls from service.cpp and put in its own modulebunnei1-0/+2
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
2014-04-12- renamed hle_syscall to just syscallbunnei1-2/+3
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
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
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