aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/CMakeLists.txt
Commit message (Collapse)AuthorAge
...
* Core: Add a new File class, obtainable from an Archive, and a stub ↵Gravatar Emmanuel Gil Peyrot2014-09-17
| | | | implementation.
* CMake cleanupGravatar Yuri Kunde Schlesner2014-09-01
| | | | | | | | 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.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
| |
| * event: fixed typos and updated CMakeListsGravatar bunnei2014-05-27
| |
* | core: fixed headers in CMakeListsGravatar bunnei2014-05-22
| |
* | Merge branch 'threading'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
| |
* | CMakeLists: rename HEADS, improved commentsGravatar archshift2014-05-19
| | | | | | | | Changes for clarity of comments, removed redundant compiler flags.
* | Updated cmakelistsGravatar archshift2014-05-16
| |
* | Merge remote-tracking branch 'upstream/master' into issue-7-fixGravatar archshift2014-05-16
|\ \
| | * Merge master into threading to add support for VFPGravatar bunnei2014-05-16
| | |\ | | |/ | |/|
| * | fixed typo in CMakeLists.txtGravatar 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
| |
* | Fixed indentsGravatar archshift2014-04-30
| |
* | A bit of Cmake loveGravatar archshift2014-04-30
|/
* moved HLE::MRC to its own module, added support for catching data ↵Gravatar bunnei2014-04-25
| | | | synchronization barrier command
* updated CMakeLists for missing filesGravatar ShizZy2014-04-22
|
* fixed a bunch of errors in CMakeListsGravatar bunnei2014-04-09
|
* updated CMakeListsGravatar bunnei2014-04-09
|
* adding initial project layoutGravatar ShizZy2013-08-29