hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.4k stars 2.19k forks source link

ImDebugger: Add some new minor things #19635

Closed hrydgard closed 6 days ago

hrydgard commented 6 days ago

Adds a HLE module explorer (to be improved), allow rightclicking in the threads window, add basic Atrac context list

oltolm commented 2 days ago

I get this warning:

C:/src/ppsspp/UI/ImDebugger/ImDebugger.cpp:189:22: warning: data argument not used by format string [-Wformat-extra-args]
  189 |                                 ImGui::Text("-", type);
      |                                             ~~~  ^
1 warning generated.