diff options
author | StapleButter <thetotalworm@gmail.com> | 2017-05-25 22:46:01 +0200 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2017-05-25 22:46:01 +0200 |
commit | 0c31a7ab01f0810c2d1ac2b285c93d406e48ae0b (patch) | |
tree | 162943feba111f10545f863465efa29b3656608a /src/wx/main.h | |
parent | 4b3caedbe7191ca1dc25304b3dc1c8b2e466730d (diff) |
quick hack: Tab toggles framerate limit.
misc little fix.
Diffstat (limited to 'src/wx/main.h')
-rw-r--r-- | src/wx/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/main.h b/src/wx/main.h index 0219ff7..34ac43f 100644 --- a/src/wx/main.h +++ b/src/wx/main.h @@ -117,6 +117,7 @@ protected: int emustatus; volatile bool emupaused; + bool limitfps; }; #endif // WX_MAIN_H |