summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/frontend/applet_general.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-30am: return AppletDataBroker and use for frontend appletsLiam1-47/+28
2024-01-30am: re-namespace frontend applets to frontend directoryLiam1-10/+10
2024-01-30service: split am into componentsLiam1-0/+1
2023-10-01service: am: Set push in arguments according to the launched appletNarr the Reg1-3/+3
2023-03-25qt: implement RequestExit for appletsLiam1-2/+2
2023-03-25applets: implement RequestExitLiam1-0/+15
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-1/+1
2022-11-14Add break for default casesKyle Kienapfel1-0/+2
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-5/+5
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04general: Get the current process program id directly from the systemMorph1-2/+1
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-1/+1
2021-11-04core: Remove unused includesameerj1-2/+0
2021-07-14applets: Append applet_ prefix to backend appletsMorph1-1/+1
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