Sorry to bring this up again, but I figured somewhere central for people to request more hardcoded resolutions for RA Wii might be useful.
Personally, I’m interested in more vertically-doubled resolutions, as I’m part of what’s most likely the majority of users whose Wiis are hooked up to modern HDTVs with terrible double-strike (240p) support. RetroArch has plenty of resolutions for users on CRT, as their userbase has been vocal about getting them included. Newer TVs, not so much. e.g., all 15 of the following double-strike resolutions are included:
GX_RESOLUTIONS_512_192,
GX_RESOLUTIONS_598_200,
GX_RESOLUTIONS_640_200,
GX_RESOLUTIONS_384_224,
GX_RESOLUTIONS_448_224,
GX_RESOLUTIONS_480_224,
GX_RESOLUTIONS_340_232,
GX_RESOLUTIONS_512_232,
GX_RESOLUTIONS_512_236,
GX_RESOLUTIONS_336_240,
GX_RESOLUTIONS_384_240,
GX_RESOLUTIONS_512_240,
GX_RESOLUTIONS_576_224,
GX_RESOLUTIONS_608_224,
GX_RESOLUTIONS_530_240,
But the 15 line-doubled equivalents are not:
GX_RESOLUTIONS_512_384,
GX_RESOLUTIONS_598_400,
GX_RESOLUTIONS_640_400,
GX_RESOLUTIONS_384_448,
GX_RESOLUTIONS_448_448,
GX_RESOLUTIONS_480_448,
GX_RESOLUTIONS_340_464,
GX_RESOLUTIONS_512_464,
GX_RESOLUTIONS_512_472,
GX_RESOLUTIONS_336_480,
GX_RESOLUTIONS_384_480,
GX_RESOLUTIONS_512_480,
GX_RESOLUTIONS_576_448,
GX_RESOLUTIONS_608_448,
GX_RESOLUTIONS_530_480,
I don’t claim to know what most of these resolutions are “for”, but presumably anything that’s needed for CRT users is equally important on modern displays which lack adequate support for those line-heights. Off the top of my head, though, I do see NES, CPS-1, CPS-2 and Neo Geo resolutions among those not included for HDTV users. At present, it’s difficult-to-impossible to get a nice looking image on these platforms without using bilinear filtering.
On another note, lacking the knowledge or capability to compile RA Wii myself, if anyone knows where these resolutions are compiled into the core DOLs, even a couple of minor tweaks to replace some 240p resolution with their 480p equivalents would keep me quiet for a while.
EDIT: I understand this also makes the resolution list almost twice as long; perhaps it might be pertinent for RetroArch’s video settings to have an option that simply toggles whether interlaced resolutions are included in the list. I’m guessing the majority of users have essentially no use for them, so fully half of the list could simply be dropped for those users.