RPCS3 / rpcs3

PS3 emulator/debugger
https://rpcs3.net/
GNU General Public License v2.0
14.5k stars 1.85k forks source link

PPU LLVM: Do not crash on linkage of garbage code #15508

Closed elad335 closed 3 weeks ago

elad335 commented 3 weeks ago

Seems to be a regression from #15477, causing detection of some garbage code. Convert compile-time crash to runtime crash instead for unimplemented PPU features. (likely won't reach this code at runtime) PPU cache needs to be cleaned for it to take affect. Proper fixes would be added in the future.