aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/CMakeLists.txt
Commit message (Expand)AuthorAge
...
| * Added stub for nim:aoc service...Gravatar archshift2014-12-15
| * Added stub for cecd:u service...Gravatar archshift2014-12-15
| * Added stub for ldr:ro service...Gravatar archshift2014-12-15
| * Added am:app service stub.Gravatar archshift2014-12-15
* | Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-15
|/
* SVC: Implemented svcCreateSemaphoreGravatar Subv2014-12-13
* Remove unused NDMA moduleGravatar Yuri Kunde Schlesner2014-12-09
* Loader: Add 3DSX supportGravatar ichfly2014-12-08
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
* Add more services and some fixes, along with more "override"Gravatar purpasmart962014-11-20
* Add missing boss:U service, needed according to Nintendo Zone logs.Gravatar archshift2014-11-17
* Add FRD:U service and functionsGravatar archshift2014-11-10
* Added stub err:f service.Gravatar archshift2014-11-01
* Added a bunch of servicesGravatar purpasmart962014-11-01
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-29
* ARM: Removed unnecessary and unused SkyEye MMU code.Gravatar bunnei2014-10-25
* ARM: Removed unused armos code from SkyEye.Gravatar bunnei2014-10-25
* ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-25
* ARM: Reorganized file structure to move shared SkyEye code to a more common a...Gravatar bunnei2014-10-25
* Added configuration file system.Gravatar archshift2014-10-07
* Core: Add a Directory object, with both a stub and a passthrough implementati...Gravatar Emmanuel Gil Peyrot2014-09-17
* Core: Add a passthrough backend for the filesystem, exposed as SDMC.Gravatar Emmanuel Gil Peyrot2014-09-17
* Core: Add a new File class, obtainable from an Archive, and a stub implementa...Gravatar Emmanuel Gil Peyrot2014-09-17
* CMake cleanupGravatar Yuri Kunde Schlesner2014-09-01
* Kernel: Added preliminary support for address arbiters.Gravatar bunnei2014-07-08
* Kernel: Added support for shared memory objects.Gravatar bunnei2014-07-05
* FileSys: Added preliminary support for applications reading the RomFS archive.Gravatar bunnei2014-07-04
* FS: Added stubbed code to intercept and decode file system service functions.Gravatar bunnei2014-06-27
* 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
* Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> s...Gravatar bunnei2014-06-16
* Loader: Added support for booting NCCH executables.Gravatar bunnei2014-06-16
* 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
|\
* | 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
* | 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