mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Move variable declaration out of plat to general
This commit is contained in:
@@ -171,6 +171,7 @@ int vid_api = 0; /* (C) video r
|
||||
int vid_cga_contrast = 0; /* (C) video */
|
||||
int video_fullscreen = 0; /* (C) video */
|
||||
int video_fullscreen_scale = 0; /* (C) video */
|
||||
int fullscreen_ui_visible = 0; /* (C) video */
|
||||
int enable_overscan = 0; /* (C) video */
|
||||
int force_43 = 0; /* (C) video */
|
||||
int video_filter_method = 1; /* (C) video */
|
||||
|
||||
@@ -67,8 +67,6 @@ extern int qt_nvr_save(void);
|
||||
extern bool cpu_thread_running;
|
||||
};
|
||||
|
||||
int fullscreen_ui_visible = 0;
|
||||
|
||||
#include <QGuiApplication>
|
||||
#include <QWindow>
|
||||
#include <QTimer>
|
||||
|
||||
Reference in New Issue
Block a user