diff options
Diffstat (limited to 'src/zexall/main.cpp')
-rw-r--r-- | src/zexall/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zexall/main.cpp b/src/zexall/main.cpp index 3ff60ced4f2..cfb19bc6909 100644 --- a/src/zexall/main.cpp +++ b/src/zexall/main.cpp @@ -106,7 +106,7 @@ void emulator_info::periodic_check() { } bool emulator_info::frame_hook() { return false; } -void emulator_info::sound_hook() { } +void emulator_info::sound_hook(const std::map<std::string, std::vector<std::pair<const float *, int>>> &) { } void emulator_info::layout_script_cb(layout_file &file, const char *script) { } |