summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | service: Add ptm::gets and ptm::sets servicesGravatar Lioncash2016-12-086-0/+90
| | | | | |
* | | | | | Merge pull request #2280 from Subv/citrace_sizeGravatar Sebastian Valle2016-12-081-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fixed the gpu command list size when creating CiTraces.
| * | | | | Fixed the gpu command list size when creating CiTraces.Gravatar Subv2016-12-081-2/+2
| | |/ / / | |/| | |
* | | | | service: Add mvd and qtm servicesGravatar Lioncash2016-12-0814-0/+271
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the two New3DS-only modules. 3dbrew was used for command information.
* | | | | Merge pull request #2284 from lioncash/svcGravatar Yuri Kunde Schlesner2016-12-088-30/+199
|\ \ \ \ \ | | | | | | | | | | | | service: Add nfc services
| * | | | | service: Add nfc servicesGravatar Lioncash2016-12-088-30/+199
| | | | | | | | | | | | | | | | | | | | | | | | 3dbrew was used for the command information.
* | | | | | Merge pull request #2277 from lioncash/explicitGravatar Yuri Kunde Schlesner2016-12-088-10/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | file_sys: Make a few single-argument constructors explicit
| * | | | | file_sys: Make a few single-argument constructors explicitGravatar Lioncash2016-12-078-10/+10
| | |_|_|/ | |/| | | | | | | | | | | | | Prevents implicit conversions.
* | | | | Merge pull request #2283 from lioncash/svcGravatar Yuri Kunde Schlesner2016-12-0721-28/+212
|\ \ \ \ \ | | | | | | | | | | | | service: Update function tables
| * | | | | ssl_c: Update function tableGravatar Lioncash2016-12-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Updated based off information from 3dbrew
| * | | | | ptm: Update ptm_sysm function tableGravatar Lioncash2016-12-083-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | Updated based off information from 3dbrew.
| * | | | | pm_app: Update function tableGravatar Lioncash2016-12-081-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | Updated based off information from 3dbrew.
| * | | | | nwm_uds: Update function tableGravatar Lioncash2016-12-081-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | Updated based off information from 3dbrew.
| * | | | | nim: Update function tablesGravatar Lioncash2016-12-082-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Updated based off information from 3dbrew.
| * | | | | http_c: Update function tableGravatar Lioncash2016-12-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Updated based off information from 3dbrew.
| * | | | | gsp_lcd: Update function tableGravatar Lioncash2016-12-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Updated based off information from 3dbrew.
| * | | | | fs_user: Update function tableGravatar Lioncash2016-12-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Updated based off information from 3dbrew.
| * | | | | dlp_srvr: Update function tableGravatar Lioncash2016-12-081-0/+7
| | | | | |
| * | | | | cfg: Update function tablesGravatar Lioncash2016-12-083-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Updated based off information from 3dbrew
| * | | | | cecd_u: Update function tableGravatar Lioncash2016-12-081-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | Updated based off information from 3dbrew.
| * | | | | boss_p: Update function tableGravatar Lioncash2016-12-081-3/+68
| | | | | |
| * | | | | act: Update function tablesGravatar Lioncash2016-12-082-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Updated based off information from 3dbrew.
| * | | | | apt: Update apt function tablesGravatar Lioncash2016-12-072-7/+73
| | |_|/ / | |/| | | | | | | | | | | | | Updated based off information from 3dbrew.
* | | | | Merge pull request #2281 from lioncash/appletGravatar Yuri Kunde Schlesner2016-12-078-30/+22
|\ \ \ \ \ | |/ / / / |/| | | | applet: minor interface changes
| * | | | applet: Move common IsRunning underlying variable to the Applet classGravatar Lioncash2016-12-078-28/+19
| | | | | | | | | | | | | | | | | | | | Gets rid of basic duplication.
| * | | | applet: Make virtual destructor defaultedGravatar Lioncash2016-12-071-1/+1
| | | | |
| * | | | applet: Make constructor protectedGravatar Lioncash2016-12-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Considering the class is abstract, there's no need to make the constructor public.
* | | | | Update AM service function tablesGravatar Lioncash2016-12-076-113/+246
| |/ / / |/| | | | | | | | | | | Updated based off information from 3dbrew.
* | | | Merge pull request #2232 from wwylele/other-saveGravatar bunnei2016-12-0711-80/+351
|\ \ \ \ | |/ / / |/| | | FS: implement archives for other game save data
| * | | FileSys: Implement OtherSaveDataGravatar wwylele2016-11-297-0/+214
| | | |
| * | | FS: add missing MediaTypeGravatar wwylele2016-11-291-1/+1
| | | |
| * | | FileSys: abstract SD save data archive sourceGravatar wwylele2016-11-296-79/+136
| | | |
* | | | Implement Frame rate limiter (#2223)Gravatar emmauss2016-12-063-0/+35
| |/ / |/| | | | | | | | | | | | | | * implement frame limiter * fixes
* | | GSP: Downgrade log severity of SetAxiConfigQoSModeGravatar Yuri Kunde Schlesner2016-12-041-1/+1
| |/ |/| | | | | | | This function doesn't need to do anything for HLE and some games call it quite often, spamming up the logs.
* | Set client SDK version to Service APIsGravatar mailwl2016-11-307-13/+86
|/
* Merge pull request #2196 from Subv/system_modeGravatar Yuri Kunde Schlesner2016-11-277-9/+35
|\ | | | | Kernel/Loader: Grab the system mode from the NCCH ExHeader.
| * Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-273-16/+17
| | | | | | | | | | | | | | 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849
| * Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-197-9/+34
| | | | | | | | | | | | | | 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849
* | Merge pull request #2222 from linkmauve/die-frameskip-dieGravatar Yuri Kunde Schlesner2016-11-273-22/+1
|\ \ | | | | | | Remove the broken frame_skip option
| * | GPU: Remove the broken frame_skip option.Gravatar Emmanuel Gil Peyrot2016-11-273-22/+1
| | | | | | | | | | | | Fixes #1960.
* | | Merge pull request #2132 from wwylele/fix-fs-errGravatar Sebastian Valle2016-11-2727-304/+1180
|\ \ \ | |/ / |/| | Correct FS error codes & add path boundary checks
| * | FileSys: rename SaveDataCheck archive to NCCH archiveGravatar wwylele2016-11-195-23/+22
| | | | | | | | | | | | According to the observation from game and 3dbrew "Used for accessing general NCCH data"
| * | FileSys: remove unused DiskArchiveGravatar wwylele2016-11-192-179/+0
| | | | | | | | | | | | All "subclasses" of DiskArchive are splitted out. This class is useless
| * | PTM & CFG: use the correct path and error code according to the new FileSys ↵Gravatar wwylele2016-11-192-5/+6
| | | | | | | | | | | | policy
| * | FileSys: w->rw permission lift only happens in SDMC archiveGravatar wwylele2016-11-194-2/+14
| | |
| * | FileSys: add SDMCWriteOnlyArchiveGravatar wwylele2016-11-196-0/+140
| | |
| * | FileSys: add SDMCArchiveGravatar wwylele2016-11-193-1/+301
| | | | | | | | | | | | Now DiskArchive only serves for SDMC, then it should be just a "SDMCArchive"
| * | FileSys: add ExtSaveDataArchiveGravatar wwylele2016-11-192-1/+115
| | | | | | | | | | | | ExtSaveData is more similar to SaveData, so let it be a subclass of SaveData
| * | FileSys: add SaveDataArchiveGravatar wwylele2016-11-197-4/+368
| | | | | | | | | | | | The error checking of SaveDataArchive is completely different from DiskArchive, so it has to be a new class instead of a subclass of DiskArchive.
| * | FileSys: remove Open from FileBackendGravatar wwylele2016-11-194-64/+44
| | | | | | | | | | | | Same as directory, file shouldn't expose Open either.