aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/core.vcxproj.filters
Commit message (Expand)AuthorAge
* FileSys: Added preliminary support for applications reading the RomFS archive.Gravatar bunnei2014-07-04
* FS: Added stubbed code to intercept and decode file system service functions.Gravatar bunnei2014-06-27
* Kernel: Added stubbed code to support creation of kernel Archive objects.Gravatar bunnei2014-06-27
* Core: Removed unused directory_file_system and meta_file_system modules.Gravatar bunnei2014-06-27
* Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> s...Gravatar bunnei2014-06-16
* Loader: Added support for booting NCCH executables.Gravatar bunnei2014-06-16
* Loader: Moved elf and loader modules to a "loader" subdirectory.Gravatar bunnei2014-06-16
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-14
|\
* | Rename LCD to GPU.Gravatar Tony Wasserka2014-06-12
| * hle: added stubbed service for ndm_uGravatar bunnei2014-05-30
| * kernel: added event module to support creation of CTR "Event" objectsGravatar bunnei2014-05-27
|/
* core: moved armcopro.cpp to correct filter folder (arm/interpreter)Gravatar bunnei2014-05-22
* mutex: initial commit of HLE moduleGravatar bunnei2014-05-20
* renamed "syscall" module to "svc" (more accurate naming)Gravatar bunnei2014-05-20
* add kernel.* and thread.* to VS filtersGravatar bunnei2014-05-16
* added maverick.cpp to ARM core from skyeyeGravatar bunnei2014-05-16
* added missing armcopro from skyeyeGravatar bunnei2014-05-16
* added missing skyeye mmu codeGravatar bunnei2014-05-15
* - moved mmu to arm/interpreter folderGravatar bunnei2014-05-15
* added config_mem module for HLE of firmware configuration memory settingsGravatar bunnei2014-05-06
* renamed hle "mrc" module to "coprocessor"Gravatar bunnei2014-05-01
* added a module to load symbol map files for debuggingGravatar bunnei2014-04-30
* moved HLE::MRC to its own module, added support for catching data synchroniza...Gravatar bunnei2014-04-25
* renamed hw_lcd module to just lcdGravatar bunnei2014-04-17
* added NDMA hardware interfaceGravatar bunnei2014-04-17
* added class stub for HID:User serviceGravatar bunnei2014-04-16
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-16
* - extracted srv: calls from service.cpp and put in its own moduleGravatar bunnei2014-04-15
* added framework for APT service (application and title launching service)Gravatar bunnei2014-04-13
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-12
* - renamed hle_syscall to just syscallGravatar bunnei2014-04-11
* moved hle.cpp into hle folder (due to mistake earlier)Gravatar bunnei2014-04-11
* - removed syscall classes (will just use HLEFunction)Gravatar bunnei2014-04-10
* added initial modules for setting up SysCall HLEGravatar bunnei2014-04-10
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
* add hw_lcd.* to VS project filesGravatar bunnei2014-04-05
* added initial support for hw.cpp moduleGravatar bunnei2014-04-05
* added hw module to interface h/w register reads/writesGravatar bunnei2014-04-04
* - added an interface layer for ARM coresGravatar bunnei2014-04-04
* moved arm core to interpreter directoryGravatar bunnei2014-04-04
* added thumb mode emulationGravatar bunnei2014-04-03
* added ARM11 MMU from skyeyeGravatar bunnei2014-03-29
* added various arm modules from skyeye to make project link OKGravatar bunnei2014-03-29
* updated Windows project files to include ELF filesGravatar bunnei2014-03-25
* added core_timing and system modules to core vcprojGravatar ShizZy2013-10-01
* added system.h to projectGravatar ShizZy2013-09-26
* added meta_file_system to projectGravatar ShizZy2013-09-25
* renamed file_sys_directory.* to directory_file_system.*Gravatar ShizZy2013-09-25
* moved file_sys back to coreGravatar ShizZy2013-09-25
* moved file_sys to commonGravatar ShizZy2013-09-23