Installed RetroPie on my Raspberry Pi 4B and setup RetroAchievements. SNES on a 4K 65" TV is wild to me. Going to sink quite a few hours into Super Metroid and Super Mario World. 🤘 #retrogaming

@scheisse_poster

Just some thoughts:

Because of the nature of modern displays vs older crt tvs, retro games can often feel a bit laggy on modern displays re: input delay.

Most modern emulators have a way of getting around this, for example https://docs.libretro.com/guides/runahead/

You'll also want to enable your display's "gaming mode" which helps by disabling unnecessary image processing/"enhancements".

Run Ahead - Libretro Docs

This is the official RetroArch documentation for users and developers. Information from sources outside of this website may be dated or incorrect.

@not3ottersinacoat Thanks! I'm definitely going to test this out in a bit. :)

@scheisse_poster Within Retroarch, I just set runahead by 1 frame & second instance mode by default.

edit: for 16 bit systems I also use the bandlimit-pixel shader by default (a simple interpolation filter that smooths out uneven pixels caused by upscaling). Something else to look into :P

@not3ottersinacoat This has caused me to fall down the shader rabbit hole 😆

@scheisse_poster I did that, then came out the other side and just ended up saying, eff it, bandlimit pixel for simple interpolation and that's it, lol.

The shader hole can become an obsession.