comparison blastem.c @ 1812:8aeac7bd9fa7 v0.6.2

Update version number, special thanks, CHANGELOG and README in preparation for possible 0.6.2 release
author Michael Pavone <pavone@retrodev.com>
date Wed, 27 Mar 2019 23:34:53 -0700
parents 154c7b348cf1
children 7f4fac75b484
comparison
equal deleted inserted replaced
1811:af14c21939f6 1812:8aeac7bd9fa7
32 #include "zip.h" 32 #include "zip.h"
33 #ifndef DISABLE_NUKLEAR 33 #ifndef DISABLE_NUKLEAR
34 #include "nuklear_ui/blastem_nuklear.h" 34 #include "nuklear_ui/blastem_nuklear.h"
35 #endif 35 #endif
36 36
37 #define BLASTEM_VERSION "0.6.2-pre" 37 #define BLASTEM_VERSION "0.6.2"
38 38
39 #ifdef __ANDROID__ 39 #ifdef __ANDROID__
40 #define FULLSCREEN_DEFAULT 1 40 #define FULLSCREEN_DEFAULT 1
41 #else 41 #else
42 #define FULLSCREEN_DEFAULT 0 42 #define FULLSCREEN_DEFAULT 0