TriForceX / MiyooCFW

Custom firmware source code and resources for BittBoy, PocketGo, PowKiddy V90-Q90-Q20 and third party handheld consoles
GNU General Public License v2.0
1.1k stars 112 forks source link

TV out slowdown (broken on `musl` build with frontend) #539

Open IDOCARE1 opened 10 months ago

IDOCARE1 commented 10 months ago

RA cores seem to run even slower using TV out. You can tell by listening to the stuttering sound.

tiopex commented 10 months ago

Yes, performance on TV out is slower due to using 32bpp mode instead 16bpp. Unfortunately, f1c100 HW scaler can only work 32bpp mode, 16bpp mode is not supported, and there's nothing we can do with this.

IDOCARE1 commented 10 months ago

That's cool, thanks.

Still works fine for JRPG's without the sound on, you don't notice the slight stutter :D

actraiser30 commented 9 months ago

Hi is 24bit supported on tv out??

And another thing is I used the less compatible image and with tv out enabled anything I was running eg: gb/nes was not working and returning to the gui,is this a known issue???

I have a bittboy 3.5

Thanks

Apaczer commented 9 months ago

less compatible image and with tv out enabled anything I was running eg: gb/nes was not working

looks like it is a GMenu2X issue on musl build, thanks for reporting