SHA256
1
0
forked from pool/retroarch

Accepting request 704432 from home:glaubitz:branches:Emulators

- 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
This commit is contained in:
John Paul Adrian Glaubitz 2019-05-21 11:17:04 +00:00 committed by Git OBS Bridge
parent 5fee4f17f6
commit f3fd0bc479
4 changed files with 653 additions and 377 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a26b96c53288f1f62b23c7391b086523cc06b71981b16ae051668dc8a5e47dc6
size 229302760

3
RetroArch-1.7.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8bcaaccd8c20b0f634d17b91b6da166a306f107f527d2e3426fa87148c2e78a
size 220787816

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
Name: retroarch
Version: 1.7.5
Version: 1.7.7
Release: 0
Summary: Emulator frontend
License: GPL-3.0-only
@ -52,7 +52,6 @@ BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(libv4l2)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(openal)
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(wayland-egl)
@ -102,7 +101,6 @@ export CXXFLAGS="$CFLAGS"
--enable-kms \
--enable-wayland \
--enable-egl \
--enable-libxml2 \
--enable-zlib \
--enable-alsa \
--enable-al \
@ -143,6 +141,7 @@ install -m 644 %{SOURCE9} %{buildroot}%{_datadir}/applications/
%dir %{_datadir}/%{name}/assets/xmb/
%dir %{_datadir}/%{name}/assets/glui/
%{_datadir}/%{name}/assets/glui/
%{_datadir}/%{name}/assets/ozone/
%{_datadir}/%{name}/assets/xmb/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg