mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-29 07:51:01 +00:00
Prepare TS flatbuffer support
This commit is contained in:
@@ -3,7 +3,7 @@ namespace Debugger;
|
||||
table PauseEvent {}
|
||||
|
||||
table RunEvent {
|
||||
singleStep: bool;
|
||||
single_step: bool;
|
||||
}
|
||||
|
||||
union Event {
|
||||
|
||||
Reference in New Issue
Block a user