mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
misc bug fixes, now draw string generates dma data
This commit is contained in:
@@ -597,6 +597,9 @@ void Debugger::watcher() {
|
||||
case xdbg::SignalInfo::BREAK:
|
||||
printf("Target has stopped. Run (:di) to get more information.\n");
|
||||
break;
|
||||
case xdbg::SignalInfo::MATH_EXCEPTION:
|
||||
printf("Target has crashed with a MATH_EXCEPTION! Run (:di) to get more information.\n");
|
||||
break;
|
||||
default:
|
||||
printf("[Debugger] unhandled signal in watcher: %d\n", int(signal_info.kind));
|
||||
assert(false);
|
||||
|
||||
Reference in New Issue
Block a user