gouchi
gouchi
> Is there any chance we could get a FreeBSD amd64 CI runner? We will need to add [Cirrus CI](https://cirrus-ci.org/features/) or [Travis CI](https://docs.travis-ci.com/user/reference/freebsd/) ? We have [Travis](https://github.com/libretro/RetroArch/blob/master/.travis.yml) but it will...
@ehaupt Sure we can discuss the pipeline in more detail to a separate issue to enable FreeBSD CI test. @LibretroAdmin CI build error has been fixed.
I tested on FreeBSD 14.1 and I confirm that the patches are needed to compile RA. ``` git clone https://github.com/libretro/RetroArch.git cd RetroArch git fetch origin pull/16221/head:pr16221 git checkout pr16221 ./configure...
@javoerro @LunaMoo Can you make a test and report now that it is available on the [Apple Store](https://apps.apple.com/app/retroarch/id6499539433) ? Thank you for your tests.
@javoerro Can you rename the issue title to something `Unable to save data on iOS`. @hrydgard It seems that this issue is not Libretro specific.
I confirm it is working using Vulkan with Adreno 512 on Android 10 with RA version 1.18.0 Log ``` RetroArch I RetroArch 1.18.0 (Git 06fa5325f8) I === Build ======================================= I...
@Severem This is not the subject of this issue so please open another issue. It look likes your [issue is more on RetroArch](https://github.com/libretro/retroarch). Moreover, you should better use [F-Droid version](https://f-droid.org/fr/packages/com.retroarch/)...
@Severem Please continue your issue to [this one](https://github.com/hrydgard/ppsspp/issues/13816) which is more appropriate. Also provide some information like screenshot and [log](https://docs.libretro.com/guides/generating-retroarch-logs/#generating-logs-in-android) if possible. Thank you.
I tried to make a quick using [msys2 ](https://www.msys2.org/) and I got using ``` git clone https://github.com/audetto/AppleWin.git --recursive mkdir build cd build/ cmake -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_LIBRETRO=ON .. -- The C compiler...
I was missing packages ` zlib-devel mingw-w64-x86_64-minizip mingw-w64-x86_64-libslirp mingw-w64-x86_64-libyaml mingw-w64-x86_64-boost ` CMake is ok now ``` cmake -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_LIBRETRO=ON .. -- The C compiler identification is GNU 14.1.0 -- The...