summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config: Rename is_docked to use_docked_mode to be consistent with other config bools.bunnei2018-03-271-5/+5
|
* config: Add setting for whether the system is docked or not.bunnei2018-03-271-2/+6
|
* FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv2018-03-041-2/+20
|
* Stub more functionsmailwl2018-02-221-1/+32
|
* Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl2018-02-221-0/+8
|
* AM: Corrected the response in EnsureSaveData.Subv2018-02-191-1/+2
| | | | | The values are still unknown and the function is still considered a stub. Puyo Puyo Tetris now tries to call fsp-srv:MountSaveData.
* service: Remove remaining uses of BufferDescriptor*.bunnei2018-02-141-3/+3
|
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-071-1/+77
|
* IApplicationFunctions: Stub out EnsureSaveData.bunnei2018-02-061-0/+7
|
* logger: Add AM service logging category.bunnei2018-02-041-24/+24
|
* Service/am: Add AppletAE service (#153)mailwl2018-02-021-0/+333
| | | | | | * Add AppletAE, step 1: move common interfaces to am.h * Add AppletAE, step 2
* AppletOE: Make ISelfController keep a reference to nvflinger.Subv2018-01-221-2/+3
| | | | It'll be needed when we implement CreateManagedDisplayLayer.
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
|
* ap, aoc_u: Minor cleanup.bunnei2017-12-291-2/+0
|
* hle: Add service stubs for apm and appletOE.bunnei2017-10-151-0/+18
|
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-193/+0
|
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-2/+4
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* Update AM service function tablesLioncash2016-12-081-5/+5
| | | | Updated based off information from 3dbrew.
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-21/+32
|
* am: title_id is long long uintSam Spilsbury2016-04-241-1/+1
|
* update the code of AM service! (#1623)JamePeng2016-04-081-9/+131
|
* services: Get rid of unnecessary includesLioncash2016-02-021-4/+0
|
* core: Eliminate some unused variable warningsLioncash2015-07-291-1/+1
|
* core: Fix missing prototype warningsLioncash2015-07-291-0/+1
|
* Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Subv2015-07-211-0/+9
| | | | | | Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver
* Services: Continue separation of services into their own folderspurpasmart962015-06-121-0/+55