diff options
author | 2020-09-30 17:37:01 +0200 | |
---|---|---|
committer | 2020-09-30 17:37:01 +0200 | |
commit | caa1e969e423ac56ebd1f2678638fa280a3e12f8 (patch) | |
tree | f5c20819177a254dd2910b9eebb98aedaf6cabad /src/zexall/main.cpp | |
parent | b32b366d9f0e339eb300d67a26cd5694741173dc (diff) |
Fix zexall target compile
Diffstat (limited to 'src/zexall/main.cpp')
-rw-r--r-- | src/zexall/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zexall/main.cpp b/src/zexall/main.cpp index 5996f3b582b..eb6f24edf6d 100644 --- a/src/zexall/main.cpp +++ b/src/zexall/main.cpp @@ -106,6 +106,8 @@ void emulator_info::periodic_check() { } bool emulator_info::frame_hook() { return false; } +void emulator_info::sound_hook() { } + void emulator_info::layout_file_cb(util::xml::data_node const &layout) { } const char * emulator_info::get_appname() { return nullptr; } |