Skip to content

Commit

Permalink
Disabled Hotkey Polling as default due to controller bug
Browse files Browse the repository at this point in the history
  • Loading branch information
esc0rtd3w committed Apr 22, 2023
1 parent 0a81396 commit bcd5a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions payload/main.c
Original file line number Diff line number Diff line change
@@ -1332,9 +1332,9 @@ int main(void)

// Check for hotkey button presses on launch (updated for 3.2.2 thanks FFF256)
CellFsStat stat;
if(cellFsStat("/dev_hdd0/hen/toggles/hotkey_polling.off",&stat)!=0)
if(cellFsStat("/dev_hdd0/hen/toggles/hotkey_polling.on",&stat)==0)
{
check_combo_buttons();
check_combo_buttons();// If more than one controller is plugged in and not synced, it will hang at HEN logo
#ifdef DEBUG
//DPRINTF("PAYLOAD->hotkey_polling.off->L2 and R2 hotkeys are disabled\n");
#endif

0 comments on commit bcd5a40

Please sign in to comment.