pkgsrc-wip/snes9x/patches/patch-ao
Leonard Schmidt 1415f85456 Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES)
emulator. It basically allows you to play most games designed for the SNES
and Super Famicom Nintendo game systems on your PC or Workstation; which
includes some real gems that were only ever released in Japan.

TODO:
* Black screen and no sound on NetBSD/sparc64.
* Loading/saving is broken.
* PNG support for screenshots.

With permission from Thomas Klausner.
2005-09-08 10:22:22 +00:00

24 lines
549 B
Text

$NetBSD: patch-ao,v 1.1.1.1 2005/09/08 10:22:25 leonardschmidt Exp $
--- fxemu.h.orig 2004-12-30 22:15:45.000000000 +0000
+++ fxemu.h
@@ -89,18 +89,7 @@
#ifndef _FXEMU_H_
#define _FXEMU_H_ 1
-/* Types used by structures and code */
-#ifndef snes9x_types_defined
-#define snes9x_types_defined
-
-typedef unsigned char uint8;
-typedef unsigned short uint16;
-typedef unsigned int uint32;
-typedef unsigned char bool8;
-typedef signed char int8;
-typedef short int16;
-typedef int int32;
-#endif
+#include "port.h"
#ifndef TRUE
#define TRUE 1