Show a MIPS stack trace on crash screen (#17211)

* Print simple stack traces to log on crashes.

* Display stack traces on crash screen

* Show the in-function offset in the printed callstacks.

* Libretro buildfix attempt
This commit is contained in:
Henrik Rydgård
2023-03-31 10:08:12 +02:00
committed by GitHub
parent 26bf40c497
commit 2814668cf5
10 changed files with 75 additions and 8 deletions
-1
View File
@@ -151,7 +151,6 @@ void ControlMapper::Update() {
}
}
inline bool IsAnalogStickKey(int key) {
switch (key) {
case VIRTKEY_AXIS_X_MIN: