aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/am.cpp
AgeCommit message (Expand)Author
2019-10-01bcat: Add FSC accessors for BCAT dataZach Hilman
2019-09-30am: Unstub PopLaunchParameter and add bcat connection for app-specific dataZach Hilman
2019-09-23Merge pull request #2683 from DarkLordZach/lock-exitDavid
2019-09-22Deglobalize System: AmDavid Marcec
2019-09-21qt: Prompt user for confirmation if exit lock is activeZach Hilman
2019-09-21am: Implement ISelfController ExitLock commandsZach Hilman
2019-09-21am: Implement ISelfController ExitZach Hilman
2019-09-21am: Add RequestExit event to AppletMessageQueueZach Hilman
2019-09-21configure_debug: Move reporting option to loggingZach Hilman
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman
2019-09-21am: Unstub IApplicationFunctions EnsureSaveData (20)Zach Hilman
2019-09-04service/am: Remove usages of global system accessorsLioncash
2019-09-04AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827)mailwl
2019-07-11service/am: Implement IsAutoSleepDisabledLioncash
2019-07-11service/am: Implement SetAutoSleepDisabledLioncash
2019-07-07Merge pull request #2651 from DarkLordZach/apm-boost-mode-1bunnei
2019-07-06clang-format fixesMichael Scire
2019-07-06am: Implement GetAccumulatedSuspendedTickValueMichael Scire
2019-06-28am: Implement SetCpuBoostMode in terms of APMZach Hilman
2019-06-24applets: Pass current process title ID to appletsZach Hilman
2019-06-16Signalled accumulated_suspended_tick_changed_event on creation based on REDavid Marcec
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...David Marcec
2019-05-23Implement IApplicationFunctions::GetDesiredLanguageMichael Scire
2019-05-19Merge pull request #2487 from lioncash/service-returnHexagon12
2019-05-18service/am: Add missing return in error case for IStorageAccessor's Read()/Wr...Lioncash
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash
2019-04-17am: Delegate applet creation to AppletManagerZach Hilman
2019-04-11service: Update service function tablesLioncash
2019-04-04hle/service: Resolve unused variable warningsLioncash
2019-04-03Merge pull request #2328 from lioncash/transferbunnei
2019-04-03service/am: Correct behavior of CreateTransferMemoryStorage()Lioncash
2019-03-26service/am: Implement EnterFatalSection and LeaveFatalSectionLioncash
2019-03-26service/am: Sort ISelfController's member functions according to table orderLioncash
2019-03-21service/am: Add function table for IDebugFunctionsLioncash
2019-03-18service/am: Add basic implementation of ChangeMainAppletMasterVolumeLioncash
2019-03-18service/am: Unstub SetTransparentVolumeRate()Lioncash
2019-03-18service/am: Unstub SetExpectedMasterVolume()Lioncash
2019-02-05service/nvflinger,service/vi: Handle failure cases with exposed APILioncash
2019-01-10Merge pull request #1939 from DarkLordZach/web-appletbunnei
2019-01-04Proper no message handling for AM::PopMessageDavid Marcec
2018-12-28applets: Implement LibAppletOff (Web) appletZach Hilman
2018-12-28am: Add size parameter to am:IStorage loggingZach Hilman
2018-12-27am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman
2018-12-23Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei
2018-12-21Merge pull request #1914 from lioncash/idbunnei
2018-12-17service/am: Unstub GetAppletResourceUserIdLioncash
2018-12-09applets: Correct usage of SignalStateChanged eventZach Hilman
2018-12-03am: Use ProfileSelect appletZach Hilman
2018-11-29hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman