mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
creport: Clean up bugs, now saves (empty) reports to the SD successfully
This commit is contained in:
parent
12236eae9e
commit
d5b303f852
6 changed files with 14 additions and 7 deletions
|
@ -16,7 +16,7 @@ class CodeList {
|
|||
u32 code_count;
|
||||
CodeInfo code_infos[max_code_count];
|
||||
public:
|
||||
CodeList() : code_count(0), code_infos({}) { }
|
||||
CodeList() : code_count(0) { }
|
||||
|
||||
void ReadCodeRegionsFromProcess(Handle debug_handle, u64 pc, u64 lr);
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue