Files
retroarch/_service

52 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

Update to 1.22.1 - Update to 1.22.1 # 1.22.1 * ANDROID: OnNewIntent handler to allow launchers start new content without closing first * ANDROID: Use app-specific storage for Google Play builds of RetroArch * ANDROID: Implement support for the Storage Access Framework, to allow the user to mount most directories1 from internal storage, the SD card, other removable storage devices and any document providers provided by other Android apps on the current device. * 3DS: Add 800px mode for New 3DS models * APPLE: Include sameduck, gearcoleco, geargrafx cores in App Store builds * APPLE: Include reminiscence, virtualjaguar, vitaquake2 cores in App Store builds * APPLE: Include gam4980 core in App Store builds * APPLE: Bundle identifier added to Information menu * APPLE: Option to control the usage of Metal argument buffers * APPLE: Don't force fullscreen, allow multitasking on iPad * APPLE: AppIntents for Siri, Shortcuts * APPLE: Fix ffmpeg camera driver * APPLE/MFI: Try harder to own the home button * AUDIO: Microphone CoreAudio driver for iOS and macOS * AUTOCONF: Autoconfig match extended with a physical identifier * CAMERA: Use ffmpeg libavfilter virtual input device as default * CHEEVOS: Show additional message for unsupported achievements * CHEEVOS: Upgrade to rcheevos 12.1 * CHEEVOS: Change expired token message from info to error * CHEEVOS: Hashing of RVZ files is now supported * CLOUDSYNC: Enable icloud_drive cloud sync backend on MacOS / iOS * CLOUDSYNC: Don't always trust the server hash * CLOUDSYNC: Enable WebDAV support for Android * CLOUDSYNC: Speed up cloudsync on Apple * DATABASE: Improve multidisk game scanning * DATABASE: Filter in Database Manager now works for genre and region * EMSCRIPTEN: Support core switching OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=90
2025-11-18 12:10:13 +00:00
<services>
<service name="tar_scm" mode="localonly">
<param name="url">https://github.com/libretro/RetroArch.git</param>
<param name="scm">git</param>
<param name="filename">retroarch</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.22.1</param>
<!-- The following files/folders have non-free licensing. Exclude them. -->
<param name="exclude">.github</param>
<param name="exclude">.vscode</param>
<param name="exclude">bootstrap</param>
<param name="exclude">ctr</param>
<param name="exclude">dingux</param>
<param name="exclude">dist-scripts</param>
<param name="exclude">dist-scripts</param>
<param name="exclude">emscripten</param>
<param name="exclude">fastlane</param>
<param name="exclude">memory</param>
<param name="exclude">pkg/360</param>
<param name="exclude">pkg/android</param>
<param name="exclude">pkg/apple</param>
<param name="exclude">pkg/ctr</param>
<param name="exclude">pkg/ecmscripten</param>
<param name="exclude">pkg/libnx</param>
<param name="exclude">pkg/miyoo</param>
<param name="exclude">pkg/msvc</param>
<param name="exclude">pkg/msvc-uwp</param>
<param name="exclude">pkg/ngc</param>
<param name="exclude">pkg/pandora</param>
<param name="exclude">pkg/ps3</param>
<param name="exclude">pkg/ps3_dex</param>
<param name="exclude">pkg/ps3_iso</param>
<param name="exclude">pkg/psl1ght</param>
<param name="exclude">pkg/psp1</param>
<param name="exclude">pkg/qnx</param>
<param name="exclude">pkg/sailfishos</param>
<param name="exclude">pkg/vita</param>
<param name="exclude">pkg/wii</param>
<param name="exclude">pkg/wiiu</param>
<param name="exclude">pkg/windows</param>
<param name="exclude">pkg/webos</param>
<param name="exclude">webos</param>
</service>
<service name="set_version" mode="localonly">
</service>
<service name="recompress" mode="localonly">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>