libretro / RACE

This is the RACE NGPC emulator modified by "theelf" to run on the PSP. It is likely forked from the Akop Karapetyan PSP version of RACE (http://psp.akop.org/race).
GNU General Public License v2.0
5 stars 14 forks source link

Add OpenDingux target #18

Closed jdgleaver closed 4 years ago

jdgleaver commented 4 years ago

This PR adds an OpenDingux (GCW0) target to the makefile.

Tested on an RG350M, the core runs perfectly with the following caveat: when using the internal IPU hardware scaler, running content at the native resolution causes display corruption (because the IPU cannot handle the NGP's peculiar screen dimensions). Applying any video filter corrects the issue (and a video filter is mandatory anyway, to avoid extreme blurring).

I will attempt to fix the native resolution corruption on the frontend side at a later date.