From 66975faa75958a1a509a04801331a85291827580 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 27 Mar 2020 00:03:58 -0700 Subject: Initial stab at VGM logging support --- system.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system.h') diff --git a/system.h b/system.h index 1e574df..508e29a 100644 --- a/system.h +++ b/system.h @@ -58,6 +58,8 @@ struct system_header { system_fun config_updated; system_ptrszt_fun_rptr8 serialize; system_ptr8_sizet_fun deserialize; + system_str_fun start_vgm_log; + system_fun stop_vgm_log; rom_info info; arena *arena; char *next_rom; @@ -67,6 +69,7 @@ struct system_header { uint8_t save_state; uint8_t delayed_load_slot; uint8_t has_keyboard; + uint8_t vgm_logging; debugger_type debugger_type; system_type type; }; -- cgit v1.2.3