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:
9bcccb9
)
frontend: drop an outdated sanity check
author
notaz
<notasas@gmail.com>
Tue, 31 Oct 2023 23:48:23 +0000
(
01:48
+0200)
committer
notaz
<notasas@gmail.com>
Tue, 31 Oct 2023 23:48:23 +0000
(
01:48
+0200)
frontend/menu.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/menu.c
b/frontend/menu.c
index
868a486
..
5a21e96
100644
(file)
--- a/
frontend/menu.c
+++ b/
frontend/menu.c
@@
-2023,10
+2023,6
@@
static const char credits_text[] =
static int reset_game(void)
{
- // sanity check
- if (bios_sel == 0 && !Config.HLE)
- return -1;
-
ClosePlugins();
OpenPlugins();
SysReset();