mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2024-11-21 17:19:19 +01:00
Avoid proccess check when using REPLACE_FUNCTION_OF_EXECUTABLE macros
This commit is contained in:
parent
119f529fdd
commit
5e9efc5550
@ -224,7 +224,7 @@ typedef function_replacement_data_t function_replacement_data_v3_t;
|
|||||||
.virtualAddr = 0, \
|
.virtualAddr = 0, \
|
||||||
.replaceAddr = (uint32_t) my_##__replacementFunctionName, \
|
.replaceAddr = (uint32_t) my_##__replacementFunctionName, \
|
||||||
.replaceCall = (uint32_t *) &real_##__replacementFunctionName, \
|
.replaceCall = (uint32_t *) &real_##__replacementFunctionName, \
|
||||||
.targetProcess = FP_TARGET_PROCESS_GAME_AND_MENU, \
|
.targetProcess = FP_TARGET_PROCESS_ALL, \
|
||||||
.ReplaceInRPX = { \
|
.ReplaceInRPX = { \
|
||||||
.targetTitleIds = __targetTitleIds, \
|
.targetTitleIds = __targetTitleIds, \
|
||||||
.targetTitleIdsCount = __targetTitleIdsCount, \
|
.targetTitleIdsCount = __targetTitleIdsCount, \
|
||||||
|
Loading…
Reference in New Issue
Block a user