summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* am: Implement ILibraryAppletAccessor IsCompleted and GetResultZach Hilman2018-11-181-4/+8
* am: Implement text check software keyboard modeZach Hilman2018-11-181-5/+32
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-5/+9
* am: Construct and use proper applets with ILibraryAppletAccessorZach Hilman2018-11-181-1/+26
* am: Unstub ILibraryAppletAccessor::StartZach Hilman2018-11-181-5/+17
* am: Implement PopInteractiveOutData and PushInteractiveInDataZach Hilman2018-11-181-14/+24
* am: Convert storage stack to vectorZach Hilman2018-11-181-27/+59
* am: Move AM::IStorage to headerZach Hilman2018-11-181-0/+16
* am: Move IStorageAccessor to header and update backing bufferZach Hilman2018-11-181-64/+36
* am: Implement CreateTransferMemoryStorageZach Hilman2018-11-181-0/+25
* Stubbed am:EnableApplicationCrashReportMysticExile2018-11-171-10/+17
* Ability to switch between docked and undocked mode in-gameDavid Marcec2018-11-071-15/+62
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-1/+1
* profile_manager: Use std::optional instead of boost::optionalLioncash2018-10-241-1/+1
* acc: Fix account UUID duplication errorZach Hilman2018-10-241-10/+19
* profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman2018-10-241-2/+6
* am: Pass current user UUID to launch parametersZach Hilman2018-10-241-7/+9
* am: Add the basic skeleton for the tcap serviceLioncash2018-10-211-0/+2
* am: Update service function tablesLioncash2018-10-211-12/+50
* Stubbed home blockingDavid Marcec2018-10-191-4/+32
* Removed the use of rp.MakeBuilderDavid Marcec2018-09-191-4/+4
* Implemented GetDefaultDisplayResolutionDavid Marcec2018-09-181-1/+17
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+23
* kernel: Eliminate kernel global stateLioncash2018-08-291-3/+6
* Added GetBootMode (#1107)David2018-08-241-1/+11
* am: Utilize std::array within PopLaunchParameter()Lioncash2018-08-211-3/+4
* Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)greggameplayer2018-08-171-2/+19
* correct coding stylegreggameplayer2018-08-161-1/+1
* Implement GetDefaultDisplayResolutionChangeEventgreggameplayer2018-08-161-1/+12
* am: Stub SetScreenShotImageOrientation.bunnei2018-08-081-1/+8
* Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David2018-08-031-1/+2
* service/am: Add missing am servicesLioncash2018-07-311-0/+6
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-1/+0
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-14/+5
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-1/+1
* Virtual Filesystem (#597)Zach Hilman2018-07-061-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-43/+43
* am: Stub out IApplicationFunctions::GetPseudoDeviceId.bunnei2018-06-061-1/+12
* am: Implement ILibraryAppletAccessor::PopOutData.bunnei2018-06-041-1/+11
* am: ISelfController:LaunchableEvent should be sticky.bunnei2018-06-041-1/+1
* am: Stub out ILibraryAppletAccessor Start and GetResult methods.bunnei2018-06-041-2/+16
* am: Implement ILibraryAppletAccessor::PushInData.bunnei2018-06-041-43/+55
* am: Implement IStorageAccessor::Write.bunnei2018-06-041-1/+17
* am: Cleanup IStorageAccessor::Read.bunnei2018-06-041-5/+3
* am: Implement ILibraryAppletCreator::CreateStorage.bunnei2018-06-041-21/+33
* am: Stub IApplicationFunctions GetDisplayVersion.bunnei2018-05-261-1/+9
* Add & correct miscellaneous things (#470)greggameplayer2018-05-261-1/+34
* Stubs for QLaunch (#428)Hexagon122018-05-071-2/+77
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
* am: Fix GetDesiredLanguage implementation.bunnei2018-04-291-2/+4
* am: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-32/+32
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Various fixes and clangHexagon122018-04-111-1/+1
* Updated AM with more service names.Hexagon122018-04-101-2/+82
* 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
* 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
* AppletOE: Make ISelfController keep a reference to nvflinger.Subv2018-01-221-2/+3
* 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
* Update AM service function tablesLioncash2016-12-081-5/+5
* 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
* 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
* Services: Continue separation of services into their own folderspurpasmart962015-06-121-0/+55