pcercuei / gpSP

Exophase's GBA emulator for the Dingoo A320 handheld system.
GNU General Public License v2.0
6 stars 5 forks source link

Add bilinear filtering plus filter from VBA to gpSP #2

Closed 133794m3r closed 11 years ago

133794m3r commented 11 years ago

As stated above the bilinear filtering plus from VBA makes the games look slightly better than the default bilinear filter. The source code in VBA is C++ but it seems to be (the filter itself) to be pure C(to me at least.) The project page is below, and below that is a direct link to the source code itself. http://sourceforge.net/projects/vbam/

http://vbam.svn.sourceforge.net/viewvc/vbam/trunk/src/filters/bilinear.cpp?revision=1195&view=markup

As you can see the code itself looks to be identical to C, so it shouldn't be that hard to add this filter to the bilinear filter used in the gcw. I've not been able to get the emulator to take a screenshot when the screen is blown up 2x(easily) bu tit definitely looks better than stock bilinear filtering.

pcercuei commented 11 years ago

This won't happen, for several reasons:

133794m3r commented 11 years ago

I didn't realize the gpsp renders them in 16bit... then yeah it's useless. You can close this, or I'll close it. Either way it's kinda useless. I'll wait till video's out, and once that's out, hopefully you can add hq4x scaler+bilinear together so the hdmi out looks good.