Skip to content

Commit 2e63169

Browse files
authored
Merge pull request #73 from pspdev/no-disable-tls
Do not disable local threads in sprite example
2 parents 63890c6 + 998caee commit 2e63169

File tree

1 file changed

+1
-2
lines changed
  • _includes/samples/sprite

1 file changed

+1
-2
lines changed

_includes/samples/sprite/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <memory.h>
66

77
#define STB_IMAGE_IMPLEMENTATION
8-
#define STBI_NO_THREAD_LOCALS
98
#include <stb_image.h>
109

1110
PSP_MODULE_INFO("texture", 0, 1, 0);
@@ -162,4 +161,4 @@ int main() {
162161
free(texture);
163162

164163
return 0;
165-
}
164+
}

0 commit comments

Comments
 (0)