forked from pool/retroarch
- 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
This commit is contained in:
parent
3d5d6116a4
commit
89a8f296f6
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/libretro/RetroArch.git</param>
|
||||
<param name="filename">retroarch</param>
|
||||
<param name="revision">v1.8.8</param>
|
||||
<param name="version">1.8.8</param>
|
||||
<param name="revision">v1.8.9</param>
|
||||
<param name="version">1.8.9</param>
|
||||
<param name="exclude">media/icons</param>
|
||||
<param name="exclude">ps2</param>
|
||||
<param name="exclude">uwp</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b48e6df2462075af1768bc613feeeec90dc9690c582c2d4fd11e8c8b40dbe0b2
|
||||
size 37835492
|
3
retroarch-1.8.9.tar.gz
Normal file
3
retroarch-1.8.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbad74ea1aebc218bd057b89c37a3d91cb454e68cca21d6d2d414193dd3efe12
|
||||
size 38115604
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 23 19:14:47 UTC 2020 - Yunhe Guo <i@guoyunhe.me>
|
||||
|
||||
- Version 1.8.9
|
||||
* Full changelog at https://github.com/libretro/RetroArch/blob/master/CHANGES.md#189
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 12:07:33 UTC 2020 - Yunhe Guo <i@guoyunhe.me>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: retroarch
|
||||
Version: 1.8.8
|
||||
Version: 1.8.9
|
||||
Release: 0
|
||||
Summary: Emulator frontend
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user