libpcsxcore: Set unsafe flags after reset
authorPaul Cercueil <paul@crapouillou.net>
Tue, 12 Sep 2023 21:33:04 +0000 (23:33 +0200)
committernotaz <notasas@gmail.com>
Tue, 12 Sep 2023 22:48:51 +0000 (01:48 +0300)
commit6c307d2d02698d02f84e4b7f8e0f3bac4c93f83c
tree0ba9fdc2e6c885aa6df1c98f05a7c3aa7643aed9
parent196d86aa2da3a95a2cb1575475e2fe8af8de3c1b
libpcsxcore: Set unsafe flags after reset

Lightrec is only initialized once, when the emulator starts. We need to
set the unsafe flags after reset because the setting will be different
across games.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
libpcsxcore/lightrec/plugin.c