creport: Clean up bugs, now saves (empty) reports to the SD successfully
This commit is contained in:
@@ -53,7 +53,7 @@ class ThreadList {
|
||||
u32 thread_count;
|
||||
ThreadInfo thread_infos[max_thread_count];
|
||||
public:
|
||||
ThreadList() : thread_count(0), thread_infos({}) { }
|
||||
ThreadList() : thread_count(0) { }
|
||||
|
||||
void ReadThreadsFromProcess(Handle debug_handle, bool is_64_bit);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user