From d5239d467ff1454d586f459c8c256b3d5f0dcb47f196149ab78622863f91f73b Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Mon, 8 Feb 2021 01:06:28 +0000 Subject: [PATCH] Update on 2021-02-08 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=275 --- _servicedata | 2 +- ppsspp-1.10.3~git20210205.tar.xz | 3 --- ppsspp-1.11~git20210207.tar.xz | 3 +++ ppsspp.changes | 25 +++++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.10.3~git20210205.tar.xz create mode 100644 ppsspp-1.11~git20210207.tar.xz diff --git a/_servicedata b/_servicedata index 60ae83c..fa5d977 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 5babc1af2c72a369f68dcfed62d3ea7df5e794a2 \ No newline at end of file + 76a568a4d37539fc13f6f90da9f22ed62a9bdc6a \ No newline at end of file diff --git a/ppsspp-1.10.3~git20210205.tar.xz b/ppsspp-1.10.3~git20210205.tar.xz deleted file mode 100644 index a7a7f46..0000000 --- a/ppsspp-1.10.3~git20210205.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4add615eb5d31cf96a32f6e2be05aadcef23c7ea943fcb1b75e4f0fd6a67d885 -size 215443920 diff --git a/ppsspp-1.11~git20210207.tar.xz b/ppsspp-1.11~git20210207.tar.xz new file mode 100644 index 0000000..98c4a82 --- /dev/null +++ b/ppsspp-1.11~git20210207.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f777d228c68c10e69e9851b3b1adbc58c64b662c56f50fc0e13acc729f3bf2 +size 215252348 diff --git a/ppsspp.changes b/ppsspp.changes index d7152e6..502e0e7 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Feb 08 00:59:28 UTC 2021 - pousaduarte@gmail.com + +- Update to version 1.11~git20210207: + * Update version to 1.11 + * Do the title screen animation by accumulator instead, to avoid a long first frame breaking it. + * Update lang,pspautotests submodules + * Run the link script, fixups + * Run the link script + * Removing hleDelayResult from internal adhoc functions to prevent waking up thread that supposed to be blocked by the outer HLE. + * Updated some Logs to help finding the location of the call to debug. + * PPGe: Clear text allocations on shutdown. + * PPGe: Fallback to atlas text on alloc fail. + * Debugger: Populate funcs if disassembly open early. + * Fix jpn0.pgf characters position. + * Fix possible race condition issue. + * Moving hleDelayResult from internal function of SetSocketAlert to prevent waking up HLE-blocked thread + * Minor renaming + * We don't really need to allocate a buffer when using MSG_TRUNC on recvfrom + * More stuff in README.md + * More from unknown and sum2012 + * List fixed games. Thanks sum2012 + * Address initial feedback by iota97 + * Update README.md for 1.11 + ------------------------------------------------------------------- Sun Feb 07 00:39:08 UTC 2021 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 8dfc2ee..9be49be 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -18,7 +18,7 @@ %define _lto_cflags %{nil} Name: ppsspp -Version: 1.10.3~git20210205 +Version: 1.11~git20210207 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later