forked from pool/retroarch
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
This commit is contained in:
parent
0710f267ac
commit
99249742ab
15
_service
15
_service
@ -1,15 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="tar_scm" mode="localonly">
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="url">https://github.com/libretro/RetroArch.git</param>
|
|
||||||
<param name="filename">retroarch</param>
|
|
||||||
<param name="versionformat">@PARENT_TAG@~git%cd</param>
|
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
|
||||||
<param name="changesgenerate">enable</param>
|
|
||||||
</service>
|
|
||||||
<service name="recompress" mode="localonly">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">xz</param>
|
|
||||||
</service>
|
|
||||||
<service name="set_version" mode="localonly"/>
|
|
||||||
</services>
|
|
@ -1,4 +0,0 @@
|
|||||||
<servicedata>
|
|
||||||
<service name="tar_scm">
|
|
||||||
<param name="url">https://github.com/libretro/RetroArch.git</param>
|
|
||||||
<param name="changesrevision">6ad1a5cc8f9a5169094dc825e3d268e45ecc7230</param></service></servicedata>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d197cd72f77af9b9dfa5107ba844571535ffed4337cdc1836a0b9e6663fb22e8
|
|
||||||
size 12582692
|
|
3
retroarch-1.6.4.tar.xz
Normal file
3
retroarch-1.6.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4687b8254cd682172a1b6015ca7ecf552db9d84d5f0b73c47f6f829395d81f9f
|
||||||
|
size 13190552
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 13:35:22 UTC 2017 - glmarques.info@gmail.com
|
||||||
|
|
||||||
|
- Updated to version 1.6.4
|
||||||
|
General changelog
|
||||||
|
|
||||||
|
ANDROID: Fire Stick & Fire TV remote overrides gamepad port 0 on button press and viceversa like SHIELD devices
|
||||||
|
ANDROID: Provide default save / system / state / screenshot locations
|
||||||
|
AUDIO: Audio mixer supports MOD/S3M/XM file types now!
|
||||||
|
INPUT: input swap override flag (for remotes) is cleared correctly
|
||||||
|
INPUT: allow specifying libretro device in remap files
|
||||||
|
INPUT: allow specifying analog dpad mode in remap files
|
||||||
|
INPUT: allow saving libretro device to remap files
|
||||||
|
INPUT: allow saving analog dpad mode to remap files
|
||||||
|
INPUT: allow removing core and game remap files from the menu
|
||||||
|
COMMON: Cores can now request to set a ‘shared context’. You no longer need to explicitly enable ‘Shared Hardware Context’ for Citra/OpenLara/Dolphin.
|
||||||
|
COMMON: Add ‘Delete Core’ option to Core Information menu.
|
||||||
|
COMMON: Allow Max Timing Skew to be set to 0.
|
||||||
|
COMMON: Change the “content dir” behavior so it works on either a flag or an empty directory setting, now platform drivers can provide defaults for save / system / state / screenshot dirs and still allow the content dir functionality, these settings are under settings / saving and flagged as advanced
|
||||||
|
GUI: You can turn on/off ‘Horizontal Animation’ now for the XMB menu. Turning animations off can result in a performance boost.
|
||||||
|
GUI: Fix sublabel word-wrapping in XMB where multi-byte languages were cut off too soon
|
||||||
|
LOCALIZATION: Update Dutch translation
|
||||||
|
LOCALIZATION: Update Traditional Chinese translation
|
||||||
|
LOCALIZATION: Update Italian translation
|
||||||
|
LOCALIZATION: Update Russian translation
|
||||||
|
WINDOWS: Provide default save / system / state / screenshot locations
|
||||||
|
LOBBIES: Show what country the host is in
|
||||||
|
MENU: Enable OSD text rendering for gdi and libcaca drivers
|
||||||
|
WINDOWS 98/ME/2K: Set default directory for MSVC 2005 RetroArch version.
|
||||||
|
WII: Better V-Sync handling, backported from SuperrSonic.
|
||||||
|
WIIU: Exception handler rewritten.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 6 13:32:31 UTC 2017 - igarcia@suse.com
|
Thu Jul 6 13:32:31 UTC 2017 - igarcia@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: retroarch
|
Name: retroarch
|
||||||
Version: 1.6.1~git20170706
|
Version: 1.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Emulator frontend
|
Summary: Emulator frontend
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user