From 9e36b6a6d951ea6f2d72cab874c3c8e72d001001 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 27 Dec 2020 01:32:37 +1100 Subject: More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Made the sound manager mute controls readable, and got rid of system enable since it just controls system mute anyway. This was causing confusion: phantom2 was trying to use both independentlyt casuing the mute bit to be ignored. THe Lua interface changes are mostly changing methods to properties, some renames to make things clearer, and some additional properties for better control over snapshots. --- src/emu/emufwd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/emu/emufwd.h') diff --git a/src/emu/emufwd.h b/src/emu/emufwd.h index aa8b72b8d9c..8d47e42829a 100644 --- a/src/emu/emufwd.h +++ b/src/emu/emufwd.h @@ -52,9 +52,6 @@ class chd_file; // declared in unzip.h namespace util { class archive_file; } -// declared in wavwrite.h -struct wav_file; - // declared in xmlfile.h namespace util::xml { class data_node; } -- cgit v1.2.3-70-g09d2