mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 14:42:26 +00:00
Missing prefix files for 68k engines
svn-id: r20913
This commit is contained in:
parent
686d463def
commit
b568df4de6
9
backends/PalmOS/Src/prefix_cine.h
Executable file
9
backends/PalmOS/Src/prefix_cine.h
Executable file
@ -0,0 +1,9 @@
|
||||
#ifndef PREFIX_H
|
||||
#define PREFIX_H
|
||||
|
||||
#include "compile.h"
|
||||
#undef DISABLE_CINE
|
||||
|
||||
#define PALMOS_68K
|
||||
|
||||
#endif
|
9
backends/PalmOS/Src/prefix_kyra.h
Executable file
9
backends/PalmOS/Src/prefix_kyra.h
Executable file
@ -0,0 +1,9 @@
|
||||
#ifndef PREFIX_H
|
||||
#define PREFIX_H
|
||||
|
||||
#include "compile.h"
|
||||
#undef DISABLE_KYRA
|
||||
|
||||
#define PALMOS_68K
|
||||
|
||||
#endif
|
9
backends/PalmOS/Src/prefix_lure.h
Executable file
9
backends/PalmOS/Src/prefix_lure.h
Executable file
@ -0,0 +1,9 @@
|
||||
#ifndef PREFIX_H
|
||||
#define PREFIX_H
|
||||
|
||||
#include "compile.h"
|
||||
#undef DISABLE_LURE
|
||||
|
||||
#define PALMOS_68K
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user