-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path0100-Sound-cpp.patch
More file actions
35 lines (33 loc) · 1.04 KB
/
0100-Sound-cpp.patch
File metadata and controls
35 lines (33 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
diff -uNrp DxLibMake.old/Linux/DxSoundLinux.cpp DxLibMake.new/Linux/DxSoundLinux.cpp
--- DxLibMake.old/Linux/DxSoundLinux.cpp
+++ DxLibMake.new/Linux/DxSoundLinux.cpp
@@ -16,7 +16,6 @@
// インクルード----------------------------------------------------------------
#include "DxSoundLinux.h"
#include "DxFileLinux.h"
-#include "DxSystemLinux_ObjC.h"
#include "../DxSound.h"
#include "../DxSystem.h"
#include "../DxMemory.h"
@@ -708,12 +707,12 @@ extern int InitializeSoundSystem_PF_Timi
}
// 自前ミキシングを使用する
- SoundSysData.EnableSelfMixingFlag = TRUE ;
+ SoundSysData.EnableSelfMixingFlag = FALSE ;
if( SoundSysData.EnableSelfMixingFlag )
{
// 自前ミキシングのセットアップ
- SelfMixingPlayer_Setup() ;
+ //SelfMixingPlayer_Setup() ;
}
else
{
@@ -890,7 +889,7 @@ extern int TerminateSoundSystem_PF_Timi
// 自前ミキシングかどうかで処理を分岐
if( SoundSysData.EnableSelfMixingFlag )
{
- SelfMixingPlayer_Terminate() ;
+ //SelfMixingPlayer_Terminate() ;
}
else
{