We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488df22 commit 9fc60b3Copy full SHA for 9fc60b3
1 file changed
src/main.cpp
@@ -10,7 +10,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_content_redirection");
10
WUMS_USE_WUT_DEVOPTAB();
11
WUMS_DEPENDS_ON(homebrew_functionpatcher);
12
13
-#define VERSION "v0.2.3"
+#define VERSION "v0.2.4"
14
15
DECL_FUNCTION(void, OSCancelThread, OSThread *thread) {
16
if (thread == gThreadData[0].thread || thread == gThreadData[1].thread || thread == gThreadData[2].thread) {
0 commit comments