mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
rework screen A/B settings
Conflicts: src/neutrino.cpp
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user