comparison blastem.c @ 1675:357b4951d9b2 v0.6.1

Updated version number and CHANGELOG for possible 0.6.1 release
author Michael Pavone <pavone@retrodev.com>
date Thu, 03 Jan 2019 23:44:17 -0800
parents 95847c996143
children a0aa9e3c9508 5dacaef602a7
comparison
equal deleted inserted replaced
1674:c362f2c7766a 1675:357b4951d9b2
28 #include "zip.h" 28 #include "zip.h"
29 #ifndef DISABLE_NUKLEAR 29 #ifndef DISABLE_NUKLEAR
30 #include "nuklear_ui/blastem_nuklear.h" 30 #include "nuklear_ui/blastem_nuklear.h"
31 #endif 31 #endif
32 32
33 #define BLASTEM_VERSION "0.6.0" 33 #define BLASTEM_VERSION "0.6.1"
34 34
35 #ifdef __ANDROID__ 35 #ifdef __ANDROID__
36 #define FULLSCREEN_DEFAULT 1 36 #define FULLSCREEN_DEFAULT 1
37 #else 37 #else
38 #define FULLSCREEN_DEFAULT 0 38 #define FULLSCREEN_DEFAULT 0