summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_error.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-08service: Stub multiple functions to increase stability of album appletNarr the Reg1-0/+5
2023-03-25qt: implement RequestExit for appletsLiam1-1/+1
2023-03-25applets: implement RequestExitLiam1-0/+5
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-1/+1
2022-11-14Add break for default casesKyle Kienapfel1-0/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-9/+9
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-1/+1
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-08-19applet_error: Fix 64-bit error code conversionMorph1-6/+25
2021-07-14applets: Append applet_ prefix to backend appletsMorph1-1/+1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-1/+1
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-04-26service: Eliminate cases of member shadowingLioncash1-3/+3
2021-04-17applets: Send focus state change message on applet state changeMorph1-1/+1
2021-04-17applets: Make the applet mode a protected property of AppletMorph1-1/+1
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph1-2/+3
2021-01-15common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp1-5/+5
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-2/+2
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+2
2020-02-08hle: services: Use std::shared_ptr instead of copy by value.bunnei1-1/+1
2020-02-06am: Refactor IStorage interface.bunnei1-1/+1
2019-11-04common_func: Use std::array for INSERT_PADDING_* macros.bunnei1-5/+6
2019-09-05service/am: Remove usages of global system accessorsLioncash1-3/+4
2019-05-25applets/error: Save report on error appletZach Hilman1-5/+14
2019-04-17web_browser: Make OpenPage non-constZach Hilman1-1/+6
2019-04-17main: Add GMainWindow hooks for Error displayZach Hilman1-2/+2
2019-04-17applets: Add Error appletZach Hilman1-0/+177