summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-17Core: Add a Directory object, with both a stub and a passthrough implementations.Emmanuel Gil Peyrot1-0/+5
2014-09-17Core: Add a passthrough backend for the filesystem, exposed as SDMC.Emmanuel Gil Peyrot1-0/+4
2014-09-17Core: Add a new File class, obtainable from an Archive, and a stub implementation.Emmanuel Gil Peyrot1-0/+3
2014-09-01CMake cleanupYuri Kunde Schlesner1-47/+56
Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers.
2014-07-09Kernel: Added preliminary support for address arbiters.bunnei1-0/+2
AddressArbiter: Added documentation comment, fixed whitespace issue. AddressArbiter: Fixed incorrect comment, reordered if-statement to be more clear. SVC: Removed trailing whitespace.
2014-07-05Kernel: Added support for shared memory objects.bunnei1-0/+2
SharedMemory: Added optional name field for tracking known objects.
2014-07-05FileSys: Added preliminary support for applications reading the RomFS archive.bunnei1-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.
2014-06-27FS: Added stubbed code to intercept and decode file system service functions.bunnei1-0/+2
FS: Added to CMakeLists.txt
2014-06-27Kernel: Added stubbed code to support creation of kernel Archive objects.bunnei1-0/+2
2014-06-27Core: Removed unused directory_file_system and meta_file_system modules.bunnei1-4/+0
Core: Updated CMakeLists.txt to remove directory_file_system and meta_file_system modules.
2014-06-17Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.bunnei1-3/+2
2014-06-17Loader: Added support for booting NCCH executables.bunnei1-0/+2
NCCH: Fixed typo in printing NCCH filename.
2014-06-17Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei1-5/+5
2014-06-12Rename LCD to GPU.Tony Wasserka1-2/+2
2014-05-30hle: added stubbed service for ndm_ubunnei1-0/+1
2014-05-28event: fixed typos and updated CMakeListsbunnei1-0/+1
2014-05-23core: fixed headers in CMakeListsbunnei1-1/+4
2014-05-21mutex: initial commit of HLE modulebunnei1-0/+1
2014-05-21renamed "syscall" module to "svc" (more accurate naming)bunnei1-1/+1
2014-05-20CMakeLists: rename HEADS, improved commentsarchshift1-2/+2
Changes for clarity of comments, removed redundant compiler flags.
2014-05-17Updated cmakelistsarchshift1-6/+12
2014-05-17fixed typo in CMakeLists.txtbunnei1-1/+1
2014-05-16added maverick.cpp to ARM core from skyeyebunnei1-1/+2
2014-05-16added missing armcopro from skyeyebunnei1-0/+1
2014-05-16added missing skyeye mmu codebunnei1-0/+6
2014-05-16- moved mmu to arm/interpreter folderbunnei1-1/+5
- added initial VFP code from skyeye
2014-05-10added initial kernel/thread modulesbunnei1-0/+2
2014-05-07added config_mem module for HLE of firmware configuration memory settingsbunnei1-0/+1
2014-05-02renamed hle "mrc" module to "coprocessor"bunnei1-1/+1
2014-05-01added a module to load symbol map files for debuggingbunnei1-0/+1
2014-05-01Fixed indentsarchshift1-2/+2
2014-05-01A bit of Cmake lovearchshift1-1/+38
2014-04-25moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei1-0/+1
2014-04-23updated CMakeLists for missing filesShizZy1-1/+9
2014-04-10fixed a bunch of errors in CMakeListsbunnei1-1/+1
2014-04-10updated CMakeListsbunnei1-8/+21
2013-08-30adding initial project layoutShizZy1-0/+10