summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-07-10 22:06:36 +0200
committererorcun <erorcunerorcun@hotmail.com.tr>2021-07-10 22:14:13 +0200
commitd82dbf91efc022a27853decd109f58aa54ebc1ee (patch)
tree87c3b19c701e3efce6f5c6ef1ab69b4d50d10ed1
parentRemove waiting for stream closure in multi-thread audio (diff)
downloadre3-d82dbf91efc022a27853decd109f58aa54ebc1ee.tar
re3-d82dbf91efc022a27853decd109f58aa54ebc1ee.tar.gz
re3-d82dbf91efc022a27853decd109f58aa54ebc1ee.tar.bz2
re3-d82dbf91efc022a27853decd109f58aa54ebc1ee.tar.lz
re3-d82dbf91efc022a27853decd109f58aa54ebc1ee.tar.xz
re3-d82dbf91efc022a27853decd109f58aa54ebc1ee.tar.zst
re3-d82dbf91efc022a27853decd109f58aa54ebc1ee.zip
-rw-r--r--src/audio/sampman_oal.cpp2
-rw-r--r--src/core/config.h7
2 files changed, 7 insertions, 2 deletions
diff --git a/src/audio/sampman_oal.cpp b/src/audio/sampman_oal.cpp
index b96df8c4..fdd449f7 100644
--- a/src/audio/sampman_oal.cpp
+++ b/src/audio/sampman_oal.cpp
@@ -582,6 +582,8 @@ _FindMP3s(void)
total_ms = aStream[0]->GetLengthMS();
aStream[0]->Close();
+ OutputDebugString(fd.cFileName);
+
pList->pNext = new tMP3Entry;
tMP3Entry *e = pList->pNext;
diff --git a/src/core/config.h b/src/core/config.h
index 1c7b06d3..298b2a1a 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -527,8 +527,11 @@ enum Config {
#undef CANCELLABLE_CAR_ENTER
#undef IMPROVED_CAMERA
#undef FREE_CAM
-#undef MULTITHREADED_AUDIO
+
#undef RADIO_SCROLL_TO_PREV_STATION
-#undef BIG_IMG
+#undef AUDIO_CACHE
#undef PS2_AUDIO_CHANNELS
+#undef PAUSE_RADIO_IN_FRONTEND
+#undef MULTITHREADED_AUDIO
+#undef BIG_IMG
#endif