We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45efb02 commit 03ea0acCopy full SHA for 03ea0ac
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.6"
+#define VERSION "v0.2.7"
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