We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecb802 commit c6220b7Copy full SHA for c6220b7
1 file changed
src/main.cpp
@@ -9,7 +9,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_content_redirection");
9
WUMS_USE_WUT_DEVOPTAB();
10
WUMS_DEPENDS_ON(homebrew_functionpatcher);
11
12
-#define VERSION "v0.2.8"
+#define VERSION "v0.2.9"
13
14
DECL_FUNCTION(void, OSCancelThread, OSThread *thread) {
15
if (thread == gThreadData[0].thread || thread == gThreadData[1].thread || thread == gThreadData[2].thread) {
0 commit comments