Merge branch 'master' into 12.0-development

This commit is contained in:
Alex Szpakowski
2021-06-06 11:43:54 -03:00
16 changed files with 2768 additions and 1421 deletions
+6
View File
@@ -29,6 +29,12 @@ static void loveSTBIAssert(bool test, const char *teststr)
throw love::Exception("Could not decode image (stb_image assertion '%s' failed)", teststr);
}
// Workaround when building for iOS with deployment target=8.0
#include "common/config.h"
#if defined(LOVE_IOS)
#define STBI_NO_THREAD_LOCALS
#endif
// stb_image
#define STBI_ONLY_JPEG
// #define STBI_ONLY_PNG