platform: new fbdev bakend, move in_evdev to bakends

This commit is contained in:
mittorn
2019-10-22 01:42:02 +07:00
parent 0933261898
commit 803c396fa2
9 changed files with 639 additions and 33 deletions
+19
View File
@@ -67,6 +67,25 @@ SETUP BACKENDS DEFINITIONS
#endif
#endif // android case
#ifdef XASH_FBDEV
#ifndef XASH_VIDEO
#define XASH_VIDEO VIDEO_FBDEV
#endif
#ifndef XASH_TIMER
#define XASH_TIMER TIMER_LINUX
#endif
#ifndef XASH_INPUT
#define XASH_INPUT INPUT_EVDEV
#endif
#ifndef XASH_SOUND
#define XASH_SOUND SOUND_NULL
#endif
#define XASH_USE_EVDEV
#endif // android case
#endif // XASH_DEDICATED
// select crashhandler based on defines