mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
Oops. Still sent sound as mono to AHI ...
svn-id: r4389
This commit is contained in:
parent
e192a6ca87
commit
f33c6f08b0
@ -1706,7 +1706,7 @@ bool OSystem_MorphOS::set_sound_proc( void *param, OSystem::SoundProc *proc, byt
|
||||
MySoundEmulFunc.StackSize = 8192;
|
||||
MySoundEmulFunc.Extension = 0;
|
||||
MySoundEmulFunc.Arg1 = (ULONG)this;
|
||||
MySoundEmulFunc.Arg2 = AHIST_M16S;
|
||||
MySoundEmulFunc.Arg2 = AHIST_S16S;
|
||||
|
||||
soundProcTags[ 0 ].ti_Data = (ULONG)&MySoundEmulFunc;
|
||||
ScummSoundThread = CreateNewProc( soundProcTags );
|
||||
|
Loading…
x
Reference in New Issue
Block a user