early-access version 1344

This commit is contained in:
pineappleEA
2021-01-20 07:48:03 +01:00
parent fad803f1c0
commit 82a86fa718
9 changed files with 301 additions and 112 deletions

View File

@@ -72,9 +72,6 @@ public:
void SaveFilesystemAccessReport(Service::FileSystem::LogMode log_mode,
std::string log_message) const;
// Used by lm services
void SaveLogReport(u32 destination, std::vector<Service::LM::LogMessage> messages) const;
// Can be used anywhere to generate a backtrace and general info report at any point during
// execution. Not intended to be used for anything other than debugging or testing.
void SaveUserReport() const;