SHA256
1
0
forked from pool/retroarch
Commit Graph

67 Commits

Author SHA256 Message Date
Yunhe Guo
66410da651 Accepting request 1179411 from home:mschreiner:branches:Emulators
- Update to version 1.19.1:
  * (WASAPI) Only write when running and fix deadlock.

OBS-URL: https://build.opensuse.org/request/show/1179411
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=88
2024-06-08 07:52:47 +00:00
Yunhe Guo
f0d788cb2c - Update to version 1.19.1
* Savestates: Revert savestate changes, was causing corruption and other issues

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=87
2024-06-08 03:22:16 +00:00
Yunhe Guo
6922878956 - Update to version 1.19.0
* AI: Revert AI translation to previous version (fix for translation not working with HW rendered cores)
  * AUDIO: Bring back audio toggling on menu toggle
  * CHEEVOS: Build a default RetroAchievements memory map when no RetroAchievements game is loaded
  * CHEEVOS: Update to rcheevos 11.3
  * CHEEVOS: fix hardcore acting as if it's enabled when it isn't
  * CLANG: Fix clang error incompatible-pointer-types-discards-qualifiers
  * CLOUDSYNC/LINUX: Enable Cloud Sync by default on Linux builds with network (#16456)
  * CORE: Set compute fps stats logging to debug level
  * EMSCRIPTEN: Added M2000 to core selection dropdown
  * FFMPEG: Add compatibility with FFMPEG 7.0
  * GLSLANG: Remove unneeded ENABLE_HLSL code from glslang
  * GENERAL: Memory leak: Dynamic allocation from msg_hash_get_help_us_enum was not freed.
  * INPUT/KEYBOARD: Add support for multimedia keys - Extended RETROK_ values with 18 new items, commonly found on
  "multimedia" keyboards. Mapping added for SDL, X11, Wayland, dinput, winraw keymaps.
  * INPUT/MFI: Pressure sensitive left/right triggers
  * INPUT/MFI: Fix Start + L1/L2/R2 combinations
  * INPUT/MFI: Support strong and weak rumble
  * INTL: Fetch translations from Crowdin
  * INTL: Add Galician and Norwegian to list of languages
  * LAKKA: Display reboot/shutdown message also when not saving config on exit
  * LAKKA: Provide update URL and target name at buildtime
  * LIBRETRO: Add a debug message for the SET_ROTATION callback
  * MENU: New function in Quick Menu: Add to Playlist
  * MENU/XMB: New theme: FlatUX, designed to merge FlatUI and Retroactive themes into a single, unified design
  * NETWORKING/RETROPAD CORE:  Fix socket close method
  * PIXMAN: Update pixman-private.h - patch to fix build issue with musl
  * PLAYLIST: Cleanup 'Add to Playlist' (#16495)
  * SCANNING: Fix for scanning PSP ISOs (and probably few others)
  * SAVES: Fix core config saving

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=85
2024-05-30 14:40:09 +00:00
Yunhe Guo
7a34ab5035 - Update to version 1.18.0
* AI: Fix narrator language when AI translation and menu languages are different
  * DISK CONTROL: Add option to disable initial disk change
  * DISK CONTROL: Visibility option for disk control notifications
  * DRM: Fix mode vrefresh calculation. When using an interlaced/doublescan mode, the vertical refresh rate is mis-calculated.
  * EMSCRIPTEN: Fix mouse Y parameter translation in rwebinput
  * INPUT: Fix input state combos including R3 and false triggers of RETROK_UNKNOWN
  * INPUT: Add a new turbo mode, "Classic (Toggle)"
  * INPUT: Fix bind hold when axis does not rest at 0
  * INPUT: Limit axis threshold setting to sensible values
  * INPUT: Add Overlay Mouse, Lightgun, and Pointer
  * INPUT/ANDROID: Fix mouse grab behavior on Android
  * INPUT/LINUXRAW: Fix device name and hotplug reconnect
  * IOS: Minor iOS JIT availability information
  * IOS/TVOS: Pause application on applicationWillResignActive
  * LIBRETRO: Add Doxygen-styled comments to parts of the libretro API
  * LUA: Update Lua to version 5.3.6
  * MENU: Add sublabels for input bind common entries
  * MENU: Don't load history and favorites if size is 0
  * MENU: Don't disable fast forward when entering menu
  * MENU: Widget position, size, color, icon adjustments
  * MENU: Fix savestate slots in Qt UI
  * MENU: Reorder and reduce depth of User Interface menu
  * MENU/OZONE: Fix sidebar wraparound, visibility after config load, crash after playlist delete
  * MENU/OZONE: Fix sidebar and sublabel animations
  * OSX/MACOS: Fix crash on non-Metal build
  * OSX/MACOS: Add portable.txt as flag for portable install
  * REMOTE RETROPAD: add display for analog axes, indication of inputs already pressed
  * SAVES: Allow combining saves in content dir with save sorting
  * SHADER: Added rolling scan line simulation based on the shader subframe feature. This is implemented with a scrolling scissor rect rather than in the shader itself as this is more efficient although may not work for every shader pass - we may need an option to exclude certain passes. The implementation simply divides the screen up by the number of sub frames and then moves the scissor rect down over the screen over the number of sub frames

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=83
2024-03-23 02:53:44 +00:00
Yunhe Guo
bc67e464a5 - Add xpadneo recommends to support Xbox One/Series wireless controllers
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=81
2024-03-16 04:40:08 +00:00
Yunhe Guo
5ec6f39ebb - Update to version 1.17.0
* ACCESSIBILITY/TTS: fix target language and missing espeak handling on Linux
  * AI: AI service reworked: performance increase, automatic translation, configurable subtitle placement, and more
  * AUDIO/SYNC: Handle Hz skew adjustment for high refresh rates better (BFI, swap interval)
  * AUDIO/MIXER: Separate ffmpeg/mpv and audiomixer conditionals
  * CONFIG/OVERRIDES: Fix setting savefile_directory in override file
  * CONFIG: Force fixed locale for numbers
  * CHEEVOS: Upgrade to rcheevos 11.0
  * CHEEVOS: Use rc_client for state management
  * CHEEVOS: Don't track disc changes when achievements are disabled
  * CHEEVOS: Reinitialize rewind buffer after loading game with achievements
  * CHEEVOS: Inform user when server is unreachable
  * CHEEVOS: Fix crash on first load of game with achievements with threaded video
  * INPUT: Fix ghost input when setting RETROK_UNKNOWN
  * INPUT: Default 'Bind Hold' to 0 to prevent problems with controllers not resting at null state
  * INPUT: Add a setting to allow turbo d-pad directions
  * INPUT: Don't save mouse buttons to autoconfig
  * INPUT/MENU: Add option for merging 'Hotkey Enable' device types
  * INPUT/mFI: disable secondary_joypad to prevent issues with controllers detected both as HID and mFI
  * INPUT/UDEV: Change event detection to polling in udev_joypad
  * INPUT/WAYLAND: Use unaccelerated pointer motion to prevent mouse dead zone
  * LAKKA: Add new menu options for Switch (overclock, CEC, BT ERTM)
  * LIBRETRO: Add environment command to get playlist path
  * LIBRETRO/NETPACKET:
  Switch environment call number from 76 to 78 (retire 76 as it was never used by any core)
  Simplify broadcasts by removing the option to send to all but one client, use an explicit RETRO_NETPACKET_BROADCAST constant instead
  Separate explicit flushing and querying of incoming packet into two operations
  Enable a core to specify a protocol version string which can get used instead of core version to determine compatibility between two players
  Log and notify a separate message when there is a content crc mismatch while using this interface to convey it being less severe
  * MENU: Fix menu analog stick navigation (1.16.0.1)

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=79
2024-02-04 11:54:19 +00:00
Yunhe Guo
91174b63db - Update to version 1.16.0
* AUDIO: Fast-Forward Audio Resampling
  * AUDIO: Reinit audio on audio sync toggle
  * AUDIO: Count audio samples in stats when rate control is disabled
  * AUDIO/PULSEAUDIO: Support device list for PulseAudio
  * ARCHIVE/ZIP: Improve ZIP decompression
  * CHEEVOS: Upgrade to rcheevos 10.7
  * CHEEVOS: Don't initialize rcheevos memory unless used
  * CHEEVOS: Add progress tracker widget
  * CHEEVOS: Eliminate leaderboard tracker stutter
  * CHEEVOS: Expand leaderboard visibility settings
  * CHEEVOS: Collapse trackers with same value definition
  * CHEEVOS: prevent frame step when hitting rewind button while paused in hardcore
  * CHEEVOS: disallow video_swap_interval and black_frame_insertion in hardcore
  * CRT/SWITCHRES: Don't always force core aspect ratio
  * CRT/SWITCHRES: Fix aspect ratio for tate games on a horizontal screen
  * CRT/SWITCHRES: Add PAL threshold option for automatic refresh rate switch
  * CRT/SWITCHRES/KMS: Add KMS modeswitch
  * COMMAND: Make cmd interface more useful for replay information
  * CONFIG: Allow all systems to check for backslashes (Windows) as last slash in path. Improves portable core logic
  * DOWNLOADS/THUMBNAILS: Prevent directory creation on bogus thumbnail downloads
  * EMSCRIPTEN: Fix Emscripten sleep function/macro
  * EMSCRIPTEN/RWEBAUDIO: Fix RWebAudioInit race condition
  * EMSCRIPTEN/OPENAL: Make openal default audio driver
  * FFMPEG: Fix RetroArch fails to restart streaming when video re-inits and instead starts recording
  * FRAMESKIP: Use refresh rate instead of core fps for frameskip timing
  * INPUT: Combo hold + 'enable_hotkey' correction. Fixed issue with having menu toggle hold combo in different button than 'enable_hotkey', which caused 'enable_hotkey' to also act as menu toggle if held long enough, and simplified and unified duplicate code in start+select holds to a single function.
  * INPUT: input_keyboard_event: Don't check hotkey binds when device is RETRO_DEVICE_POINTER
  * INPUT: Add input_keymaps_translate_rk_to_ascii() for correct character input to input_keyboard_event
  * INPUT: input_overlay_poll: Delay clearing INPUT_OVERLAY_BLOCKED flag until there is no overlay input (Avoids stray input after osk_toggle)

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=77
2023-10-10 14:40:23 +00:00
Yunhe Guo
1ecc518b7d - Update to version 1.15.0
* AI SERVICE: Fix NVDA switching to Powershell on speak
  * AUTOMATIC FRAME DELAY: Helped delay to decrease easier when it should and helped delay to stay put when it should when triggering pause & menu with or without pause & fast-forward & slow-motion & geometry change
  * AUTOMATIC FRAME DELAY: Recalibrate delay on video reinit (fullscreen toggle and such)
  * AUTOMATIC FRAME DELAY: Show (x effective) only in menu item and not in dropdown list items when auto is enabled
  * CHEEVOS: Allow repositioning of RetroAchievement notifications
  * CHEEVOS/MENU: Add Achievements Visibility submenu option
  * CHEEVOS/MENU: Startup Summary split off from Verbose Mode, added option to hide for games with zero core cheevos
  * CHEEVOS/MENU: 'Unlocks/Mastery' split into two options
  * CHEEVOS/MENU: 'Account/Login Messages' split off from 'Verbose', gated all login success/error messages
  * CONFIG/INPUT: Unload restores current global config
  * CONFIG/INPUT/OVERRIDES: Removing a file does not unload current override
  * CONFIG/INPUT/OVERRIDES: Saving an empty override removes the file if it exists, and won't save when it does not
  * CONFIG/INPUT/OVERRIDES: Prevent the use of RUNLOOP_FLAG_OVERRIDES_ACTIVE with appendconfig
  * CORE OPTION: Core option setting type checks. Added checks for getting and setting core option type, since otherwise there will be a crash on close content after browsing to core option categories. Also fixed the no-show switch icon for lone wolf "Lock Installed Core".
  * CLI: Update selected save slot when start with cli --entryslot
  * CLI: Decouple config CLI append and config overrides
  * CLI/MENU/XMB: Stop showing bogus previous icon on CLI launch
  * EMSCRIPTEN: Add HAVE_PATCH support for Emscripten
  * EMSCRIPTEN: Add BSV/Replay support for Emscripten
  * EMSCRIPTEN: Add command and stdin_cmd features to emscripten RA. update libretro.js to show how commands could be sent over emscripten stdin.
  * FRAME DELAY/MENU: Show Frame Delay without VSync
  * GENERAL: Start unpause restriction. Limit the feature using retropad start button to unpause RA to the setting it was made for; "pause on controller disconnect".
  * GENERAL: Savestate thumbnail aspect ratio fallback. Thanks to at least one certain core that announces aspect ratio as 0, we have to add the same fallback in savestate thumbnails that is happening elsewhere in normal video driver use anyway.
  * GENERAL: Add support for system subdirs per core/database. Added the trivial and graceful automatic ability to send a different system directory to cores if it exists, for keeping the system dir more sane. First by using the core/library name just like in configs and saves, and then by playlist name, like in thumbnails, and of course default to the current global system dir.
  * GENERAL: Ignore system subdir replacement if subdir has subdirs.
  * GENERAL: Restore cached video driver always on quit
  * LATENCY/PREEMPTIVE FRAMES: Add Preemptive Frames to Latency Settings. RunAhead alternative that reruns core logic to "rewrite history" before the current frame. Frames are only rerun when the controller state changes, so it's faster overall.
  * LATENCY/PREEMPTIVE FRAMES: Call retro_run before retro_serialize (#14893). Fixes preemptive frames not starting up with a few cores
  * LIBRETRO-COMMON/VFS/FILESTREAM: Fixes filestream_vscanf regression

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=75
2023-03-20 15:38:50 +00:00
Yunhe Guo
eb2214b684 - Update to version 1.14.0
* AUDIO/COREAUDIO/APPLE: Allow coreaudio3 driver to work with audio devices that have 2 or more output channels
  * CHEEVOS: Fix construction of Cheevos badge path
  * CLI: Fixed not getting any output when running --version or --features without --verbose
  * CLI: Fixed crash when running empty - parameter (it proceeded to content loading)
  * CLI: Reformatted --features to require less rows and to be more consistent
  * CLI: Added -V shorthand for --version
  * CLI: Tab removal + whitespace nits
  * CONFIG/MIDI: Prevent MIDI startup error with old configurations
  * DATABASE/EXPLORE/VIEW: Bugfix - RGUI did not clear thumbnail on non-playlist items such as Save and Delete
    menu_explore_get_entry_playlist_index() returns -1 on invalid entries, but the variable where it was stored was unsigned
  * DATABASE/EXPLORE/VIEW: Bugfix - XMB+Ozone cleared thumbnail in Quick Menu when navigating away from Run
  * FASTFORWARD: Restore framelimit on fastforward toggle. Fast-forward was broken after toggling vrr_runloop off, since it will force frame limit to 1.0 (even on every frame) and never restores it. So let's make sure the wanted ratio is applied when toggling FF (Fastforward).
  * FFMPEG CORE: Fix runtime error in FFmpeg core when build with FFmpeg n5.1.2 and OpenGL ES
  * GFX/VIDEO FILTERS: (picoscale_256x_320x240) Added snn function to upscale Fuse (ZX Spectrum) core borderless output to 320x240. ZX Spectrum resolution of 256x192 was previously unsupported.
  * HOTKEYS: Further reorder internal hotkey items for consistency and removed SEND_DEBUG_INFO, OVERLAY_NEXT and OSK from visible hotkey bind list. "Send Debug Info" stuff is removed as much as possible without breakage due to translation files.
  * INPUT/AUTOCONFIG: Disable 'pause on controller disconnect' by default - was enabled by default on 1.13.0
  * INPUT/MENU: Device Index menu refactor
  * INPUT/OVERLAY: Fix analog drift blocking touch input (could occur on overlay_next if physical inputs shown on overlay)
  * INPUT/OVERLAY: Fix overlay_next buttons lighting up in unison
  * INPUT/OVERLAY: Skip meta keys in input_overlay_add_inputs (not supported by input_state_internal)
  * LEAPFROG: Add Leapfrog (LFx000) Target
  * LOCALIZATION: Updates
  * LOCALIZATION/INPUT/IME/MENU/ONSCREEN KEYBOARD: Extended IME and Korean OSK
  * MENU: Cleanup of help texts
  * MENU: Allow toggling info off with the same button
  * MENU: Allow menu wallpaper/background reset. Let's also remove the current wallpaper from the screen when pressing Start.
  * MENU: Null driver shows with different color (Added for all menus the ability to show "disabled" items with a muted color)
  * MENU/DRIVERS: Menu driver first, Audio Resampler removed because it is enough to exist under audio settings
  * MENU/INPUT: Moved "Confirm Quit" to Input menu

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=73
2022-12-17 14:51:38 +00:00
Yunhe Guo
7235a835fb - Update to version 1.13.0
* 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
2022-11-21 12:03:31 +00:00
Yunhe Guo
4cd7cbc8a9 - Remove --enable-libusb because of upstream change
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=69
2022-11-06 14:11:02 +00:00
Yunhe Guo
69d1b7b9da OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=68 2022-11-06 12:11:05 +00:00
Yunhe Guo
20140350bc - 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

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=67
2022-11-06 12:06:41 +00:00
Yunhe Guo
71c3df1730 - Update to version 1.10.3
* 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
2022-04-21 14:59:07 +00:00
Yunhe Guo
a7763b9f9c - Update to version 1.10.2
* 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
2022-03-26 07:44:30 +00:00
Yunhe Guo
78600e3ddb - Update to version 1.10.1
* Network fixes
  * Logging fixes

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=61
2022-03-05 06:56:50 +00:00
Yunhe Guo
9923d7a937 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=60 2022-02-19 10:27:33 +00:00
Yunhe Guo
a55b0e8de7 - Add --enable-fontconfig build flag
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=59
2022-02-19 10:23:31 +00:00
Yunhe Guo
7e49c551a1 - Remove retroarch-config.patch and use upstream config and updater
- Remove cores dependencies and prefer downloading from upstream
- Add retroarch_migrate_config.py and run it after installation

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=58
2022-02-19 10:16:19 +00:00
Yunhe Guo
f52c944b9b - Update to version 1.10.0
* 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
2022-02-19 04:16:07 +00:00
Yunhe Guo
22516eee83 - Update to version 1.9.12
* 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
2021-10-31 03:01:13 +00:00
Yunhe Guo
6e051838d8 - Update to version 1.9.9
* 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
2021-09-09 15:18:56 +00:00
Yunhe Guo
3d3c911ae9 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=54 2021-07-12 16:32:23 +00:00
Yunhe Guo
fddd53e3a8 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=53 2021-07-12 15:23:27 +00:00
Yunhe Guo
e3751f2543 - Update to version 1.9.6:
* 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
2021-07-04 15:16:36 +00:00
Yunhe Guo
f778c2e691 Accepting request 889546 from home:avicenzi:branches:Emulators
Update to 1.9.1

OBS-URL: https://build.opensuse.org/request/show/889546
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=50
2021-05-15 08:39:51 +00:00
Yunhe Guo
270da5b151 - Change recommended PlayStation core:
* libretro-beetle-psx-hw for x86 and ppc
  * libretro-pcsx-rearmed for arm

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=48
2020-08-12 16:55:15 +00:00
Yunhe Guo
6ebfa3164a - Change broken libretro-blastem to libretro-picodrive
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=46
2020-08-09 10:39:55 +00:00
Yunhe Guo
76b565df17 - Add libretro-glsl-shaders recommends
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=45
2020-08-09 10:19:36 +00:00
Yunhe Guo
72ed0c8bb4 - Add libretro-slang-shaders recommends
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=44
2020-08-08 20:34:46 +00:00
Yunhe Guo
79cae5ba2a - Version 1.9.0
* Full changelog at https://github.com/libretro/RetroArch/blob/master/CHANGES.md#190

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=43
2020-08-08 08:09:27 +00:00
Yunhe Guo
89a8f296f6 - Update to version 0~git20200517:
* 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
2020-06-23 19:22:57 +00:00
Yunhe Guo
3d5d6116a4 - Version 1.8.8
* Full changelog at https://github.com/libretro/RetroArch/blob/master/CHANGES.md#188

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=39
2020-05-28 12:08:47 +00:00
Yunhe Guo
e36ec48359 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=38 2020-05-23 10:26:25 +00:00
Yunhe Guo
455f9cbcf2 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=37 2020-05-23 10:12:22 +00:00
Yunhe Guo
3ed46a5570 - Version 1.8.7
* Full changelog at https://github.com/libretro/RetroArch/blob/master/CHANGES.md#186
- Fix python shebang

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=36
2020-05-23 09:31:45 +00:00
Yunhe Guo
c6c209ab89 - Remove libretro-mame core recommendation due to performance issue
and package size (100+MB)
- Add libretro-gme and libretro-gw core recommendation

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=35
2020-05-15 14:02:40 +00:00
Yunhe Guo
a2313bd52d - Version 1.8.6
* Full changelog at https://github.com/libretro/RetroArch/blob/master/CHANGES.md#186

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=33
2020-05-07 07:45:08 +00:00
Yunhe Guo
ca58b15740 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=31 2020-04-06 07:57:01 +00:00
Yunhe Guo
38706c48d2 Accepting request 788636 from home:carlos_ks:branches:Emulators
- Version 1.8.5
  * Full changelog at https://github.com/libretro/RetroArch/blob/master/CHANGES.md#185

OBS-URL: https://build.opensuse.org/request/show/788636
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=30
2020-03-26 20:32:25 +00:00
Yunhe Guo
f1b911953c - Add more core recommends
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=28
2020-02-19 21:03:12 +00:00
Yunhe Guo
df84780021 Accepting request 769709 from home:dimstar:Factory
Shortcut through -mini

OBS-URL: https://build.opensuse.org/request/show/769709
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=26
2020-02-03 20:36:53 +00:00
Dominique Leuenberger
df9d8b2ba4 Accepting request 766266 from Emulators
Exclude unneeded lib directory with license issues

OBS-URL: https://build.opensuse.org/request/show/766266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/retroarch?expand=0&rev=1
2020-01-22 21:42:51 +00:00
Yunhe Guo
c65f568950 - Exclude unneeded lib directory with license issues
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=24
2020-01-22 11:11:48 +00:00
Yunhe Guo
c94ba411fa - Exclude unneeded lib directory license issues
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=23
2020-01-22 11:09:14 +00:00
Yunhe Guo
6fefc80082 - Version 1.8.4
* Full changelog at https://github.com/libretro/RetroArch/blob/master/CHANGES.md#184

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=22
2020-01-15 22:05:57 +00:00
e410a23b74 Accepting request 762878 from home:guoyunhe:branches:Emulators
- Version 1.8.3

OBS-URL: https://build.opensuse.org/request/show/762878
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=21
2020-01-10 15:41:37 +00:00
d9daf7e9cf Accepting request 760310 from home:guoyunhe:branches:Emulators
- Version 1.8.2
- Recommend more available cores
- Remove --with-man_dir parameter to fix build

OBS-URL: https://build.opensuse.org/request/show/760310
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=20
2020-01-01 21:05:36 +00:00
bb757f222e Accepting request 746078 from home:guoyunhe:branches:Emulators
- Version 1.8.1
- Added pkgconfig(xxf86vm) build dependency
- Update retroarch-config.patch:
  * Enable online updater, so users can download some game content

OBS-URL: https://build.opensuse.org/request/show/746078
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=19
2019-11-07 00:19:06 +00:00
a1cf6d1e7b Accepting request 743234 from home:guoyunhe:branches:Emulators
- Version 1.8.0
- Enable DBus to solve screen off issue during game play

OBS-URL: https://build.opensuse.org/request/show/743234
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=18
2019-11-02 14:35:49 +00:00