Hu-Go! a pc engine emulator. The PC Engine, also known as Turbo Grfx, is a 8-16 bits console which had quite a great success in Japan from 1986, roughly, until early 90's. Hu-Go! also supports PC Engine CD games.
13 lines
380 B
Text
13 lines
380 B
Text
$NetBSD: patch-af,v 1.1.1.1 2004/08/05 05:33:25 dillo Exp $
|
|
|
|
--- mix.c.orig 2003-11-12 22:39:40.000000000 +0100
|
|
+++ mix.c
|
|
@@ -3,7 +3,7 @@
|
|
#if defined(SDL)
|
|
#include <SDL_audio.h>
|
|
|
|
-#if defined(LINUX) || defined(FREEBSD)
|
|
+#if defined(LINUX) || defined(FREEBSD) || defined(NETBSD)
|
|
#include "osd_linux_sdl_machine.h"
|
|
#elif defined(SOLARIS)
|
|
#include "osd_unix_sdl_machine.h"
|