mirror of
https://github.com/wiiu-env/ContentRedirectionModule.git
synced 2024-11-16 16:39:24 +01:00
Update version string
This commit is contained in:
parent
eb0ff82425
commit
c44d84c098
@ -9,7 +9,7 @@
|
||||
WUMS_MODULE_EXPORT_NAME("homebrew_content_redirection");
|
||||
WUMS_USE_WUT_DEVOPTAB();
|
||||
|
||||
#define VERSION "v0.2.2"
|
||||
#define VERSION "v0.2.3"
|
||||
|
||||
DECL_FUNCTION(void, OSCancelThread, OSThread *thread) {
|
||||
if (thread == gThreadData[0].thread || thread == gThreadData[1].thread || thread == gThreadData[2].thread) {
|
||||
@ -53,4 +53,4 @@ WUMS_APPLICATION_ENDS() {
|
||||
stopFSIOThreads();
|
||||
|
||||
deinitLogging();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user