mirror of
https://github.com/Maschell/controller_patcher.git
synced 2024-11-22 03:59:16 +01:00
Merge branch 'master' of https://github.com/Maschell/controller_patcher
This commit is contained in:
commit
0979a03933
@ -19,6 +19,7 @@ void init_config_controller(){
|
||||
InitOSFunctionPointers();
|
||||
InitSysHIDFunctionPointers();
|
||||
InitVPadFunctionPointers();
|
||||
|
||||
if(!config_done){
|
||||
config_done = 1;
|
||||
memset(config_controller,CONTROLLER_PATCHER_INVALIDVALUE,sizeof(config_controller)); // Init / Invalid everything
|
||||
@ -262,7 +263,6 @@ void init_config_controller(){
|
||||
}else{
|
||||
log_print("Config already done!\n");
|
||||
}
|
||||
|
||||
if(!gHIDSetupDone){
|
||||
HIDSetup();
|
||||
gHIDSetupDone = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user