comparison blastem.c @ 1550:b525491b4e5b

There will be no 0.5.2 at this point
author Michael Pavone <pavone@retrodev.com>
date Mon, 26 Mar 2018 23:36:39 -0700
parents c59adc305e46
children a051d8ee4528
comparison
equal deleted inserted replaced
1549:577253765192 1550:b525491b4e5b
27 #include "zip.h" 27 #include "zip.h"
28 #ifndef DISABLE_NUKLEAR 28 #ifndef DISABLE_NUKLEAR
29 #include "nuklear_ui/blastem_nuklear.h" 29 #include "nuklear_ui/blastem_nuklear.h"
30 #endif 30 #endif
31 31
32 #define BLASTEM_VERSION "0.5.2-pre" 32 #define BLASTEM_VERSION "0.6.0-pre"
33 33
34 #ifdef __ANDROID__ 34 #ifdef __ANDROID__
35 #define FULLSCREEN_DEFAULT 1 35 #define FULLSCREEN_DEFAULT 1
36 #else 36 #else
37 #define FULLSCREEN_DEFAULT 0 37 #define FULLSCREEN_DEFAULT 0