mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 19:55:27 +02:00
Expose PSPModule (so the debugger can access it later)
This commit is contained in:
@@ -86,7 +86,7 @@ const WaitTypeNames waitTypeNames[] = {
|
||||
{ WAITTYPE_USB, "USB" },
|
||||
};
|
||||
|
||||
const char *getWaitTypeName(WaitType type) {
|
||||
const char *WaitTypeToString(WaitType type) {
|
||||
for (WaitTypeNames info : waitTypeNames) {
|
||||
if (info.type == type)
|
||||
return info.name;
|
||||
|
||||
Reference in New Issue
Block a user