aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am
AgeCommit message (Expand)Author
2018-08-21am: Utilize std::array within PopLaunchParameter()Lioncash
2018-08-17Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)greggameplayer
2018-08-16correct coding stylegreggameplayer
2018-08-16Implement GetDefaultDisplayResolutionChangeEventgreggameplayer
2018-08-08am: Stub SetScreenShotImageOrientation.bunnei
2018-08-03Added ability to change username & language code in the settings ui. Added IP...David
2018-07-31service/am: Add missing am servicesLioncash
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-05am: Stub out IApplicationFunctions::GetPseudoDeviceId.bunnei
2018-06-03am: Implement ILibraryAppletAccessor::PopOutData.bunnei
2018-06-03am: ISelfController:LaunchableEvent should be sticky.bunnei
2018-06-03am: Stub out ILibraryAppletAccessor Start and GetResult methods.bunnei
2018-06-03am: Implement ILibraryAppletAccessor::PushInData.bunnei
2018-06-03am: Implement IStorageAccessor::Write.bunnei
2018-06-03am: Cleanup IStorageAccessor::Read.bunnei
2018-06-03am: Implement ILibraryAppletCreator::CreateStorage.bunnei
2018-05-26am: Stub IApplicationFunctions GetDisplayVersion.bunnei
2018-05-25Add & correct miscellaneous things (#470)greggameplayer
2018-05-07Stubs for QLaunch (#428)Hexagon12
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-29am: Fix GetDesiredLanguage implementation.bunnei
2018-04-24am: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-11Various fixes and clangHexagon12
2018-04-10Updated AppletOE with more service names.Hexagon12
2018-04-10Updated AppletAE with more service names.Hexagon12
2018-04-10Updated AM with more service names.Hexagon12
2018-03-26config: Rename is_docked to use_docked_mode to be consistent with other confi...bunnei
2018-03-26config: Add setting for whether the system is docked or not.bunnei
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first ...Subv
2018-02-22Stub more functionsmailwl
2018-02-22Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl
2018-02-18AM: Corrected the response in EnsureSaveData.Subv
2018-02-13service: Remove remaining uses of BufferDescriptor*.bunnei
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl
2018-02-05IApplicationFunctions: Stub out EnsureSaveData.bunnei
2018-02-04logger: Add AM service logging category.bunnei
2018-02-02Service/am: Add AppletAE service (#153)mailwl
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-22AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the Defa...Subv
2018-01-22AppletOE: Make ISelfController keep a reference to nvflinger.Subv
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-19Merge pull request #112 from Rozelette/masterbunnei
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats