mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-09 03:06:12 -04:00
Linux crash handler (#1209)
* crash handler linux * cleanups * missing underscore * more cleanups * cleanups * 32 bit
This commit is contained in:
@@ -293,7 +293,7 @@ void Fault_Sleep(u32 duration) {
|
||||
|
||||
void Fault_PadCallback(Input* input) {
|
||||
//! @bug This function is not called correctly and thus will crash from reading a bad pointer at 0x800C7E4C
|
||||
PadMgr_RequestPadData(input, 0);
|
||||
PadMgr_RequestPadData(&gPadMgr, input, 0);
|
||||
}
|
||||
|
||||
void Fault_UpdatePadImpl()
|
||||
|
||||
Reference in New Issue
Block a user