flyinghead

Results 717 comments of flyinghead

The change is due to cf36384481a165c6c1c609dbb38caa7ea9de4543: If texture filtering is forced to nearest then the final framebuffer itself is drawn with nearest filtering. The idea being that people who force...

I pushed a change to disable anisotropic filtering in Open GL when using nearest filtering. To answer your last question, if it were just me the options to force nearest...

I didn't hear any complaint and my response wasn't personal in any way. Thank you for reporting this issue since it helped fix the problem at least partially.

Known issue: https://github.com/libretro/flycast/issues/831 No known fix or work-around

Should be fixed in the latest `dev` branch build.

I committed two fixes for these issues on the dev branch. Note that the black lines artifacts around the characters still happen when upscaling (x1.5 and up). But it should...

Thanks for testing and reporting. I updated the previous change to only ignore CD_PLAY if already playing, and not when paused. This should reset the audio track at the beginning...

Yet another change, hopefully final. And it should also fix the problem when using HLE BIOS.

Similar to https://github.com/libretro/flycast/issues/414

Note: Doom does direct framebuffer writes but the current detection mechanism doesn't work.