summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* SVC: Implemented the Timer service calls.Gravatar Subv2015-01-081-0/+2
* Merge pull request #386 from archshift/y2ruGravatar bunnei2015-01-041-0/+2
|\
| * Stub the y2r:u serviceGravatar archshift2015-01-031-0/+2
* | Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-021-4/+4
|/
* Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv2014-12-291-0/+2
* More services & small clean upsGravatar purpasmart962014-12-251-4/+12
* CFG: Create a new subfolder cfg inside service to handle cfgGravatar Subv2014-12-211-4/+6
* SaveData: Implemented the SystemSaveData archive.Gravatar Subv2014-12-171-0/+2
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-171-4/+4
* Merge pull request #283 from yuriks/archive-refactorGravatar bunnei2014-12-151-7/+7
|\
| * Service.FS: Rename FileSys::File to FileBackendGravatar Yuri Kunde Schlesner2014-12-161-1/+1
| * Service.FS: Rename FileSys::Directory to DirectoryBackendGravatar Yuri Kunde Schlesner2014-12-161-1/+1
| * Service.FS: Rename FileSys::Archive to ArchiveBackendGravatar Yuri Kunde Schlesner2014-12-161-1/+1
| * HLE: Move kernel/archive.* to service/fs/Gravatar Yuri Kunde Schlesner2014-12-161-4/+4
* | Merge pull request #282 from archshift/servicesGravatar bunnei2014-12-151-0/+8
|\ \ | |/ |/|
| * Added stub for nim:aoc service...Gravatar archshift2014-12-151-0/+2
| * Added stub for cecd:u service...Gravatar archshift2014-12-151-0/+2
| * Added stub for ldr:ro service...Gravatar archshift2014-12-151-0/+2
| * Added am:app service stub.Gravatar archshift2014-12-151-0/+2
* | Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-151-0/+1
|/
* SVC: Implemented svcCreateSemaphoreGravatar Subv2014-12-131-0/+2
* Remove unused NDMA moduleGravatar Yuri Kunde Schlesner2014-12-091-2/+0
* Loader: Add 3DSX supportGravatar ichfly2014-12-081-0/+2
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-241-0/+1
* Add more services and some fixes, along with more "override"Gravatar purpasmart962014-11-201-0/+12
* Add missing boss:U service, needed according to Nintendo Zone logs.Gravatar archshift2014-11-171-0/+2
* Add FRD:U service and functionsGravatar archshift2014-11-101-0/+2
* Added stub err:f service.Gravatar archshift2014-11-011-0/+2
* Added a bunch of servicesGravatar purpasmart962014-11-011-0/+16
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-291-10/+10
* ARM: Removed unnecessary and unused SkyEye MMU code.Gravatar bunnei2014-10-251-15/+0
* ARM: Removed unused armos code from SkyEye.Gravatar bunnei2014-10-251-1/+0
* ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-251-5/+14
* ARM: Reorganized file structure to move shared SkyEye code to a more common a...Gravatar bunnei2014-10-251-15/+15
* Added configuration file system.Gravatar archshift2014-10-071-0/+2
* Core: Add a Directory object, with both a stub and a passthrough implementati...Gravatar Emmanuel Gil Peyrot2014-09-171-0/+5
* Core: Add a passthrough backend for the filesystem, exposed as SDMC.Gravatar Emmanuel Gil Peyrot2014-09-171-0/+4
* Core: Add a new File class, obtainable from an Archive, and a stub implementa...Gravatar Emmanuel Gil Peyrot2014-09-171-0/+3
* CMake cleanupGravatar Yuri Kunde Schlesner2014-09-011-47/+56
* Kernel: Added preliminary support for address arbiters.Gravatar bunnei2014-07-081-0/+2
* Kernel: Added support for shared memory objects.Gravatar bunnei2014-07-051-0/+2
* FileSys: Added preliminary support for applications reading the RomFS archive.Gravatar bunnei2014-07-041-1/+3
* FS: Added stubbed code to intercept and decode file system service functions.Gravatar bunnei2014-06-271-0/+2
* Kernel: Added stubbed code to support creation of kernel Archive objects.Gravatar bunnei2014-06-271-0/+2
* Core: Removed unused directory_file_system and meta_file_system modules.Gravatar bunnei2014-06-271-4/+0
* Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> s...Gravatar bunnei2014-06-161-3/+2
* Loader: Added support for booting NCCH executables.Gravatar bunnei2014-06-161-0/+2
* Loader: Moved elf and loader modules to a "loader" subdirectory.Gravatar bunnei2014-06-161-5/+5
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-141-0/+2
|\
| * hle: added stubbed service for ndm_uGravatar bunnei2014-05-301-0/+1