JaCzekanski / Avocado

🥑 PlayStation 1 emulator
GNU General Public License v2.0
538 stars 31 forks source link

[HW] Add dithering options #67

Open shikulja opened 4 years ago

shikulja commented 4 years ago

add dithering options it would be more convenient to manually configure retroarch (beetle_hw) has 3 type:

JaCzekanski commented 4 years ago

For software-rendering, I can add a toggle switch to disable Dithering (no internal resolution scaling for now).

As for hardware rendering - triangles are rendered using a 24bit color palette making the dithering pretty useless. Dithering itself isn't supported at this moment.