Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/sdlmain.h')
-rw-r--r--include/sdlmain.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sdlmain.h b/include/sdlmain.h
index d46948357..9ef107b8d 100644
--- a/include/sdlmain.h
+++ b/include/sdlmain.h
@@ -48,14 +48,6 @@ static void update_frame_surface(const uint16_t *changedLines);
constexpr void update_frame_noop([[maybe_unused]] const uint16_t *) { /* no-op */ }
static inline bool present_frame_noop() { return true; }
-enum SCREEN_TYPES {
- SCREEN_SURFACE,
- SCREEN_TEXTURE,
-#if C_OPENGL
- SCREEN_OPENGL
-#endif
-};
-
enum class FRAME_MODE {
UNSET,
CFR, // constant frame rate, as defined by the emulated system