Update on 2021-02-08
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=275
This commit is contained in:
parent
e2c3aaa1db
commit
d5239d467f
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||||
<param name="changesrevision">5babc1af2c72a369f68dcfed62d3ea7df5e794a2</param></service></servicedata>
|
<param name="changesrevision">76a568a4d37539fc13f6f90da9f22ed62a9bdc6a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4add615eb5d31cf96a32f6e2be05aadcef23c7ea943fcb1b75e4f0fd6a67d885
|
|
||||||
size 215443920
|
|
3
ppsspp-1.11~git20210207.tar.xz
Normal file
3
ppsspp-1.11~git20210207.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:23f777d228c68c10e69e9851b3b1adbc58c64b662c56f50fc0e13acc729f3bf2
|
||||||
|
size 215252348
|
@ -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
|
Sun Feb 07 00:39:08 UTC 2021 - pousaduarte@gmail.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
Name: ppsspp
|
Name: ppsspp
|
||||||
Version: 1.10.3~git20210205
|
Version: 1.11~git20210207
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PlayStation Portable Emulator
|
Summary: PlayStation Portable Emulator
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user