summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-251-5/+14
* ARM: Reorganized file structure to move shared SkyEye code to a more common a...Gravatar bunnei2014-10-251-15/+15
* Added configuration file system.Gravatar archshift2014-10-071-0/+2
* Core: Add a Directory object, with both a stub and a passthrough implementati...Gravatar Emmanuel Gil Peyrot2014-09-171-0/+5
* Core: Add a passthrough backend for the filesystem, exposed as SDMC.Gravatar Emmanuel Gil Peyrot2014-09-171-0/+4
* Core: Add a new File class, obtainable from an Archive, and a stub implementa...Gravatar Emmanuel Gil Peyrot2014-09-171-0/+3
* CMake cleanupGravatar Yuri Kunde Schlesner2014-09-011-47/+56
* Kernel: Added preliminary support for address arbiters.Gravatar bunnei2014-07-081-0/+2
* Kernel: Added support for shared memory objects.Gravatar bunnei2014-07-051-0/+2
* FileSys: Added preliminary support for applications reading the RomFS archive.Gravatar bunnei2014-07-041-1/+3
* FS: Added stubbed code to intercept and decode file system service functions.Gravatar bunnei2014-06-271-0/+2
* Kernel: Added stubbed code to support creation of kernel Archive objects.Gravatar bunnei2014-06-271-0/+2
* Core: Removed unused directory_file_system and meta_file_system modules.Gravatar bunnei2014-06-271-4/+0
* Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> s...Gravatar bunnei2014-06-161-3/+2
* Loader: Added support for booting NCCH executables.Gravatar bunnei2014-06-161-0/+2
* Loader: Moved elf and loader modules to a "loader" subdirectory.Gravatar bunnei2014-06-161-5/+5
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-141-0/+2
|\
| * hle: added stubbed service for ndm_uGravatar bunnei2014-05-301-0/+1
| * event: fixed typos and updated CMakeListsGravatar bunnei2014-05-271-0/+1
* | Rename LCD to GPU.Gravatar Tony Wasserka2014-06-121-2/+2
* | core: fixed headers in CMakeListsGravatar bunnei2014-05-221-1/+4
* | Merge branch 'threading'Gravatar bunnei2014-05-221-1/+4
|\|
| * mutex: initial commit of HLE moduleGravatar bunnei2014-05-201-0/+1
| * renamed "syscall" module to "svc" (more accurate naming)Gravatar bunnei2014-05-201-1/+1
| * Merge master into threading to add support for VFPGravatar bunnei2014-05-161-1/+13
| |\
| * | added initial kernel/thread modulesGravatar bunnei2014-05-091-0/+2
* | | CMakeLists: rename HEADS, improved commentsGravatar archshift2014-05-191-2/+2
* | | Updated cmakelistsGravatar archshift2014-05-161-6/+12
* | | Merge remote-tracking branch 'upstream/master' into issue-7-fixGravatar archshift2014-05-161-2/+16
|\ \ \ | | |/ | |/|
| * | fixed typo in CMakeLists.txtGravatar bunnei2014-05-161-1/+1
| * | added maverick.cpp to ARM core from skyeyeGravatar bunnei2014-05-161-1/+2
| * | added missing armcopro from skyeyeGravatar bunnei2014-05-161-0/+1
| * | added missing skyeye mmu codeGravatar bunnei2014-05-151-0/+6
| * | - moved mmu to arm/interpreter folderGravatar bunnei2014-05-151-1/+5
| |/
| * added config_mem module for HLE of firmware configuration memory settingsGravatar bunnei2014-05-061-0/+1
| * renamed hle "mrc" module to "coprocessor"Gravatar bunnei2014-05-011-1/+1
| * added a module to load symbol map files for debuggingGravatar bunnei2014-04-301-0/+1
* | Fixed indentsGravatar archshift2014-04-301-2/+2
* | A bit of Cmake loveGravatar archshift2014-04-301-1/+38
|/
* moved HLE::MRC to its own module, added support for catching data synchroniza...Gravatar bunnei2014-04-251-0/+1
* updated CMakeLists for missing filesGravatar ShizZy2014-04-221-1/+9
* fixed a bunch of errors in CMakeListsGravatar bunnei2014-04-091-1/+1
* updated CMakeListsGravatar bunnei2014-04-091-8/+21
* adding initial project layoutGravatar ShizZy2013-08-291-0/+10