Improve rendering

This commit is contained in:
Iván Izaguirre 2024-01-25 18:19:47 +01:00
parent 9c27175f86
commit 4b2a0d836f
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ func sdlRun(a *izapple2.Apple2) {
defer renderer.Destroy()
window.SetTitle("iz-" + a.Name)
sdl.SetHint(sdl.HINT_RENDER_SCALE_QUALITY, "best")
kp := newSDLKeyBoard(a)
s := newSDLSpeaker()