mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 05:03:35 +02:00
PSP kernel: Improve logging when accessing bad kernel object handles.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user