aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/am.cpp
AgeCommit message (Expand)Author
2020-04-29am: Properly implement GetDisplayVersionDavid Marcec
2020-04-29am: IsVrModeEnabled & SetVrModeEnabled fixesDavid Marcec
2020-04-29style: Change AMs & Glues error codes to be dec instead of hexDavid Marcec
2020-04-20service: Update function tablesLioncash
2020-04-17am: Resolve ineffective movesLioncash
2020-03-27am: Implement VR related APIsperillamint
2020-02-27AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454)Morph
2020-02-07hle: services: Use std::shared_ptr instead of copy by value.bunnei
2020-02-05am: Correct IPC object count mismatch.bunnei
2020-02-05am: Refactor IStorage interface.bunnei
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-21Merge pull request #3112 from lioncash/skipbunnei
2019-11-21Merge pull request #3111 from lioncash/querybunnei
2019-11-15Merge pull request #3091 from lioncash/core-conversionbunnei
2019-11-14service/am: Remove unnecessary Skip callsLioncash
2019-11-14am: Stub QueryApplicationPlayStatisticsLioncash
2019-11-12service: Update function tablesLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-11-11Implement stub for QueryApplicationPlayStatisticsByUidMichael Scire
2019-11-06Merge pull request #3062 from bunnei/event-improvebunnei
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-11-03core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyri...FearlessTobi
2019-10-15bcat: Remove use of global system accessorsLioncash
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
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