notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d638db
)
improve fast forward for cd
author
notaz
<notasas@gmail.com>
Sat, 30 Sep 2017 21:03:54 +0000
(
00:03
+0300)
committer
notaz
<notasas@gmail.com>
Fri, 6 Oct 2017 22:36:59 +0000
(
01:36
+0300)
still broken, but a little bit better
platform/common/emu.c
patch
|
blob
|
blame
|
history
diff --git
a/platform/common/emu.c
b/platform/common/emu.c
index
6f42b73
..
0a1b59c
100644
(file)
--- a/
platform/common/emu.c
+++ b/
platform/common/emu.c
@@
-973,6
+973,9
@@
void emu_set_fastforward(int set_on)
currentConfig.EmuOpt = set_EmuOpt;
\r
PsndRerate(1);
\r
is_on = 0;
\r
+ // mainly to unbreak pcm
\r
+ if (PicoAHW & PAHW_MCD)
\r
+ pcd_state_loaded();
\r
}
\r
}
\r
\r