From dc596c886e0ec2728dc353dd7862cdf1e5a5ff44 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 18 Feb 2017 16:32:50 +0100 Subject: Update sar.h --- source/apu_blargg.c | 2 +- source/sar.h | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'source') diff --git a/source/apu_blargg.c b/source/apu_blargg.c index abf982e..d0d5879 100644 --- a/source/apu_blargg.c +++ b/source/apu_blargg.c @@ -1009,7 +1009,7 @@ static void dsp_init( void* ram_64k ) /* Emulates pressing reset switch on SNES */ -static void dsp_soft_reset() +static void dsp_soft_reset(void) { dsp_m.regs[R_FLG] = 0xE0; dsp_soft_reset_common(); diff --git a/source/sar.h b/source/sar.h index 3f160a6..9d0861e 100644 --- a/source/sar.h +++ b/source/sar.h @@ -3,9 +3,7 @@ #ifndef _SAR_H_ #define _SAR_H_ -#ifdef HAVE_CONFIG_H -#include -#endif +#include #include "port.h" -- cgit v1.2.3