summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove hand-crafted Visual Studio solution.Yuri Kunde Schlesner2014-09-011-253/+0
|
* Kernel: Added preliminary support for address arbiters.bunnei2014-07-091-0/+2
| | | | | | | | AddressArbiter: Added documentation comment, fixed whitespace issue. AddressArbiter: Fixed incorrect comment, reordered if-statement to be more clear. SVC: Removed trailing whitespace.
* Kernel: Added support for shared memory objects.bunnei2014-07-051-0/+2
| | | | SharedMemory: Added optional name field for tracking known objects.
* FileSys: Added preliminary support for applications reading the RomFS archive.bunnei2014-07-051-1/+3
| | | | | | | | | | Archive: Fixed brace ugliness for neobrain :) FS: Commented out unused local variables to prevent warnings. ...But keeping them here for future use. archive_romfs: Removed unused #include.
* FS: Added stubbed code to intercept and decode file system service functions.bunnei2014-06-271-0/+2
| | | | FS: Added to CMakeLists.txt
* Kernel: Added stubbed code to support creation of kernel Archive objects.bunnei2014-06-271-0/+2
|
* Core: Removed unused directory_file_system and meta_file_system modules.bunnei2014-06-271-4/+0
| | | | Core: Updated CMakeLists.txt to remove directory_file_system and meta_file_system modules.
* Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.bunnei2014-06-171-3/+2
|
* Loader: Added support for booting NCCH executables.bunnei2014-06-171-0/+2
| | | | NCCH: Fixed typo in printing NCCH filename.
* Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei2014-06-171-6/+6
|
* Merge branch 'threading' of https://github.com/bunnei/citrabunnei2014-06-141-0/+4
|\ | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
| * hle: added stubbed service for ndm_ubunnei2014-05-301-0/+2
| |
| * kernel: added event module to support creation of CTR "Event" objectsbunnei2014-05-281-0/+2
| |
* | Rename LCD to GPU.Tony Wasserka2014-06-121-3/+3
|/
* mutex: initial commit of HLE modulebunnei2014-05-211-0/+2
|
* renamed "syscall" module to "svc" (more accurate naming)bunnei2014-05-211-2/+2
|
* Merge master into threading to add support for VFPbunnei2014-05-171-6/+22
|\
| * added maverick.cpp to ARM core from skyeyebunnei2014-05-161-0/+1
| |
| * added missing armcopro from skyeyebunnei2014-05-161-0/+1
| |
| * added missing skyeye mmu codebunnei2014-05-161-6/+13
| |
| * - moved mmu to arm/interpreter folderbunnei2014-05-161-0/+7
| | | | | | | | - added initial VFP code from skyeye
* | added initial kernel/thread modulesbunnei2014-05-101-0/+4
|/
* added config_mem module for HLE of firmware configuration memory settingsbunnei2014-05-071-0/+2
|
* renamed hle "mrc" module to "coprocessor"bunnei2014-05-021-2/+2
|
* added a module to load symbol map files for debuggingbunnei2014-05-011-0/+2
|
* moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei2014-04-251-0/+2
|
* renamed hw_lcd module to just lcdbunnei2014-04-181-2/+2
|
* added NDMA hardware interfacebunnei2014-04-181-0/+2
|
* added class stub for HID:User servicebunnei2014-04-171-0/+2
|
* - added stubbed out GSP::Gpu service interfacebunnei2014-04-161-0/+2
| | | | - various cleanups/refactors to HLE services
* - extracted srv: calls from service.cpp and put in its own modulebunnei2014-04-161-0/+2
| | | | | - added function tables for service calls - lots of refactoring
* added framework for APT service (application and title launching service)bunnei2014-04-131-0/+2
|
* - added HLE to connect to "srv:" servicebunnei2014-04-131-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
* - renamed hle_syscall to just syscallbunnei2014-04-121-2/+3
| | | | - 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/+1
| | | | | - added hle.cpp and module registration - removed unused code
* added initial modules for setting up SysCall HLEbunnei2014-04-111-0/+4
|
* fixed project includes to use new directory structurebunnei2014-04-091-49/+49
|
* add hw_lcd.* to VS project filesbunnei2014-04-051-0/+2
|
* added initial support for hw.cpp modulebunnei2014-04-051-1/+1
|
* added hw module to interface h/w register reads/writesbunnei2014-04-051-0/+2
|
* - added an interface layer for ARM coresbunnei2014-04-051-0/+3
| | | | - cleaned up core.cpp a bit
* moved arm core to interpreter directorybunnei2014-04-051-14/+14
|
* added thumb mode emulationbunnei2014-04-041-0/+1
|
* added ARM11 MMU from skyeyebunnei2014-03-301-0/+1
|
* added various arm modules from skyeye to make project link OKbunnei2014-03-301-1/+7
|
* updated Windows project files to include ELF filesbunnei2014-03-251-0/+1
|
* added core_timing and system modules to core vcprojShizZy2013-10-021-0/+3
|
* upgraded proj files to vs 2013ShizZy2013-09-271-1/+5
|
* added system.h to projectShizZy2013-09-271-0/+1
|
* added meta_file_system to projectShizZy2013-09-261-0/+2
|
* renamed file_sys_directory.* to directory_file_system.*ShizZy2013-09-261-2/+2
|
* moved file_sys back to coreShizZy2013-09-261-0/+3
|
* moved file_sys to commonShizZy2013-09-241-3/+0
|
* added PPSSPP's file system directory module for game loadingShizZy2013-09-241-0/+3
|
* 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/+14
|
* cleaned up VS project filesShizZy2013-09-091-52/+7
|
* added core and mem_map files to the projectShizZy2013-09-061-0/+3
|
* added an ARM disassembler from the android projectShizZy2013-09-051-0/+4
|
* various fixes to be able to build projectShizZy2013-09-051-16/+19
|
* adding initial project layoutShizZy2013-08-301-0/+186