From 66f5ba6e4d3102212cd27a9307f57329be1de069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?= Date: Sun, 26 Dec 2021 07:28:19 +0100 Subject: [PATCH] apu: Uint32 already defined in uxn.h --- src/devices/apu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/apu.h b/src/devices/apu.h index 6531c9a..019e6e1 100644 --- a/src/devices/apu.h +++ b/src/devices/apu.h @@ -10,7 +10,6 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE. */ -typedef unsigned int Uint32; typedef signed int Sint32; #define SAMPLE_FREQUENCY 44100