diff --git a/_service b/_service index 75dfaf9..8eaa0ad 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ retroarch @PARENT_TAG@ v(.*) - v1.10.3 + v1.12.0 media/icons ps2 uwp diff --git a/retroarch-1.10.3.tar.gz b/retroarch-1.10.3.tar.gz deleted file mode 100644 index cc6ee39..0000000 --- a/retroarch-1.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b9ce2d5c12664d45ac43c074516b8f509751b6851222f2a6ccfb5df214e8fd6 -size 42482226 diff --git a/retroarch-1.12.0.tar.gz b/retroarch-1.12.0.tar.gz new file mode 100644 index 0000000..fa9ff29 --- /dev/null +++ b/retroarch-1.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6a3bc7619dced3004adc58fe210aa1f2b5b013da3fbbe0c51a5d8f9a089b9b +size 44713058 diff --git a/retroarch.changes b/retroarch.changes index 3673568..39ff01e 100644 --- a/retroarch.changes +++ b/retroarch.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sun Nov 6 11:56:22 UTC 2022 - Yunhe Guo + +- Remove --enable-libusb because of upstream change +- Update to version 1.12.0 + * CONFIG/CLI: Allow use of --appendconfig with override cfgs instead of getting ignored + * CONFIG/LOGGING: No more console startup logging if logging to file + * CONFIG: Saves config on exit only once instead of (worst case scenario) 3 times + * DATABASE/EXPLORE/VIEW: Add View feature - Add saving of a filter set in the Explore menu into a so called "View" file which then gets listed alongside playlists. This also adds the ability to filter a category by range in the Explore menu and not just filter on exact matches. + * FILEBROWSER: Fix regression - certain extensions keep disappearing + * IOS: New modern iOS version (targeting iOS 13 and up), leverages Swift + * IOS: Fixes to iOS toolbar + * IOS16: Add iOS 16 lock screen widget + * IOS13+: Added emulator keyboard + * IOS13+: Add JIT support for non-jailbroken devices + * IOS13+: Added support for touch mouse handler + * IOS13+: Changed click-and-drag behavior to double tap hold and drag + * INPUT/HAPTIC/OVERLAYS/ANDROID: Improve haptic feedback for input overlays + * LINUX/MALI FBDEV: Add conditional support for OpenGL ES 3.x + * LOCALIZATION: Updates + * LOCALIZATION/ENGLISH: Add British English language option + * LOGGING/QT: Increase log buffer to 2048 characters - Vulkan validation layer + messages output correctly now. + * MENU/XMB: Remember selection per main tabs. Addresses the following : collection playlists can contain hundreds or thousands of items. When scrolling through one, pressing left or right by accident can be common. This resets the playlist to the top + * MIST/STEAM/STEAMDECK: Don't expose Black Frame Insertion (BFI) if we are running on a Steam Deck + * NETWORKING/WINDOWS: Disable poll support for MSVC 2010 and earlier. WSAPoll is not supported on Windows XP and earlier. + * NETWORKING/WIIU: Fix socket_connect_with_timeout for WIIU + * NETWORKING/WIIU: Fixes RetroAchievements login + * NETWORKING/WIIU: Fixes other online updater functionality + * SAVESTATES/NOTIFICATIONS: Add delay to savestate notifications, so that GPU savestate screenshots stay untouched + * SAVESTATES/SCREENSHOTS: Avoid 'video_gpu_screenshot' with savestates. Allow GPU screenshots with savestates only when there is no other way of getting a screenshot. + * SCREENSHOTS/VULKAN: Unload screenshot widget texture early. Fixes Vulkan crash when closing content while a screenshot widget is still on-screen + * SCREENSHOTS/VULKAN: Fix screenshot widget crash when ticker animating + * WAYLAND: Set correct app ID + * WIIU: Add some missing default directories + * WIIU: Get mkdir working on WiiU (directory creation) + ------------------------------------------------------------------- Thu Apr 21 15:00:07 UTC 2022 - Yunhe Guo diff --git a/retroarch.spec b/retroarch.spec index 7508917..95cb0d2 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -17,7 +17,7 @@ Name: retroarch -Version: 1.10.3 +Version: 1.12.0 Release: 0 Summary: Emulator frontend License: GPL-3.0-only @@ -92,7 +92,6 @@ export CXXFLAGS="$CFLAGS" --enable-materialui \ --enable-xmb \ --enable-sdl2 \ - --enable-libusb \ --enable-udev \ --enable-threads \ --enable-thread_storage \