diff options
Diffstat (limited to 'src/emu/video.h')
-rw-r--r-- | src/emu/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video.h b/src/emu/video.h index a5f76fa81f1..aa5390fd579 100644 --- a/src/emu/video.h +++ b/src/emu/video.h @@ -83,6 +83,7 @@ public: // current speed helpers std::string speed_text(); double speed_percent() const { return m_speed_percent; } + int effective_frameskip() const; // snapshots void save_snapshot(screen_device *screen, emu_file &file); @@ -117,7 +118,6 @@ private: // effective value helpers bool effective_autoframeskip() const; - int effective_frameskip() const; bool effective_throttle() const; // speed and throttling helpers |