summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/general_backend.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-3/+3
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-04-26service: Eliminate cases of member shadowingLioncash1-1/+1
2021-04-17applets: Send focus state change message on applet state changeMorph1-3/+3
2021-04-17applets: Make the applet mode a protected property of AppletMorph1-3/+3
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph1-6/+8
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-2/+2
2020-12-05applets: Resolve variable shadowingMorph1-1/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-11/+13
2020-02-08hle: services: Use std::shared_ptr instead of copy by value.bunnei1-7/+7
2020-02-06am: Refactor IStorage interface.bunnei1-2/+2
2019-09-05service/am: Remove usages of global system accessorsLioncash1-5/+8
2019-06-25applets: Implement Auth applet backendZach Hilman1-0/+116
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash1-6/+6
2019-05-25applets: Save report on stubbed appletZach Hilman1-1/+9
2019-04-17web_browser: Make OpenPage non-constZach Hilman1-0/+1
2019-04-17general_backend: Move StubApplet and add backend PhotoViewerZach Hilman1-1/+54
2018-11-22am: Return StubApplet instead of nullptr when AppletId not foundZach Hilman1-0/+5
2018-11-22applets: Add StubAppletZach Hilman1-0/+65