mirror of
https://github.com/marqs85/ossc.git
synced 2024-12-31 22:31:25 +00:00
fix OSD size in certain modes
This commit is contained in:
parent
ba4614a4f8
commit
3771d5cb14
2
ossc.qsf
2
ossc.qsf
@ -218,7 +218,7 @@ set_global_assignment -name ENABLE_SIGNALTAP OFF
|
||||
set_global_assignment -name USE_SIGNALTAP_FILE output_files/ossc_la.stp
|
||||
|
||||
set_global_assignment -name FITTER_EFFORT "AUTO FIT"
|
||||
set_global_assignment -name SEED 4
|
||||
set_global_assignment -name SEED 2
|
||||
|
||||
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -657,7 +657,7 @@ void program_mode()
|
||||
osd_x_size = (video_modes[cm.id].v_active > 700) ? 1 : 0;
|
||||
osd_y_size = osd_x_size;
|
||||
} else {
|
||||
osd_x_size = 1 - cm.tx_pixelrep;
|
||||
osd_x_size = 1 - cm.tx_pixelrep + (cm.fpga_hmultmode == FPGA_H_MULTMODE_OPTIMIZED_1X);
|
||||
osd_y_size = 0;
|
||||
}
|
||||
osd->osd_config.x_size = osd_x_size;
|
||||
|
Loading…
Reference in New Issue
Block a user