From 89a8f296f678bf4920bd5522fc51ec2c19ba774f1d9929a4e69917df7c9d5b5b Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Tue, 23 Jun 2020 19:22:57 +0000 Subject: [PATCH] - 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 --- _service | 4 ++-- retroarch-1.8.8.tar.gz | 3 --- retroarch-1.8.9.tar.gz | 3 +++ retroarch.changes | 6 ++++++ retroarch.spec | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 retroarch-1.8.8.tar.gz create mode 100644 retroarch-1.8.9.tar.gz diff --git a/_service b/_service index 76b31c3..584688e 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ git https://github.com/libretro/RetroArch.git retroarch - v1.8.8 - 1.8.8 + v1.8.9 + 1.8.9 media/icons ps2 uwp diff --git a/retroarch-1.8.8.tar.gz b/retroarch-1.8.8.tar.gz deleted file mode 100644 index 2b0938c..0000000 --- a/retroarch-1.8.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b48e6df2462075af1768bc613feeeec90dc9690c582c2d4fd11e8c8b40dbe0b2 -size 37835492 diff --git a/retroarch-1.8.9.tar.gz b/retroarch-1.8.9.tar.gz new file mode 100644 index 0000000..9260bb3 --- /dev/null +++ b/retroarch-1.8.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbad74ea1aebc218bd057b89c37a3d91cb454e68cca21d6d2d414193dd3efe12 +size 38115604 diff --git a/retroarch.changes b/retroarch.changes index 5b60baf..0e58563 100644 --- a/retroarch.changes +++ b/retroarch.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 23 19:14:47 UTC 2020 - Yunhe Guo + +- 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 diff --git a/retroarch.spec b/retroarch.spec index 4deebc8..21991b2 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -17,7 +17,7 @@ Name: retroarch -Version: 1.8.8 +Version: 1.8.9 Release: 0 Summary: Emulator frontend License: GPL-3.0-only