summaryrefslogtreecommitdiff
path: root/src/core/core.vcxproj
AgeCommit message (Expand)Author
2014-09-01Remove hand-crafted Visual Studio solution.Yuri Kunde Schlesner
2014-07-08Kernel: Added preliminary support for address arbiters.bunnei
2014-07-05Kernel: Added support for shared memory objects.bunnei
2014-07-04FileSys: Added preliminary support for applications reading the RomFS archive.bunnei
2014-06-27FS: Added stubbed code to intercept and decode file system service functions.bunnei
2014-06-27Kernel: Added stubbed code to support creation of kernel Archive objects.bunnei
2014-06-27Core: Removed unused directory_file_system and meta_file_system modules.bunnei
2014-06-16Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> s...bunnei
2014-06-16Loader: Added support for booting NCCH executables.bunnei
2014-06-16Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
2014-06-12Rename LCD to GPU.Tony Wasserka
2014-05-30hle: added stubbed service for ndm_ubunnei
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