zoltanvb
zoltanvb
It's called Input (Autoconfig) Connection Notifications, under Settings / User Interface / On-screen Notifications / Notification Visibility.
The fallback notification is coming in every case, since it normally indicates that the controller will not work as expected. If you save an autoconfig profile (Input / RetroPad Binds...
Related request: #13924
The Linux (x64) build environment can be tried as: `sudo docker run -it --rm -v "AppleWin:/build" git.libretro.com:5050/libretro-infrastructure/libretro-build-amd64-ubuntu:xenial-gcc9 bash` I have made some initial attempts, libboost-dev, libyaml-dev and libminizip-dev had to...
The build image is indeed ancient, partly on purpose, to keep binary compatibility. But it could probably be increased to bionic (by using `git.libretro.com:5050/libretro-infrastructure/libretro-build-amd64-ubuntu:latest`), as it was done with melonds-ds,...
I believe it is usually not preferred, as it limits the portability, but it is not enforced. Here is a crude scan of dynamic libraries in current Linux x86_64 cores:...
Wow, great! Thank you for the efforts, I reproduced the build with minimal effort. Next step could be reproducing 64-bit Windows builds, it is done using cross-compiling with another Docker...
Hi, sorry for the long feedback times. This container is using Bionic, but the cmake version is still too old, I was able to make first steps with: ``` apt-get...
Oops, no, this will try a Linux binary... Cmake should be invoked like: `x86_64-w64-mingw32.static-cmake`
This seems to bring a few: ``` echo "deb http://pkg.mxe.cc/repos/apt bionic main" > /etc/apt/sources.list.d/mxeapt.list apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C6BF758A33A3A276 apt-get update ``` Maybe the needed one is `mxe-x86-64-w64-mingw32.static-boost` .