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
10.77k stars 2.12k forks source link

IRJit: If we're in "JIT using IR" mode, don't accidentally optimize for the interpreter. #19268

Closed hrydgard closed 2 weeks ago

hrydgard commented 2 weeks ago

We generate some interpreter-only IR instructions in this case, which the IR JITs can't handle.

Fixes #19266