SHA256
1
0
forked from pool/retroarch

12 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
Klaus Kämpf
99249742ab Accepting request 516139 from home:guinux:branches:Emulators
Updated version to 1.6.4

OBS-URL: https://build.opensuse.org/request/show/516139
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=2
2017-08-11 17:00:01 +00:00
Klaus Kämpf
0710f267ac Accepting request 508583 from home:itxaka:branches:Emulators
Add retroarch package

OBS-URL: https://build.opensuse.org/request/show/508583
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=1
2017-07-07 06:17:09 +00:00