ata4 / angrylion-rdp-plus

A low-level N64 video emulation plugin, based on the pixel-perfect angrylion RDP plugin with some improvements.
157 stars 25 forks source link

For "Force 16:9 widescreen", support alternative aspect ratios? #68

Closed AWBuchanan7 closed 6 years ago

AWBuchanan7 commented 6 years ago

How approachable would it be to support alternative aspect ratios such as 21:9 "Ultrawide"? This currently isn't supported from what I can tell, but I'd love to see this for sure!

Jj0YzL5nvJ commented 6 years ago

I don't think it's a good idea or even possible to put a widescreen hack on a LLE plugin based in other "pixel-perfect" LLE plugin. The current multi-threaded rendering can break many things, I don't want to see what a widescreen hack could do.

@AWBuchanan7, what you seek is HLE. I recommend you GLideN64, it even support stereoscopic rendering in a fork.

ata4 commented 6 years ago

Agreed, 4:3 and 16:9 are the only aspect ratios that were ever officially used on the N64. Anything else only works with ROM hacks, and also only in theory, since most hacks are tested with HLE.

AWBuchanan7 commented 6 years ago

No worries - your reasoning makes sense. HLE is great and all, I just love the "unfiltered" look I can get with angrylion that I don't seem to be able to pull quite so much with something like GLideN64. I'm more than happy to stick with 16:9 though. Cheers!