flyinghead

Results 755 comments of flyinghead

Fixed on master: the USE_BREAKPAD cmake option can be used to disable building and linking with breakpad.

cmake 4.0 compatibility has been fixed for the most part on master and dev. flycast standalone uses NDK 23.2.8568313 for android builds. Not sure about retroarch builds but I doubt...

cmake 4.0 isn't used for android builds yet so it's not supported for now

I don't exactly know what this change does but it doesn't force 640x240 output. The internal rendering resolution is set using `config::RenderResolution`, which you set to 480 (implying a render...

There artifacts are due to the Transparent Sorting method used (Per Triangle). They disappear when using the more accurate "Per Pixel" mode. Unfortunately your GPU doesn't seem to support this...

This is due to a GNU C++ compiler bug: ``` /home/pi/RetroPie-Setup/tmp/build/lr-flycast-flyinghead/core/hw/sh4/sh4_interrupts.cpp:264:1: internal compiler error: in gen_reg_rtx, at emit-rtl.c:1187 } ^ ```

I believe this has been reported before but I have no idea what could cause this.