mirror of
https://github.com/wiiu-env/ContentRedirectionModule.git
synced 2025-05-29 11:52:08 +02:00
Bump version to 0.2.7
This commit is contained in:
parent
45efb02d27
commit
03ea0aceae
@ -10,7 +10,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_content_redirection");
|
|||||||
WUMS_USE_WUT_DEVOPTAB();
|
WUMS_USE_WUT_DEVOPTAB();
|
||||||
WUMS_DEPENDS_ON(homebrew_functionpatcher);
|
WUMS_DEPENDS_ON(homebrew_functionpatcher);
|
||||||
|
|
||||||
#define VERSION "v0.2.6"
|
#define VERSION "v0.2.7"
|
||||||
|
|
||||||
DECL_FUNCTION(void, OSCancelThread, OSThread *thread) {
|
DECL_FUNCTION(void, OSCancelThread, OSThread *thread) {
|
||||||
if (thread == gThreadData[0].thread || thread == gThreadData[1].thread || thread == gThreadData[2].thread) {
|
if (thread == gThreadData[0].thread || thread == gThreadData[1].thread || thread == gThreadData[2].thread) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user