From dc3a38969aa87883c9053d31327b358ca38c9c3c Mon Sep 17 00:00:00 2001 From: M4x1m3 Date: Sun, 10 Nov 2019 09:42:44 +0100 Subject: [PATCH 1/2] Made workshop work again, fixed #10 --- ion/src/shared/platform_info.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ion/src/shared/platform_info.cpp b/ion/src/shared/platform_info.cpp index da7af7673..625bb363c 100644 --- a/ion/src/shared/platform_info.cpp +++ b/ion/src/shared/platform_info.cpp @@ -69,14 +69,14 @@ private: constexpr static uint32_t Magic = 0xDEC00DF0; uint32_t m_header; const char m_version[8]; - const char m_customVersion[16]; -#ifdef USERNAME - const char m_username[16]; -#endif const char m_patchLevel[8]; void * m_storageAddress; size_t m_storageSize; uint32_t m_footer; + const char m_customVersion[16]; +#ifdef USERNAME + const char m_username[16]; +#endif }; constexpr PlatformInfo HEADER_SECTION platform_infos; From 27dd333c60a38a4026cf30113c7ff4b7ca4093b2 Mon Sep 17 00:00:00 2001 From: Quentin Date: Sun, 10 Nov 2019 13:58:07 +0100 Subject: [PATCH 2/2] [1.13.10] Fix Workshop crash --- build/config.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config.mak b/build/config.mak index f70a8a0b7..06c046f41 100644 --- a/build/config.mak +++ b/build/config.mak @@ -4,7 +4,7 @@ PLATFORM ?= device DEBUG ?= 0 EPSILON_VERSION ?= 12.0.0 -EPSILON_CUSTOM_VERSION ?= 1.13.9-0 +EPSILON_CUSTOM_VERSION ?= 1.13.10-0 # USERNAME ?= N/A # Valid values are "none", "update", "beta" EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings