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