From 142a473450f4738dceefbfe6c69272d35b7a5652 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 5 Aug 2016 23:28:14 +0200 Subject: remove this --- src/sar.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/sar.h') diff --git a/src/sar.h b/src/sar.h index b161053..c49f91f 100644 --- a/src/sar.h +++ b/src/sar.h @@ -82,19 +82,6 @@ #include "port.h" -#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 unsigned int bool32; -typedef signed char int8; -typedef short int16; -typedef int int32; -#endif - #ifdef RIGHTSHIFT_IS_SAR #define SAR8(b, n) ((b)>>(n)) #define SAR16(b, n) ((b)>>(n)) -- cgit v1.2.3