mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-17 06:31:14 +00:00
Apply NetBSD pkgsrc patches
Patches obtained from https://github.com/NetBSD/pkgsrc/blob/trunk/emulators/BasiliskII/
This commit is contained in:
parent
0118e99764
commit
ae9d917d5e
@ -278,6 +278,9 @@ void AddPlatformPrefsDefaults(void)
|
|||||||
{
|
{
|
||||||
PrefsReplaceString("mixer", "/dev/mixer");
|
PrefsReplaceString("mixer", "/dev/mixer");
|
||||||
}
|
}
|
||||||
|
#elif defined (__NetBSD__)
|
||||||
|
PrefsReplaceString("dsp", "/dev/audio");
|
||||||
|
PrefsReplaceString("mixer", "/dev/mixer");
|
||||||
#else
|
#else
|
||||||
PrefsReplaceString("dsp", "/dev/dsp");
|
PrefsReplaceString("dsp", "/dev/dsp");
|
||||||
PrefsReplaceString("mixer", "/dev/mixer");
|
PrefsReplaceString("mixer", "/dev/mixer");
|
||||||
|
@ -122,11 +122,6 @@
|
|||||||
#ifdef HAVE_PTHREADS
|
#ifdef HAVE_PTHREADS
|
||||||
#define USE_PTHREADS_SERVICES
|
#define USE_PTHREADS_SERVICES
|
||||||
#endif
|
#endif
|
||||||
#if EMULATED_68K
|
|
||||||
#if defined(__NetBSD__)
|
|
||||||
#define USE_CPU_EMUL_SERVICES
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#ifdef USE_CPU_EMUL_SERVICES
|
#ifdef USE_CPU_EMUL_SERVICES
|
||||||
#undef USE_PTHREADS_SERVICES
|
#undef USE_PTHREADS_SERVICES
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user