aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackends/PalmOS/Src/native/znative_sword1.h2
-rwxr-xr-xbackends/PalmOS/Src/native/znative_sword2.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/native/znative_sword1.h b/backends/PalmOS/Src/native/znative_sword1.h
index 9912ba7f1a..eac9cb86e3 100755
--- a/backends/PalmOS/Src/native/znative_sword1.h
+++ b/backends/PalmOS/Src/native/znative_sword1.h
@@ -3,5 +3,7 @@
#include "znative_common.h"
#undef DISABLE_SWORD1
+#define USE_MPEG2
+#define USE_VORBIS
#endif
diff --git a/backends/PalmOS/Src/native/znative_sword2.h b/backends/PalmOS/Src/native/znative_sword2.h
index 1a64e8fd03..095410873a 100755
--- a/backends/PalmOS/Src/native/znative_sword2.h
+++ b/backends/PalmOS/Src/native/znative_sword2.h
@@ -4,5 +4,7 @@
#include "znative_common.h"
#undef DISABLE_SWORD2
#undef _DEBUG
+#define USE_MPEG2
+#define USE_VORBIS
#endif