* CHEEVOS: Upgrade to rcheevos 10.5
* COMPILATION: Fixed compiling with --disable-menu
* CONFIG: Don't show override notification with appendconfig alone
* DATABASE/PLAYLISTS: Playlist + database changes - Cleanup 'entry_slot', fallback label + logging
* FRONTEND: Fix default remaps folder for various cores: remap should be nested in config folder
* GFX/VIDEO FILTERS: Prevent video filter init if game is not running
* HOTKEYS: Fix shader toggle and add hotkey + sublabel
* HOTKEYS: Cleanups and corrections - Keep hotkey pause and menu pause separate in order to not trigger unwanted pause when toggling menu regardless if menu will pause or not
* HOTKEYS: Cleanups and corrections - Allow unpausing with Start (makes resuming more convenient after controller disconnect if menu does not pause)
* INPUT: Fixed the way devices were previously indexed. Input devices were only being indexed in order and would stop at the first time an input has no device connected to it. The problem is when a device gets disconnected, that input will have no devices connected to it, but the next input may still have a device connected. So, that makes changing the port of the currently connected devices impossible.
* INPUT/AUTOCONFIG: Add option for pause on controller disconnect
* INPUT/AUTOCONFIG: Driver independent disconnection notification. Should show disconnect notification now properly on Windows with XInput and/or DirectInput pads
* INPUT/HID: Added usb hid controllers for the famous ZeroDelay encoder and also for "Kade: Kick Ass Dynamic Encoder" to be able to use some custom arcade sticks.
* INPUT/OVERLAY: Add eightway area types.
* INPUT/OVERLAY: Ignore hitboxes with zero area. I.e. Set 'reach_x' or 'reach_y' to zero to ensure no hitbox math is done. This simplifies designating animation-only descriptors (e.g. for eightway areas) or obsolete descriptors.
* INPUT/OVERLAY: Add 'reach' and 'exclusive' for hitboxes. Allows stretching hitboxes and handling their overlap.
* INPUT/OVERLAY: Fix overlay next_index for unnamed targets
* INPUT/MENU: Addition to analog stick menu navigation
* INPUT/MENU: Enable menu navigation also with right analog stick
* INPUT/MENU: Add option for swapping menu scrolling buttons
* LOCALIZATION: Updates
* LOCALIZATION: Add Hungarian language option
* MENU: Thumbnail fullscreen toggle behavior correction
* MENU: Consistent left-right scrolling for Quick Menu items
* MENU: Remove useless sublabel from System Information
* MENU: Improve widget appearance with missing assets
* MENU/QT/WIMP: Remove SSL/TLS check at startup
* MENU/OZONE: Show metadata helper in footer only with second thumbnail
* MENU/OZONE: Footer improvements - Add "Cycle thumbnails" helper when suitable
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=71
* 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
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=67
* AI/SERVICE: Disable AI Service setting by default
* BLUETOOTH/LAKKA: bluetoothctl: add / modify pairing steps
* CHEEVOS: Disallow manual frame delay setting in Hardcore Mode
* DATABASE: Serial scanning for Wii now includes WBFS
* INPUT: Allow proper descriptor declaration for analog triggers
* INPUT/MAPPING: Fix offset + crash when clearing input port binds
* INPUT/MAPPING: Fix saving of 'Analog to Digital Type' when configuration overrides are used
* INPUT/MAPPING: Fix saving of 'Analog to Digital Type' when configuration overrides are used
* LOCALIZATION: Add Valencian language option
* LOCALIZATION: Updates
* MENU/SETTINGS: Move 'Show Menu Bar' under 'Windowed Mode' settings
* MENU/SETTINGS: Add sublabels for 'Subsystems' and 'Input Deadzone/Sensitivity'
* MENU/SETTINGS: Move 'On-Screen Notifications' to top
* MENU/XMB: Unified the shadow alpha value to a slightly darker one for better readability
* MENU/XMB: Corrected the option label and sublabel for actual behavior
* STATIC PLATFORMS: Populate all history list metadata when launching content from playlists
* VIDEO: Fast-Forward Frameskip improvement
* VIDEO/THREADED: Stability fixes
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=65
* CHEEVOS: Update to rcheevos 10.3.3
* CHEEVOS: Support for Arduboy
* CHEEVOS: Fix tab sequences in rich presence being turned into t
character
* CHEEVOS: Fix overflow when parsing float value that has more than
9 digits after the decimal
* CHEEVOS: Fix memory mapping when disconnect mask breaks a region
into multiple blocks
* CORES: Enable manual selection of which cores are displayed in
the 'Standalone Cores' menu
* DATABASE/EXPLORE: Added more categories to the Explore menu
* INPUT: Fix analog stick not working with 'Unified Menu Controls'
* INPUT/MAPPING: Add 'Manage Remap Files' submenu + automatically
save input remaps when closing content
* INPUT/MAPPING: Add 'Reset Input Mapping' option to 'Manage Remap
Files' menu
* INPUT/MAPPING: Fix keyboard device remap nulling
* LIBRETRO: RETRO_ENVIRONMENT_SHUTDOWN fix - ensure core is properly
unloaded when RETRO_ENVIRONMENT_SHUTDOWN is called
* LIBRETRO: RETRO_ENVIRONMENT_SHUTDOWN fix - ensure menu stack is
properly flushed when RETRO_ENVIRONMENT_SHUTDOWN is called
* LINUX/MALI FBDEV: Fix segfault switching video threaded from
quickmenu
* LOCALIZATION: Add Czech language support
* MENU/SETTINGS: Remove 'Advanced Settings' flag from 'Settings >
Core' menu
* MENU/MATERIALUI: Add 'Gray Dark + Light' themes
* MENU/RGUI: Add 6x10 extended ASCII and Latin Extended A and B
fonts. These will enable most Latin alphabets to be displayed in RGUI.
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=63
* ARCHIVE: Allow loading files from archive subdirectory
* AUDIO: Remove frame limit from audio batch callback. Before, if
a core used the audio batch callback, there would be a hidden
cap of 1024 on the number of audio frames that could be sent. If
a core exceeded this value, any excess samples were silently
discarded. While this is sufficient for 'normal' samplerates/
framerates, it means that e.g. a core using the batch callback
to send 44100 Hz audio at 30 fps with would have entirely broken
sound. This has been fixed by removing the audio batch frame limit.
* AUDIO/RESAMPLER/NEON: Implement sinc kaiser NEON function
* CHEEVOS: Reset hardcore default to enabled; show message when
trying to load state in hardcore
* CHEEVOS: Fix memory map conversion
* CHEEVOS: Check netplay status when unlocking achievements
* CHEEVOS: Support for hashing buffered NDS ROMs
* CHEEVOS: Fix hung task whe badge doesn't exist
* CLI: Load save states from command-line or playlist
* CORE INFO CACHE/SETTINGS: Restore missing 'Cache Core Info Files'
menu entry
* DATABASE: Serial scanning for Gamecube/MegaCD/SegaCD/Saturn/PSX
/PSP/Dreamcast/Wii
* EMSCRIPTEN: Add Jaxe, WASM4 cores
* FILE IO: Fix incorrect file names for remap files when the
content path doesn't have a preceding slash
* INPUT/OVERLAY: Added support for showing the overlay behind the
menu instead of in front. This is currently only supported on
the GL, Vulkan, D3D 9/10/11/12 and 3DS drivers.
* INPUT/UDEV: Convert abs mouse from screen to viewport coordinates;
fix relative mouse coords
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=57
* COMMAND: Command interface should work again
* INPUT/HID: Rewrote the HID deregistration algorithm; it should
no longer cause issues when dealing with multiple pads of the
same HID/VID combo
* INPUT/HID: Fix initialization bug that caused wiimotes to fail
to register without an accessory attached
* INPUT/HID: Fix Wiimote regression
* INPUT/UDEV: Add extra abs check for dolphinbar
* INPUT/UDEV: Add relative left mouse button when pointer device
is not abs
* INPUT/WAYLAND: Fix keyboard input on Wayland - fixes 'Certain
cores ignore user input'
* NETPLAY: Improvements from Cthulhu
* LIBRETRO: Enable SRAM for contentless cores
* LIBRETRO: Add environment callback to get the rate retro_run is
called - GET_THROTTLE_STATE and RETRO_THROTTLE_UNBLOCKED
environment callback
* LINUX: Update metadata manifest
* MENU/OZONE: New themes - Solarized Light, Solarized Dark
- Update to version 1.9.11
* INPUT: Refactor menu toggle combo button logic to allow quit
combo button
* INPUT/UDEV: Add mouse relative check and set appropriately to
fix issue
* LIBRETRO: Add environment callback to enable cores to notify
the frontend that a core otion value has changed
* STEAM/LINUX: Move to new 'soldier' runtime
* WAYLAND: Remove xdg-shell-v6 protocol
- Update to version 1.9.10
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=56
* AUDIO/MIXER: Ensure than menu sounds are re-enabled when calling
CMD_EVENT_AUDIO_REINIT
* AUDIO/RESAMPLER/MIXER: Fix menu sounds (audio mixing) when using
the 'sinc' resampler with quality lower than 'normal'
* AUDIO/CONVERSION/ARM NEON: Add intrinsic NEON versions for
float_to_s16/s16_to_float - should lead to optimized codepaths
for AArch64/ARMv7 architectures without being dependent on ASM
codepaths.
* AUDIO/RESAMPLER/ARM NEON: Add intrinsic NEON version for lanczos
sinc function - should lead to optimized codepaths for AArch64/ARMv7
architectures without being dependent on ASM codepaths.
* CHEEVOS: Upgrade to rcheevos 10.2
* CHEATS: Add enhanced search functionality to the 'Cheats' menu
* CHEATS/RUNAHEAD: Fix cheats when using second instance runahead
* CONFIG: Add option to (force-)write current core options to disk (Quick Menu)
* CORE INFO CACHE: Remove core path from core info cache. Should
make core info caches portable now (for example: you can move
RetroArch to a separate dir and they would still work).
* INPUT/OVERLAY: Fix overlay input when analog to digital mapping
is enabled
* INPUT/UDEV: Look for "ID_INPUT_KEY", not "ID_INPUT_KEYBOARD"
* INPUT/WINRAW: Fix crash when overlay is enabled
* MENU: Allow 'Custom Aspect Ratio (X Position)/(Y Position)/(Width)/(Height)'
to be entered manually via keyboard
* MENU: Allow 'Vertical Refresh Rate' to be entered manually via keyboard
* MENU/SHADERS: Highlight currently selected value in Shader Parameter drop-down lists
* STABILITY: Safer way of avoiding the race condition in
audio_driver_sample/audio_driver_sample_batch - we can check
audio-suspended to see if we're doing a fs/windowed toggle - enhances
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=55
* ARCHIVE: Fix archive delimiter detection when file path contains no slashes
* AUDIO/XAUDIO2: Fail instead of crashing when disconnecting an audio device
* CHEEVOS: Reset cached progress each time menu is opened
* CRT/SWITCHRES: Add support for switchres.ini core and directory overrides
* GFX: Fix uninitialized variables in gfx_display_draw_cursor
* HISTORY: Hide 'Add to Favorites' when viewing an entry of the favorites playlist
* INPUT: 'Analog to Digital Type' usability improvements
* INPUT: Add support for mapping multiple controllers to a single input device
* INPUT/REMAPPING: Add support for mapping multiple controllers to a single input device
* INPUT/LIGHTGUN: Bind lightgun trigger to first mouse button by default
* INPUT/WINDOWS/RAWINPUT: Mouse access violation fix
* INPUT/UDEV: Only add mouse if it has buttons and add vebose device friendly names
* INPUT/UDEV: Skip mouse with no button errors and keep the rest
* INPUT/UDEV: Fix Game Focus mode
* INPUT/UDEV/X11: Change udev driver for dual lightgun support in X11
* LOCALIZATION: Fetch translations from Crowdin
* LOCALIZATION: Fix Switchres menu texts
* MENU/OZONE: Ensure sidebar display status is updated correctly when performing rapid menu navigation
* MENU/XMB: Dynamic wallpaper fix
* MENU/XMB: Icon opacity fix
* MENU/QT/WIMP: Fix default core detection when playlist file name does not match 'db_name'
* PLAYLISTS: Optimise scanning of large rom sets
* SECURITY: Plug so-called high-risk vulnerability related to Powershell - avoid injection - don't send speech input as commandline argument
* X11: Fix threaded video segfault
- Cleanup with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=52
* Won't compile on old OSX PowerPC GCC
* Fix and cleanup flags for gekko platforms
* Switch from ad-hoc endianness handling to retro_endianness.h
* Add file_path_io.c as it's required for linux compilation
* Add back missing files
* Fix psl1ght defines
* Update VFS-related parts of libretro-common
* retro_run: Don't attempt to run domm lop after exit
* MSVC buildfix
* Use fixed point in precise flat calculation
* Make sure variable declaration is C89 compatible
* Add joystick axis to the control descriptors
* C89 buildfixes
* Increase size of savestate to fit MAP19
* Fix savestate load from non-level state to level
* Avoid glitchy mobj interpolation when rewinding
* Fix warnings on mingw64
* Do not alter gameaction on G_DoSaveGameToBuffer
* Determine if "gameless" savestate from "gamestate"
* Interpolation support for serialized states
* Only tick menu when active
* Use gametic instead of skullAnimCounter
* Fix menu skull blinking
* Do not reallocate or memcpy save state buffer
* C89 buildfixes
* Implement retro_serialize and retro_unserialize.
* Fix double-free on failed load
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=41
- Update retroarch-config.patch
* Disable menu_show_online_updater because thumbnails will be
downloaded on demand and all other content should be provided
by RPM packages
* Set rgui_browser_directory to user home instead of system root
* Enable network_on_demand_thumbnails option
* Set system_directory so we can package some core system files
- Recommends:
* libretro-core-info
* libretro-database
* libretro-nestopia
* libretro-bsnes
* libretro-mgba
* libretro-gambatte
- Add retroarch-config.patch to disable in-app updates and enable
system assets directory
- Remove retroarch.desktop because it is already in source tarball
- Update to 1.7.8.4
* Update AndroidManifest.xml
- Update to 1.7.8.3
* Update CHANGES.md
- Update to 1.7.8.2
* Update CHANGES.md
- Recommend retroarch-joypad-autoconfig and retroarch-assets
OBS-URL: https://build.opensuse.org/request/show/733946
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=15
- 3DS: Fix C-Stick y-axis inversion
- 3DS: Update all icon/banner images
- AI: Add AI Service functionality (enabled for Windows/Mac/Linux/Android/iOS).
- APPLE (MAC/IOS/TVOS): Fix autodetect for mFI controllers: properly call autodetect add on the connect notification, and add call to disconnect on GameController disconnect notification.
- ANDROID: Implemented multi-touch touchscreen support
- ANDROID: Now can be built with Gradle/Android Studio
- AUDIO/WINDOWS: You can now select between audio devices for XAudio2/DirectSound/XAudio2 by pressing left/right on the Audio Device option.
- AUDIO/WINDOWS: Setting the device by either index number or name string should work.
- BLISS-BOX: Add 4 new pad types from firmware 3.0
- BPS/UPS: Re-allocation target_data variable for target patch size (can now apply bigger patches without extra-bytes on memory)
- CDROM: Added real CD-ROM functionality for Windows and Linux.
- CDROM: Added disc dumping.
- COMMON: Add separate frontend logging
- COMMON: Ability to set FPS update interval (used in the window titlebar/FPS widget)
- COMMON: Add 'Reset Frame Time Counter' functionality, enable it by default for resizing the window, loading/saving shader presets, fastforwarding, etc.
- COMMON: Add optional 'on demand' thumbnail downloads
- COMMON: Add new playlist-based thumbnail downloader. Hide the legacy thumbnail pack version by default
- COMMON: Show license per core (if available) inside 'Load Core'
- COMMON: Add option to load content from (and dump) CD-ROM discs
- COMMON: Re-enable '--log-file' command line option
- COMMON: Default playlist core association is now stored as metadata inside each playlist
- COMMON: Fix playlist format detection
- COMMON: Favorites playlist size can now be set independently of content history size. Values can be set from 0-999, or '-1' for unlimited (99999)
- COMMON: Prevent adding new items to favorites when playlist is full (old entries are no longer overwritten)
- COMMON: Prevent loading content with cores that require an incompatible graphics API version from the current one
- COMMON: Saved shader presets are now portable across platforms and use relative paths
- COMMON: Add '--set-shader' command line option which works like an override for automatic shader presets
- COMMON: Add global shader presets
- COMMON: Remove 'video_shader' setting, shaders are not saved automatically anymore
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=12
- update to version 1.7.7
* 3DS: Add unique IDs to prevent cores overwriting each other.
* 3DS: Fix screen tearing when running 50Hz content.
* ANDROID: We now target API level 26 (minimum is still API level 9).
* ANDROID: Add option to vibrate on touch (works in menu or overlay).
* ANDROID: Add device vibration option for cores that support rumble.
* ANDROID: Add gamepad vibration support for cores that support rumble.
* ANDROID: Allow stylus/pen to move mouse without pressing down.
* AUDIO: Avoid deadlocks in certain audio drivers when toggling menu sounds on.
* BLISS-BOX: Support PSX Jogcon (requires firmware 3.0).
* CHEEVOS: Fix crash when reading memory that is out of range.
* CHEEVOS: New Cheevos implementation enabled by default.
* CHEEVOS: Pop-up badges when an achievement is triggered.
* CRT: Dynamic super resolution support.
* DISCORD: Fix potential crash when username is empty and discord is disabled.
* DISCORD: Ask to join support for Linux.
* INPUT/ANDROID: Add "Input Block Timeout" option.
* COMMON: For platforms without HAVE_THREADS, don't automatically resume content when saving/loading states
* COMMON: Make playlist sorting optional and consistent.
* COMMON: Fix sorting of playlists with blank labels.
* COMMON: Fix content scanner creating false positive playlist entries that also have wrong label and crc32.
* COMMON: Add some MMX-optimized pixel conversion routines.
* COMMON: Fix typo preventing some SSE2-optimized pixel conversions from being used.
* COMMON: Add option to track how long content has been running over time.
* COMMON: Fix buffer overflows in system information.
* COMMON: Add option to change screen orientation via the windowing system (Android, Windows, X11).
* COMMON: Show CPU model name in log.
* COMMON: Add "Help -> Send Debug Info" option (and F10 hotkey) to send diagnostic info to the RetroArch team for help with problems.
* COMMON: Show GPU device name/version in log.
* COMMON: Add menu option to write log info to a file.
OBS-URL: https://build.opensuse.org/request/show/704432
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=11