mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-27 18:00:12 +00:00
switch to simplified debug engine command interface; rely on interact registers, rather than explicit pass-down, for contextually-obvious parameters
This commit is contained in:
@@ -406,7 +406,6 @@ D_CmdParamSlot_COUNT,
|
||||
typedef struct D_CmdParams D_CmdParams;
|
||||
struct D_CmdParams
|
||||
{
|
||||
U64 slot_props[(D_CmdParamSlot_COUNT + 63) / 64];
|
||||
D_Handle window;
|
||||
D_Handle panel;
|
||||
D_Handle dest_panel;
|
||||
|
||||
Reference in New Issue
Block a user