diff options
-rwxr-xr-x | backends/PalmOS/Src/native/znative_sword1.h | 2 | ||||
-rwxr-xr-x | backends/PalmOS/Src/native/znative_sword2.h | 2 |
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 |