gonetz / GLideN64

A new generation, open-source graphics plugin for N64 emulators.
Other
754 stars 174 forks source link

native res factor when fbemu disabled #2804

Open ghost opened 6 months ago

ghost commented 6 months ago

would it be possible to add support for a native resolution factor scale when framebuffer emulation is disabled? currently native res factors are only supported when fbemu is enabled, i wonder could similar logic be used when fbemu is disabled

gonetz commented 2 months ago

Calculation of color buffer size (that is the native resolution) is a part of framebuffer emulation. The plugin can't use native resolution factor scale without knowing that size.