aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/CMakeLists.txt
Commit message (Collapse)AuthorAge
* FileSys: De-inline Path membersGravatar Yuri Kunde Schlesner2015-05-06
|
* dyncom: Remove unused/unnecessary VFP cruftGravatar Lioncash2015-04-17
|
* IR: Move The IR services to their own folder and implement "GetHandles"Gravatar purpasmart962015-04-03
|
* Services: Stubs and minor changesGravatar purpasmart962015-04-02
|
* Added LCD registers, and implementation for color filling in OGL code.Gravatar archshift2015-03-09
|
* Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-03
| | | | | | This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
* Explicitly instantiate constructors/destructors for Kernel objectsGravatar Yuri Kunde Schlesner2015-02-02
| | | | | | This should speed up compile times a bit, as well as enable more liberal use of forward declarations. (Due to SharedPtr not trying to emit the destructor anymore.)
* arm: Adios armemuGravatar Lioncash2015-01-31
|
* arm: Get rid of armcpu.h and skyeye_types.hGravatar Lioncash2015-01-30
|
* Services: Stubbed more services.Gravatar Subv2015-01-24
| | | | Implemented FSUser::CreateExtSaveData
* Merge pull request #493 from archshift/ptmplayGravatar bunnei2015-01-22
|\ | | | | Stubbed some services
* | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-21
| |
| * Stubbed cam:u serviceGravatar archshift2015-01-21
| |
| * Stubbed ptm:play serviceGravatar archshift2015-01-21
|/
* Merge pull request #383 from zhuowei/shared_pageGravatar bunnei2015-01-18
|\ | | | | Add some support for the shared page
| * Add some support for the shared page (currently 3d slider is implemented)Gravatar Zhuowei Zhang2015-01-15
| |
* | Services: Added some missing services.Gravatar Subv2015-01-13
| | | | | | | | | | cfg:s, ptm:sysm, apt:s. apt:s is almost exactly the same as apt:u as per 3dbrew
* | SVC: Implemented the Timer service calls.Gravatar Subv2015-01-08
|/
* Merge pull request #386 from archshift/y2ruGravatar bunnei2015-01-04
|\ | | | | Stub the y2r:u service
| * Stub the y2r:u serviceGravatar archshift2015-01-03
| |
* | Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-02
|/ | | | Fixed a few warnings and cleaned up the code
* Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv2014-12-29
| | | | | | | | They will be stored in /extsavedata/SDMC and /extsavedata/NAND respectively. Also redirect some APT_A functions to their APT_U equivalents. Implemented the gamecoin.dat file in SharedExtSaveData in the PTM module. Implemented formatting the savegame. Retake a previous savegame if it exists instead of reporting them as not formatted every time a game is loaded.
* More services & small clean upsGravatar purpasmart962014-12-25
|
* CFG: Create a new subfolder cfg inside service to handle cfgGravatar Subv2014-12-21
| | | | Moved most of the shared CFG code there, implemented a few CFG:I functions
* SaveData: Implemented the SystemSaveData archive.Gravatar Subv2014-12-17
| | | | It will be stored in the /syssavedata folder. This archive is user by various Services and possibly games via the FS:U service.
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-17
| | | | | | | | | | The savedata for each game is stored in /savedata/<ProgramID> for NCCH files. ELF files and 3DSX files use the folder 0 because they have no ID information Got rid of the code duplication in File and Directory Files that deal with the host machine's file system now live in DiskFile, similarly for directories and DiskDirectory and archives with DiskArchive. FS_U: Use the correct error code when a file wasn't found
* Merge pull request #283 from yuriks/archive-refactorGravatar bunnei2014-12-15
|\ | | | | Archive refactor
| * Service.FS: Rename FileSys::File to FileBackendGravatar Yuri Kunde Schlesner2014-12-16
| |
| * Service.FS: Rename FileSys::Directory to DirectoryBackendGravatar Yuri Kunde Schlesner2014-12-16
| |
| * Service.FS: Rename FileSys::Archive to ArchiveBackendGravatar Yuri Kunde Schlesner2014-12-16
| |
| * HLE: Move kernel/archive.* to service/fs/Gravatar Yuri Kunde Schlesner2014-12-16
| |
* | Merge pull request #282 from archshift/servicesGravatar bunnei2014-12-15
|\ \ | |/ |/| Added stubs for ldr:ro, cecd:u, nim:aoc, and am:app services
| * Added stub for nim:aoc service...Gravatar archshift2014-12-15
| |
| * Added stub for cecd:u service...Gravatar archshift2014-12-15
| | | | | | | | I couldn't find any information about this service...
| * Added stub for ldr:ro service...Gravatar archshift2014-12-15
| |
| * Added am:app service stub.Gravatar archshift2014-12-15
| | | | | | | | Apparently nothing at all is known about this service...
* | Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-15
|/ | | | | | | This is a first step at fixing the conceptual insanity that is our handling of service and IPC calls. For now, interfaces still directly derived from Session because we don't have the infrastructure to do it properly. (That is, Processes and scheduling them.)
* SVC: Implemented svcCreateSemaphoreGravatar Subv2014-12-13
| | | | | ToDo: Implement svcReleaseSemaphore * Some testing against hardware needed
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | All service calls in the CTR OS return result codes indicating the success or failure of the call. Previous to this commit, Citra's HLE emulation of services and the kernel universally either ignored errors or returned dummy -1 error codes. This commit makes an initial effort to provide an infrastructure for error reporting and propagation which can be use going forward to make HLE calls accurately return errors as the original system. A few parts of the code have been updated to use the new system where applicable. One part of this effort is the definition of the `ResultCode` type, which provides facilities for constructing and parsing error codes in the structured format used by the CTR. The `ResultVal` type builds on `ResultCode` by providing a container for values returned by function that can report errors. It enforces that correct error checking will be done on function returns by preventing the use of the return value if the function returned an error code. Currently this change is mostly internal since errors are still suppressed on the ARM<->HLE border, as a temporary compatibility hack. As functionality is implemented and tested this hack can be eventually removed.
* Add more services and some fixes, along with more "override"Gravatar purpasmart962014-11-20
| | | | in the service's headers
* 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
| | | | Added license header back in. I originally removed this because I mostly rewrote the file, but meh
* ARM: Removed unused armos code from SkyEye.Gravatar bunnei2014-10-25
|
* ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-25
| | | | | | | | | | 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.