summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/error.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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