]> Shamusworld >> Repos - apple2/blobdiff - src/settings.h
First stab at adding Mockingboard support.
[apple2] / src / settings.h
index eaf3d274bbd079a0070368d867d0e415495002ae..daad84d89cd0ce1c9321228e366046012a43e692 100644 (file)
@@ -32,6 +32,11 @@ struct Settings
        uint32_t renderType;
        bool autoStateSaving;           // Auto-state loading/saving on entry/exit
 
+       // Window settings
+
+       int winX;
+       int winY;
+
        // Keybindings in order of U, D, L, R, C, B, A, Op, Pa, 0-9, #, *
 
        uint16_t p1KeyBindings[21];