mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-13 16:45:46 +00:00
Ghidra client fix
This commit is contained in:
parent
ca7268a64d
commit
e7e12f4e2e
@ -104,6 +104,7 @@ public:
|
||||
// Current result of the client. Your thread is safe to access this regardless of client status.
|
||||
Result result;
|
||||
|
||||
GhidraClient() : status_(Status::Idle) {}
|
||||
~GhidraClient();
|
||||
|
||||
// If client is idle then asynchronously starts fetching data from Ghidra.
|
||||
|
Loading…
Reference in New Issue
Block a user