gouchi
gouchi
> I don't have time to look into this. I assumed task_push_load_content... would queue this task to trigger at the correct > time but this isn't the case. Not sure...
Is it working using [Alpine Linux package with v1.2.0](https://pkgs.alpinelinux.org/package/edge/community/aarch64/retroarch) ? Thank you.
[Report](https://pastebin.com/raw/C5YTaXWZ) from discord, it is working using both with `desktop_menu_enable` set to `true` or `false` compiling RA ``` git clone https://github.com/libretro/RetroArch.git retroarch cd retroarch ./configure --enable-kms --enable-egl --enable-vulkan --disable-x11 --disable-wayland...
Hi @Littlemac123 Can you provide some [log](https://docs.libretro.com/guides/generating-retroarch-logs/#retroarch-logs) when using glcore video driver ? Thank you.
Don't know why but it seems [libsixel](https://github.com/saitoha/libsixel) is giving this issue. You should try to build RetroArch with `--disable-sixel`.
@rbreaves Is it still an issue with [latest version](https://apps.apple.com/us/app/retroarch/id6499539433) on the Apple store ? Thank you.
@Dako9767845 Please rename your issue title accordingly to your issue. The more precise you are, the more likely it is that your problem will be checked. Thank you.
Also try to provide some [log](https://docs.libretro.com/guides/generating-retroarch-logs/#generating-logs-in-windows) as mentioned in the issue template. Thank you.
> Because a vision softly creeping Can you retry with [latest nightly RA](https://buildbot.libretro.com/nightly/windows/x86/) and updated core ? Thank you.
FWIU, performance counter setting is [saved](https://github.com/libretro/RetroArch/blob/5730ac51a54f56bc71cc719617f490193968a244/configuration.c#L5306-L5308) but it seems there an issue when loading the configuration file for this [boolean parameter](https://github.com/libretro/RetroArch/blob/5730ac51a54f56bc71cc719617f490193968a244/configuration.c#L3646-L3651) as `perfcnt_enable` is not listed ? [bool_settings](https://github.com/libretro/RetroArch/blob/5730ac51a54f56bc71cc719617f490193968a244/configuration.c#L2683) is created...