mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 19:29:18 +00:00
- audio_oss_esd.cpp (open_esd): even return false if !ENABLE_ESD and shut
up the compiler by the way
This commit is contained in:
parent
08cbd41f78
commit
3e27acb9d4
@ -231,6 +231,9 @@ static bool open_esd(void)
|
||||
// Sound buffer size = 4096 frames
|
||||
audio_frames_per_block = 4096;
|
||||
return true;
|
||||
#else
|
||||
// ESD is not enabled, shut up the compiler
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user