notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0abba5
)
lightrec: fix pcsx interpreter -> lightrec switch too
author
notaz
<notasas@gmail.com>
Sun, 2 Oct 2022 17:37:29 +0000
(20:37 +0300)
committer
notaz
<notasas@gmail.com>
Sun, 2 Oct 2022 17:41:12 +0000
(20:41 +0300)
libpcsxcore/lightrec/plugin.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/lightrec/plugin.c
b/libpcsxcore/lightrec/plugin.c
index
7b8c8ed
..
a3eb776
100644
(file)
--- a/
libpcsxcore/lightrec/plugin.c
+++ b/
libpcsxcore/lightrec/plugin.c
@@
-559,8
+559,6
@@
static void lightrec_plugin_reset(void)
regs->cp0[12] = 0x10900000; // COP0 enabled | BEV = 1 | TS = 1
regs->cp0[15] = 0x00000002; // PRevID = Revision ID, same as R3000A
-
- booting = true;
}
void lightrec_plugin_sync_regs_from_pcsx(void)