Fixed the window resizes function in win_video.c, fixes window resizes with non-resizable window (ie. the main window is no longer stuck in 640x480);
Fixed the Force 4:3, Enable EGA/(S)VGA overscan, and Scale options; Fixed a bug regarding register 0 of the SMC FDC37C665 Super I/O chip; Commented out some excess logging.
This commit is contained in:
@@ -107,6 +107,8 @@ extern void updatewindowsize(int x, int y);
|
||||
extern void video_init(void);
|
||||
extern void video_close(void);
|
||||
extern void video_reset(void);
|
||||
extern uint8_t video_force_resize_get(void);
|
||||
extern void video_force_resize_set(uint8_t res);
|
||||
extern void video_reset_device(int, int);
|
||||
extern void video_update_timing(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user