mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Crashfix with asan, minor
This commit is contained in:
@@ -489,7 +489,7 @@ static void DrawNp(ImConfig &cfg) {
|
||||
|
||||
SceNpId id{};
|
||||
NpGetNpId(&id);
|
||||
ImGui::Text("User Handle: %s", id.handle);
|
||||
ImGui::Text("User Handle: %s", id.handle.data);
|
||||
ImGui::End();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user