mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Warning fix (nw)
This commit is contained in:
parent
21afa48822
commit
7470f47f23
@ -25,7 +25,7 @@ public:
|
||||
}
|
||||
virtual ~sound_js() { }
|
||||
|
||||
virtual int init(const osd_options &options) { }
|
||||
virtual int init(const osd_options &options) { return 0; }
|
||||
virtual void exit() { }
|
||||
|
||||
// sound_module
|
||||
|
Loading…
Reference in New Issue
Block a user