wiiu-env / libgui

7 stars 3 forks source link

Introduce Supersampling Anti-Aliasing #13

Open V10lator opened 4 years ago

V10lator commented 4 years ago

This replaces #10. It changes GuiText::internatRenderingScale to int32_t as it doesn't make much sense to have floating point SSAA values. Also you might want to check if the entered value is valid instead of lazy-setting it.