| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-25 | ARM: Integrate SkyEye faster "dyncom" interpreter. | bunnei | |
| Fixed typo (make protected member public) Added license header back in. I originally removed this because I mostly rewrote the file, but meh ARM: Fixed a type error in dyncom interpreter. ARM: Updated dyncom to use unique_ptr for internal ARM state. | |||
| 2014-10-25 | ARM: Reorganized file structure to move shared SkyEye code to a more common ↵ | bunnei | |
| area. Removed s_ prefix | |||
| 2014-10-07 | Added configuration file system. | archshift | |
| Uses QSettings on citra-qt, and inih on citra-cli. | |||
| 2014-09-17 | Core: Add a Directory object, with both a stub and a passthrough ↵ | Emmanuel Gil Peyrot | |
| implementations. | |||
| 2014-09-17 | Core: Add a passthrough backend for the filesystem, exposed as SDMC. | Emmanuel Gil Peyrot | |
| 2014-09-17 | Core: Add a new File class, obtainable from an Archive, and a stub ↵ | Emmanuel Gil Peyrot | |
| implementation. | |||
| 2014-09-01 | CMake cleanup | Yuri Kunde Schlesner | |
| 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-08 | Kernel: Added preliminary support for address arbiters. | bunnei | |
| AddressArbiter: Added documentation comment, fixed whitespace issue. AddressArbiter: Fixed incorrect comment, reordered if-statement to be more clear. SVC: Removed trailing whitespace. | |||
| 2014-07-05 | Kernel: Added support for shared memory objects. | bunnei | |
| SharedMemory: Added optional name field for tracking known objects. | |||
| 2014-07-04 | FileSys: Added preliminary support for applications reading the RomFS archive. | bunnei | |
| 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-27 | FS: Added stubbed code to intercept and decode file system service functions. | bunnei | |
| FS: Added to CMakeLists.txt | |||
| 2014-06-27 | Kernel: Added stubbed code to support creation of kernel Archive objects. | bunnei | |
| 2014-06-27 | Core: Removed unused directory_file_system and meta_file_system modules. | bunnei | |
| Core: Updated CMakeLists.txt to remove directory_file_system and meta_file_system modules. | |||
| 2014-06-16 | Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> ↵ | bunnei | |
| spaces. | |||
| 2014-06-16 | Loader: Added support for booting NCCH executables. | bunnei | |
| NCCH: Fixed typo in printing NCCH filename. | |||
| 2014-06-16 | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | |
| 2014-06-14 | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei | |
| Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp | |||
| 2014-06-12 | Rename LCD to GPU. | Tony Wasserka | |
| 2014-05-30 | hle: added stubbed service for ndm_u | bunnei | |
| 2014-05-27 | event: fixed typos and updated CMakeLists | bunnei | |
| 2014-05-22 | core: fixed headers in CMakeLists | bunnei | |
| 2014-05-22 | Merge branch 'threading' | bunnei | |
| 2014-05-20 | mutex: initial commit of HLE module | bunnei | |
| 2014-05-20 | renamed "syscall" module to "svc" (more accurate naming) | bunnei | |
| 2014-05-19 | CMakeLists: rename HEADS, improved comments | archshift | |
| Changes for clarity of comments, removed redundant compiler flags. | |||
| 2014-05-16 | Updated cmakelists | archshift | |
| 2014-05-16 | Merge remote-tracking branch 'upstream/master' into issue-7-fix | archshift | |
| 2014-05-16 | Merge master into threading to add support for VFP | bunnei | |
| 2014-05-16 | fixed typo in CMakeLists.txt | bunnei | |
| 2014-05-16 | added maverick.cpp to ARM core from skyeye | bunnei | |
| 2014-05-16 | added missing armcopro from skyeye | bunnei | |
| 2014-05-15 | added missing skyeye mmu code | bunnei | |
| 2014-05-15 | - moved mmu to arm/interpreter folder | bunnei | |
| - added initial VFP code from skyeye | |||
| 2014-05-09 | added initial kernel/thread modules | bunnei | |
| 2014-05-06 | added config_mem module for HLE of firmware configuration memory settings | bunnei | |
| 2014-05-01 | renamed hle "mrc" module to "coprocessor" | bunnei | |
| 2014-04-30 | added a module to load symbol map files for debugging | bunnei | |
| 2014-04-30 | Fixed indents | archshift | |
| 2014-04-30 | A bit of Cmake love | archshift | |
| 2014-04-25 | moved HLE::MRC to its own module, added support for catching data ↵ | bunnei | |
| synchronization barrier command | |||
| 2014-04-22 | updated CMakeLists for missing files | ShizZy | |
| 2014-04-09 | fixed a bunch of errors in CMakeLists | bunnei | |
| 2014-04-09 | updated CMakeLists | bunnei | |
| 2013-08-29 | adding initial project layout | ShizZy | |
