aboutsummaryrefslogtreecommitdiff
path: root/plugins/spunull
diff options
context:
space:
mode:
authortwinaphex2012-11-28 06:35:30 +0100
committertwinaphex2012-11-28 06:35:30 +0100
commitb194a2ecd43debbb3724e332b660b993725acd52 (patch)
treea41deacfa7a6841e97d67fce60bb7f39b54b12be /plugins/spunull
parentb6514bd168106e978a0af0f5043d5da6fd35800a (diff)
parent06d2e1a58b6eb7fb449f79f7e807343bd8d39b59 (diff)
downloadpcsx_rearmed-b194a2ecd43debbb3724e332b660b993725acd52.tar.gz
pcsx_rearmed-b194a2ecd43debbb3724e332b660b993725acd52.tar.bz2
pcsx_rearmed-b194a2ecd43debbb3724e332b660b993725acd52.zip
Merge git://github.com/notaz/pcsx_rearmed
Diffstat (limited to 'plugins/spunull')
-rw-r--r--plugins/spunull/Makefile5
-rw-r--r--plugins/spunull/xa.h2
2 files changed, 2 insertions, 5 deletions
diff --git a/plugins/spunull/Makefile b/plugins/spunull/Makefile
index dcd25ea..fcfec80 100644
--- a/plugins/spunull/Makefile
+++ b/plugins/spunull/Makefile
@@ -1,9 +1,6 @@
include ../../config.mak
-ifneq "$(ARCH)" "arm"
- EXT = .$(ARCH)
-endif
-TARGET = spunull.so$(EXT)
+TARGET = spunull.so
WD = $(shell pwd)
PLUGINDIR = $(shell basename $(WD))
diff --git a/plugins/spunull/xa.h b/plugins/spunull/xa.h
index cd38f96..6fb7bfd 100644
--- a/plugins/spunull/xa.h
+++ b/plugins/spunull/xa.h
@@ -5,7 +5,7 @@
typedef struct
{
- long y0, y1;
+ int y0, y1;
} ADPCM_Decode_t;
typedef struct