summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-03Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David1-1/+2
2018-07-31service/am: Add missing am servicesLioncash1-0/+6
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-1/+0
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman1-14/+5
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-1/+1
2018-07-06Virtual Filesystem (#597)Zach Hilman1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-43/+43
2018-06-06am: Stub out IApplicationFunctions::GetPseudoDeviceId.bunnei1-1/+12
2018-06-04am: Implement ILibraryAppletAccessor::PopOutData.bunnei1-1/+11
2018-06-04am: ISelfController:LaunchableEvent should be sticky.bunnei1-1/+1
2018-06-04am: Stub out ILibraryAppletAccessor Start and GetResult methods.bunnei1-2/+16
2018-06-04am: Implement ILibraryAppletAccessor::PushInData.bunnei1-43/+55
2018-06-04am: Implement IStorageAccessor::Write.bunnei1-1/+17
2018-06-04am: Cleanup IStorageAccessor::Read.bunnei1-5/+3
2018-06-04am: Implement ILibraryAppletCreator::CreateStorage.bunnei1-21/+33
2018-05-26am: Stub IApplicationFunctions GetDisplayVersion.bunnei1-1/+9
2018-05-26Add & correct miscellaneous things (#470)greggameplayer1-1/+34
2018-05-07Stubs for QLaunch (#428)Hexagon121-2/+77
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-1/+1
2018-04-29am: Fix GetDesiredLanguage implementation.bunnei1-2/+4
2018-04-24am: Move logging macros over to new fmt-compatible onesLioncash1-32/+32
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-11Various fixes and clangHexagon121-1/+1
2018-04-10Updated AM with more service names.Hexagon121-2/+82
2018-03-27config: Rename is_docked to use_docked_mode to be consistent with other config bools.bunnei1-5/+5
2018-03-27config: Add setting for whether the system is docked or not.bunnei1-2/+6
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv1-2/+20
2018-02-22Stub more functionsmailwl1-1/+32
2018-02-22Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl1-0/+8
2018-02-19AM: Corrected the response in EnsureSaveData.Subv1-1/+2
2018-02-14service: Remove remaining uses of BufferDescriptor*.bunnei1-3/+3
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl1-1/+77
2018-02-06IApplicationFunctions: Stub out EnsureSaveData.bunnei1-0/+7
2018-02-04logger: Add AM service logging category.bunnei1-24/+24
2018-02-02Service/am: Add AppletAE service (#153)mailwl1-0/+333
2018-01-22AppletOE: Make ISelfController keep a reference to nvflinger.Subv1-2/+3
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29ap, aoc_u: Minor cleanup.bunnei1-2/+0
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-0/+18
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei1-193/+0
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner1-2/+4
2016-12-08Update AM service function tablesLioncash1-5/+5
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-21/+32
2016-04-24am: title_id is long long uintSam Spilsbury1-1/+1
2016-04-08update the code of AM service! (#1623)JamePeng1-9/+131
2016-02-02services: Get rid of unnecessary includesLioncash1-4/+0
2015-07-29core: Eliminate some unused variable warningsLioncash1-1/+1
2015-07-29core: Fix missing prototype warningsLioncash1-0/+1
2015-07-21Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Subv1-0/+9
2015-06-12Services: Continue separation of services into their own folderspurpasmart961-0/+55