LibretroAdmin

Results 220 comments of LibretroAdmin

Hi, can the merge conflicts be resolved?

Sorry for the long wait @KiralyCraft . It's now merged

I was asked to merge it. Maybe there was some misunderstanding or miscommunication. Anyway, I will revert it now then. How do we proceed from here?

You should give us an exact indication of your runtime state. * The OS you are running * All the background applications/services you are running * Preferably a zip/copy of...

> > You should give us an exact indication of your runtime state. > > > > * The OS you are running > > * All the background applications/services...

@alphanu1 Is it OK to merge this or is the userland actually used for something still?

@alphanu1 So what's the status on this? By merging this are we removing support for something related to CRT SwitchRes or are we good here?

Here are the current build failures - https://git.libretro.com/libretro/stella/-/pipelines/270849

I think you added those C++20 compilation flags yourself to the Makefile here - https://github.com/stella-emu/stella/blob/master/src/os/libretro/Makefile#L49 As well as Android.mk. Anyway, knowing what I've experienced with C++ toolchains in the past,...

C++20 wasn't supported on Android NDK until last year - https://github.com/android/ndk/releases/tag/r26 So to get it to compile on Android will require a toolchain upgrade on our server. Which is also...