creport: Further skeleton the CrashReport object.
This commit is contained in:
10
stratosphere/creport/source/creport_crash_report.cpp
Normal file
10
stratosphere/creport/source/creport_crash_report.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <switch.h>
|
||||
#include "creport_crash_report.hpp"
|
||||
|
||||
void CrashReport::BuildReport(u64 pid, bool has_extra_info) {
|
||||
this->has_extra_info = has_extra_info;
|
||||
if (OpenProcess(pid)) {
|
||||
/* TODO: Actually generate report... */
|
||||
Close();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user