AndreaOrru / LaiNES

Cycle-accurate NES emulator in ~1000 lines of code
BSD 2-Clause "Simplified" License
1.49k stars 122 forks source link

Set Upscaling filter to 'nearest' for crisp pixel art #41

Closed zer0divider closed 4 years ago

zer0divider commented 4 years ago

Hey, I recently stumbled across your project because I am currently fiddling around with emulators myself and got to say, that I really like your simple, clean interface :) Just wanted to recommend setting the SDL_HINT_RENDER_SCALE_QUALITY hint to 'nearest' instead of 'linear' which (on my opinion) looks way better when upscaling the window.

AndreaOrru commented 4 years ago

Happy you like it.

Objectively, you're probably right, but I grew up using emulators that did the upscaling with a linear filter... So I kinda like the effect for (personal) nostalgic reasons. Sorry!