aboutsummaryrefslogtreecommitdiff
path: root/src/SPU.cpp
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2018-12-14 22:03:34 +0100
committerStapleButter <thetotalworm@gmail.com>2018-12-14 22:03:34 +0100
commit2077642a92310d84062e6404687ca142cd83c671 (patch)
treec0df13f124b23ab387f118c801eba16953d4e12c /src/SPU.cpp
parent10ebae42db726655b6685550a1e9cf8fe99783b1 (diff)
libui/GTK: remember directory in which the latest loaded ROM was, point file picker to it. behavior under Windows will likely stay unchanged as the Windows file picker already does that.
Diffstat (limited to 'src/SPU.cpp')
-rw-r--r--src/SPU.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SPU.cpp b/src/SPU.cpp
index 19eb98e..9862077 100644
--- a/src/SPU.cpp
+++ b/src/SPU.cpp
@@ -259,6 +259,7 @@ void Channel::Start()
if (((Cnt >> 29) & 0x3) != 3)
{
FIFO_BufferData();
+ FIFO_BufferData();
}
}