notaz
notaz
So this looks like a rewrite of Unai, any idea how it compares to the old one? I mean it's performance and accuracy. There also seem to be more things...
Seems like this breaks configure: ``` $ ./configure ./configure: 149: Syntax error: ")" unexpected (expecting ";;") ```
And doesn't even compile on pandora: ``` make[1]: Entering directory '/home/notaz/dev/arm/pcsxr-1.9.92/plugins/dfxvideo' arm-unknown-linux-gnueabi-gcc -o gpu_peops.so -Wall -ggdb -O2 -fno-strict-aliasing -ffast-math -I../../include -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon -DRAM_FIXED -D_FILE_OFFSET_BITS=64 -Wno-unused-result -fPIC -shared -Wl,--no-undefined gpulib_if.c...
I've tested it on pandora and gpu_unai is not working right, unless lighting option is off it only renders every second line:  Here the missing lines are green,...
ok it finally works, but gpu_unai's performance is disappointing: ``` fps old new spyro1 130 112 tekken3 95 68 nfs3 107 91 ``` I can guess it's more accurate as...
One solution would be to have both old and new unai as separate plugins, since the code has changed so much it could be seen as a new thing. Could...
This repo still does. But from what I saw the libretro fork has it enabled only for the 3DS, and that has some random crash reports (3DS only) that I...
It could be generalized to work with any gpu plugin, but that means effort now and extra maintenance burden for future. I think I prefer this situation to stay as-is...
There are such timing problems due to design of this emulator. If somebody has a clock setting that matches the hardware better please post it here and it can be...
I'm sure the hardware can do it, but I don't know anything about the OS, like if it allows dynarecs/jits/NEON.