mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 17:45:31 -07:00
Add fast forward option
This commit is contained in:
@@ -65,6 +65,7 @@ extern int qt_nvr_save(void);
|
||||
#endif
|
||||
|
||||
extern bool cpu_thread_running;
|
||||
extern bool fast_forward;
|
||||
};
|
||||
|
||||
#include <QGuiApplication>
|
||||
@@ -2135,6 +2136,12 @@ MainWindow::on_actionUpdate_mouse_every_CPU_frame_triggered()
|
||||
config_save();
|
||||
}
|
||||
|
||||
void
|
||||
MainWindow::on_action_Fast_forward_triggered()
|
||||
{
|
||||
fast_forward ^= 1;
|
||||
}
|
||||
|
||||
void
|
||||
MainWindow::on_actionRemember_size_and_position_triggered()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user