summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Core: Add a Directory object, with both a stub and a passthrough implementations.Emmanuel Gil Peyrot2014-09-171-0/+5
|
* Core: Add a passthrough backend for the filesystem, exposed as SDMC.Emmanuel Gil Peyrot2014-09-171-0/+4
|
* Core: Add a new File class, obtainable from an Archive, and a stub implementation.Emmanuel Gil Peyrot2014-09-171-0/+3
|
* CMake cleanupYuri Kunde Schlesner2014-09-011-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.
* 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-5/+5
|
* Merge branch 'threading' of https://github.com/bunnei/citrabunnei2014-06-141-0/+2
|\ | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
| * hle: added stubbed service for ndm_ubunnei2014-05-301-0/+1
| |
| * event: fixed typos and updated CMakeListsbunnei2014-05-281-0/+1
| |
* | Rename LCD to GPU.Tony Wasserka2014-06-121-2/+2
| |
* | core: fixed headers in CMakeListsbunnei2014-05-231-1/+4
| |
* | Merge branch 'threading'bunnei2014-05-231-1/+4
|\|
| * mutex: initial commit of HLE modulebunnei2014-05-211-0/+1
| |
| * renamed "syscall" module to "svc" (more accurate naming)bunnei2014-05-211-1/+1
| |
| * Merge master into threading to add support for VFPbunnei2014-05-171-1/+13
| |\
| * | added initial kernel/thread modulesbunnei2014-05-101-0/+2
| | |
* | | CMakeLists: rename HEADS, improved commentsarchshift2014-05-201-2/+2
| | | | | | | | | | | | Changes for clarity of comments, removed redundant compiler flags.
* | | Updated cmakelistsarchshift2014-05-171-6/+12
| | |
* | | Merge remote-tracking branch 'upstream/master' into issue-7-fixarchshift2014-05-171-2/+16
|\ \ \ | | |/ | |/|
| * | fixed typo in CMakeLists.txtbunnei2014-05-171-1/+1
| | |
| * | added maverick.cpp to ARM core from skyeyebunnei2014-05-161-1/+2
| | |
| * | added missing armcopro from skyeyebunnei2014-05-161-0/+1
| | |
| * | added missing skyeye mmu codebunnei2014-05-161-0/+6
| | |
| * | - moved mmu to arm/interpreter folderbunnei2014-05-161-1/+5
| |/ | | | | | | - added initial VFP code from skyeye
| * added config_mem module for HLE of firmware configuration memory settingsbunnei2014-05-071-0/+1
| |
| * renamed hle "mrc" module to "coprocessor"bunnei2014-05-021-1/+1
| |
| * added a module to load symbol map files for debuggingbunnei2014-05-011-0/+1
| |
* | Fixed indentsarchshift2014-05-011-2/+2
| |
* | A bit of Cmake lovearchshift2014-05-011-1/+38
|/
* moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei2014-04-251-0/+1
|
* updated CMakeLists for missing filesShizZy2014-04-231-1/+9
|
* fixed a bunch of errors in CMakeListsbunnei2014-04-101-1/+1
|
* updated CMakeListsbunnei2014-04-101-8/+21
|
* adding initial project layoutShizZy2013-08-301-0/+10