summaryrefslogtreecommitdiff
path: root/emulators/snes9x/patches/patch-ar
blob: e366840c434c43c3bf931bb205426c62c329841e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ar,v 1.1 2006/07/05 21:21:37 wiz Exp $

--- dsp1.h.orig	2006-07-05 21:11:31.000000000 +0000
+++ dsp1.h
@@ -123,8 +123,8 @@ START_EXTERN_C
 void S9xResetDSP1 ();
 uint8 S9xGetDSP (uint16 Address);
 void S9xSetDSP (uint8 Byte, uint16 Address);
-END_EXTERN_C
 
 extern struct SDSP1 DSP1;
+END_EXTERN_C
 
 #endif