mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-27 07:11:01 +00:00
Display application success in playground
This commit is contained in:
@@ -59,6 +59,10 @@ table ReadRegisterResponse {
|
||||
data: [ubyte];
|
||||
}
|
||||
|
||||
table ApplicationExit {
|
||||
exit_status: uint32 = null;
|
||||
}
|
||||
|
||||
union Event {
|
||||
PauseRequest,
|
||||
RunRequest,
|
||||
@@ -72,6 +76,7 @@ union Event {
|
||||
WriteRegisterResponse,
|
||||
ReadRegisterRequest,
|
||||
ReadRegisterResponse,
|
||||
ApplicationExit,
|
||||
}
|
||||
|
||||
table DebugEvent {
|
||||
|
||||
Reference in New Issue
Block a user