Skip to content

Fix possible cases where a crash could happen in the exception handler.

PabloMK7 requested to merge bugfix into develop

If the crash happens too early (PatchProcess), hid won't be initialized yet and will crash. Let the user handle the Controller Update if needed.

Edited by PabloMK7

Merge request reports