aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
AgeCommit message (Expand)Author
2015-01-08SVC: Implemented the Timer service calls.Subv
2015-01-04Merge pull request #386 from archshift/y2rubunnei
2015-01-03Stub the y2r:u servicearchshift
2015-01-02Archives: Reduced duplicate code in RomFS and SaveCheck.Subv
2014-12-29Archives: Implemented ExtSaveData and SharedExtSaveDataSubv
2014-12-25More services & small clean upspurpasmart96
2014-12-21CFG: Create a new subfolder cfg inside service to handle cfgSubv
2014-12-17SaveData: Implemented the SystemSaveData archive.Subv
2014-12-17Filesystem/Archives: Implemented the SaveData archiveSubv
2014-12-15Merge pull request #283 from yuriks/archive-refactorbunnei
2014-12-16Service.FS: Rename FileSys::File to FileBackendYuri Kunde Schlesner
2014-12-16Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner
2014-12-16Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner
2014-12-16HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner
2014-12-15Merge pull request #282 from archshift/servicesbunnei
2014-12-15Added stub for nim:aoc service...archshift
2014-12-15Added stub for cecd:u service...archshift
2014-12-15Added stub for ldr:ro service...archshift
2014-12-15Added am:app service stub.archshift
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner
2014-12-13SVC: Implemented svcCreateSemaphoreSubv
2014-12-09Remove unused NDMA moduleYuri Kunde Schlesner
2014-12-08Loader: Add 3DSX supportichfly
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner
2014-11-20Add more services and some fixes, along with more "override"purpasmart96
2014-11-17Add missing boss:U service, needed according to Nintendo Zone logs.archshift
2014-11-10Add FRD:U service and functionsarchshift
2014-11-01Added stub err:f service.archshift
2014-11-01Added a bunch of servicespurpasmart96
2014-10-29Renamed souce files of services to match port namesGareth Poole
2014-10-25ARM: Removed unnecessary and unused SkyEye MMU code.bunnei
2014-10-25ARM: Removed unused armos code from SkyEye.bunnei
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common a...bunnei
2014-10-07Added configuration file system.archshift
2014-09-17Core: Add a Directory object, with both a stub and a passthrough implementati...Emmanuel Gil Peyrot
2014-09-17Core: Add a passthrough backend for the filesystem, exposed as SDMC.Emmanuel Gil Peyrot
2014-09-17Core: Add a new File class, obtainable from an Archive, and a stub implementa...Emmanuel Gil Peyrot
2014-09-01CMake cleanupYuri Kunde Schlesner
2014-07-08Kernel: Added preliminary support for address arbiters.bunnei
2014-07-05Kernel: Added support for shared memory objects.bunnei
2014-07-04FileSys: Added preliminary support for applications reading the RomFS archive.bunnei
2014-06-27FS: Added stubbed code to intercept and decode file system service functions.bunnei
2014-06-27Kernel: Added stubbed code to support creation of kernel Archive objects.bunnei
2014-06-27Core: Removed unused directory_file_system and meta_file_system modules.bunnei
2014-06-16Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> s...bunnei
2014-06-16Loader: Added support for booting NCCH executables.bunnei
2014-06-16Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
2014-06-12Rename LCD to GPU.Tony Wasserka