forked from PretendoNetwork/Inkay
dont send splatoon patches if nn is enabled
This commit is contained in:
parent
1796ebebb5
commit
d5f9207deb
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@ bool is_current_game_splatoon(){
|
|||
}
|
||||
|
||||
void splatoon_patcher(){
|
||||
if (!Config::connect_to_network) {
|
||||
DEBUG_FUNCTION_LINE_VERBOSE("Inkay: Splatoon patches skipped");
|
||||
return;
|
||||
}
|
||||
if(is_current_game_splatoon()){
|
||||
NotificationModule_AddInfoNotification("Splatoon Detected, applying patch");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue