aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am
AgeCommit message (Expand)Author
2021-05-05hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei
2021-05-05hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...bunnei
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei
2021-05-05hle: kernel: Migrate KEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei
2021-05-05service: Remove unused class variablesLioncash
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-04-26service: Eliminate cases of member shadowingLioncash
2021-04-23ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEna...Morph
2021-04-17applets: Send focus state change message on applet state changeMorph
2021-04-17applets: Make the applet mode a protected property of AppletMorph
2021-04-15applets/swkbd: Implement the Normal and Inline Software Keyboard AppletMorph
2021-04-15ILibraryAppletCreator: Implement CreateHandleStorageMorph
2021-04-15ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logsMorph
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph
2021-04-15applets: Remove the previous software keyboard applet implementationMorph
2021-04-14common: Move settings to common from core.bunnei
2021-04-07ISelfController: Update to 11.xMorph
2021-04-07IApplicationFunctions: Update to 11.xMorph
2021-04-07IDebugFunctions: Update to 12.xMorph
2021-04-07ICommonStateGetter: Update to 12.xMorph
2021-04-07IGlobalStateController: Update to 12.xMorph
2021-04-07IHomeMenuFunctions: Update to 12.xMorph
2021-03-30ISelfController: Stub SetAlbumImageTakenNotificationEnabledMorph
2021-02-13hle: service: am: IStorageAccessor: Fix out of bounds error handling.bunnei
2021-02-11Merge pull request #5902 from lioncash/core-warnbunnei
2021-02-10software_keyboard: Implement Finalize request commandMorph
2021-02-09am/controller: Remove [[fallthrough]] from unreachable pathLioncash
2021-02-06Merge pull request #5326 from german77/hidUpdate1bunnei
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2021-02-03Fix npad struct to match switchbrewgerman
2021-02-02IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEventMorph
2021-01-31am/IApplicationFunctions: Stub IsGamePlayRecordingSupportedMorph
2021-01-30am: Stub TryPopFromFriendInvitationStorageChannelameerj
2021-01-25hle: Implement remaining services for Stereo VisionChloe Marcec
2021-01-20hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSlic...bunnei
2021-01-15common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp
2021-01-02general: Fix various spelling errorsMorph
2020-12-18applets/web: Implement the online web browser appletMorph
2020-12-18main, applets/web: Re-add progress dialog for RomFS extractionMorph
2020-12-18pl_u, applets/web: Decrypt shared fonts to TTF filesMorph
2020-12-18applets/web: Implement the default web browser applet frontendMorph
2020-12-18applets/web: Implement the offline browser applet backendMorph
2020-12-18applets/web: Initial implementation of the web browser appletMorph
2020-12-18applets: Remove the previous web browser applet implementationMorph
2020-12-08Merge pull request #5166 from lioncash/log-castbunnei
2020-12-08Merge pull request #5135 from Morph1984/applets-shadowbunnei