VCCE / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
64 stars 22 forks source link

Default screen size when windowed is not being set after Vcc.ini is deleted #82

Closed ejaquay closed 2 years ago

ejaquay commented 2 years ago

When Vcc starts with no ini file it creates a new one with default settings but the save screen size is set to on while the screen size is set to zero resulting in a poor user experiance on first start. If the Vcc.ini file is missing the window size should be set to 640x480 by default.

ejaquay commented 2 years ago

Pull request #81 should resolve this issue and restore hardcoded keymapings for HOME and END keys Screen will now default to 640x480 if size somehow becomes less than 20 width or height.

ejaquay commented 2 years ago

Vcc modified to revert to 640x480 if vcc exits while screen is sized to less than 20 pixels. This should resolve the issue I was concerned about.