brush settings reset button, hook crash handler on every thread, update changelog

This commit is contained in:
2019-03-13 10:08:13 +01:00
parent 5a6f6f524a
commit 3d625567aa
14 changed files with 59 additions and 10 deletions

View File

@@ -37,6 +37,7 @@
#include <sys/types.h>
#include <dirent.h>
#include <dispatch/dispatch.h>
#define BT_SetTerminate void
#elif __ANDROID__
@@ -52,7 +53,8 @@
#define SHADER_VERSION "#version 300 es\n"
#define PP_OS "android"
#define __block
#define STBI_NEON
//#define STBI_NEON
#define BT_SetTerminate void
#elif _WIN32