mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
fix for non-windows os (nw)
This commit is contained in:
parent
93a3f1c374
commit
ff21376524
@ -556,9 +556,11 @@ public:
|
||||
return &window().target()->get_primitives();
|
||||
}
|
||||
|
||||
#ifdef OSD_WINDOWS
|
||||
virtual void save() override { }
|
||||
virtual void record() override { }
|
||||
virtual void toggle_fsfx() override { }
|
||||
#endif
|
||||
|
||||
private:
|
||||
void destroy_all_textures();
|
||||
|
Loading…
Reference in New Issue
Block a user