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:
30816bf
)
Revert "Automatically disable lightrec when no bios is present"
author
twinaphex
<libretro@gmail.com>
Tue, 28 Apr 2020 16:29:33 +0000
(18:29 +0200)
committer
twinaphex
<libretro@gmail.com>
Tue, 28 Apr 2020 16:29:33 +0000
(18:29 +0200)
This reverts commit
cf98d473a9ddaa6a77bed1cb5af706a4cd50b8b0
.
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
2a175cc
..
bd7dc43
100644
(file)
--- a/
frontend/libretro.c
+++ b/
frontend/libretro.c
@@
-1779,7
+1779,7
@@
static void update_variables(bool in_flight)
Config.Cpu = CPU_INTERPRETER;
else
#endif
- if (strcmp(var.value, "disabled") == 0
|| !found_bios
)
+ if (strcmp(var.value, "disabled") == 0)
Config.Cpu = CPU_INTERPRETER;
else if (strcmp(var.value, "enabled") == 0)
Config.Cpu = CPU_DYNAREC;