PSP kernel: Improve logging when accessing bad kernel object handles.

This commit is contained in:
Henrik Rydgård
2020-07-20 11:57:11 +02:00
parent dadffa3eae
commit df6d0a8ae7
16 changed files with 46 additions and 27 deletions
+2 -1
View File
@@ -244,7 +244,8 @@ public:
}
}
const char *GetName() override { return nm.name; }
const char *GetTypeName() override { return "Module"; }
const char *GetTypeName() override { return GetStaticTypeName(); }
static const char *GetStaticTypeName() { return "Module"; }
void GetQuickInfo(char *ptr, int size) override
{
// ignore size