Properly protect the HLE instructions against corrupted memory.
authorgameblabla <gameblabla@protonmail.com>
Sat, 21 Aug 2021 15:49:19 +0000 (17:49 +0200)
committergameblabla <gameblabla@protonmail.com>
Sat, 21 Aug 2021 15:49:19 +0000 (17:49 +0200)
commit423b0da8be20ec189818f0014a108df31ab7bcdb
treec5d9c65390f46f74283bcc1eccd698c6e2e40d32
parent9e0fad6aaa0ca02dff050abb730688e0bba41ed3
Properly protect the HLE instructions against corrupted memory.

Fix is from PCSX-redux :
grumpycoders/pcsx-redux@99c9508

This should hopefully fix HDHOSHY's experimental patch properly.

Co-authored-by: Nicolas Noble <nicolasnoble@users.noreply.github.com>
libpcsxcore/new_dynarec/new_dynarec.c
libpcsxcore/psxhle.c
libpcsxcore/psxhle.h
libpcsxcore/psxinterpreter.c