mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-04-10 15:38:10 +00:00
silence some printouts
This commit is contained in:
parent
5215358800
commit
4ce4a37dd3
@ -616,7 +616,9 @@ bool DSInit()
|
||||
|
||||
if(g_fh)
|
||||
{
|
||||
#if !defined(APPLE2IX)
|
||||
fprintf(g_fh, "Number of sound devices = %d\n",num_sound_devices);
|
||||
#endif
|
||||
}
|
||||
|
||||
bool bCreatedOK = false;
|
||||
@ -633,7 +635,9 @@ bool DSInit()
|
||||
#endif
|
||||
if(SUCCEEDED(hr))
|
||||
{
|
||||
#if !defined(APPLE2IX)
|
||||
if(g_fh) fprintf(g_fh, "DSCreate succeeded for sound device #%d\n",x);
|
||||
#endif
|
||||
bCreatedOK = true;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user