aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/core.vcxproj
Commit message (Collapse)AuthorAge
* Remove hand-crafted Visual Studio solution.Gravatar Yuri Kunde Schlesner2014-09-01
|
* Kernel: Added preliminary support for address arbiters.Gravatar bunnei2014-07-08
| | | | | | | | 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.Gravatar bunnei2014-07-05
| | | | SharedMemory: Added optional name field for tracking known objects.
* FileSys: Added preliminary support for applications reading the RomFS archive.Gravatar bunnei2014-07-04
| | | | | | | | | | 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.Gravatar bunnei2014-06-27
| | | | FS: Added to CMakeLists.txt
* 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
| | | | 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 -> ↵Gravatar bunnei2014-06-16
| | | | spaces.
* Loader: Added support for booting NCCH executables.Gravatar bunnei2014-06-16
| | | | NCCH: Fixed typo in printing NCCH filename.
* 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
|\ | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
* | 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
|/
* mutex: initial commit of HLE moduleGravatar bunnei2014-05-20
|
* renamed "syscall" module to "svc" (more accurate naming)Gravatar bunnei2014-05-20
|
* Merge master into threading to add support for VFPGravatar 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 initial VFP code from skyeye
* | added initial kernel/thread modulesGravatar bunnei2014-05-09
|/
* 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 ↵Gravatar bunnei2014-04-25
| | | | synchronization barrier command
* 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
| | | | - various cleanups/refactors to HLE services
* - extracted srv: calls from service.cpp and put in its own moduleGravatar bunnei2014-04-15
| | | | | - added function tables for service calls - lots of refactoring
* added framework for APT service (application and title launching service)Gravatar bunnei2014-04-13
|
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-12
| | | | | | - 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 syscallGravatar bunnei2014-04-11
| | | | - added service.h as an initial service interface
* 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 hle.cpp and module registration - removed unused code
* 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
| | | | - cleaned up core.cpp a bit
* 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
|
* upgraded proj files to vs 2013Gravatar ShizZy2013-09-26
|
* added system.h to projectGravatar ShizZy2013-09-26
|