rework screen A/B settings

Conflicts:
	src/neutrino.cpp
This commit is contained in:
BPanther
2021-03-31 22:15:28 +02:00
committed by Thilo Graf
parent fe71518e50
commit 0189205fd1
6 changed files with 112 additions and 107 deletions

View File

@@ -801,22 +801,22 @@ struct SNeutrinoSettings
int screen_StartY;
int screen_EndX;
int screen_EndY;
int screen_StartX_crt_0;
int screen_StartY_crt_0;
int screen_EndX_crt_0;
int screen_EndY_crt_0;
int screen_StartX_lcd_0;
int screen_StartY_lcd_0;
int screen_EndX_lcd_0;
int screen_EndY_lcd_0;
int screen_StartX_crt_1;
int screen_StartY_crt_1;
int screen_EndX_crt_1;
int screen_EndY_crt_1;
int screen_StartX_lcd_1;
int screen_StartY_lcd_1;
int screen_EndX_lcd_1;
int screen_EndY_lcd_1;
int screen_StartX_lcd_a_0;
int screen_StartY_lcd_a_0;
int screen_EndX_lcd_a_0;
int screen_EndY_lcd_a_0;
int screen_StartX_lcd_a_1;
int screen_StartY_lcd_a_1;
int screen_EndX_lcd_a_1;
int screen_EndY_lcd_a_1;
int screen_StartX_lcd_b_0;
int screen_StartY_lcd_b_0;
int screen_EndX_lcd_b_0;
int screen_EndY_lcd_b_0;
int screen_StartX_lcd_b_1;
int screen_StartY_lcd_b_1;
int screen_EndX_lcd_b_1;
int screen_EndY_lcd_b_1;
int osd_resolution;
int screen_preset;
int screen_width;