Update on 2021-02-11
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=276
This commit is contained in:
parent
d5239d467f
commit
bd4761be35
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">76a568a4d37539fc13f6f90da9f22ed62a9bdc6a</param></service></servicedata>
|
||||
<param name="changesrevision">d1c4b86e0a5cfa0880ed97f4a08ee2fa2fb01944</param></service></servicedata>
|
3
ppsspp-1.11.1~git20210211.tar.xz
Normal file
3
ppsspp-1.11.1~git20210211.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffd104f8d3394aaf60e5492e92b847a5672bf55dab1512887fe4091b89b6ea38
|
||||
size 215245268
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23f777d228c68c10e69e9851b3b1adbc58c64b662c56f50fc0e13acc729f3bf2
|
||||
size 215252348
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 11 22:08:36 UTC 2021 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.11.1~git20210211:
|
||||
* Update version to 1.11.1
|
||||
* Slight simplification in LogoScreen
|
||||
* Update README.md for 1.11.1
|
||||
* Fix lobby issue on The Warriors, probably also fix similar issue on other games too.
|
||||
* Update zh_CN and zh_TW
|
||||
* Windows recvfrom doesn't support MSG_TRUNC, so we're using dummy buffer with max size as alternative for peeking actual size of the next pending message.
|
||||
* Fix frozen (0 FPS) issue on Kao Challengers and Asterix & Obelix XX (probably also fix other games from the same developer with similar issue) https://github.com/hrydgard/ppsspp/issues/14103
|
||||
* Assorted paranoid cleanups, inspired by #14082
|
||||
* Remove a completely unnecessary check in BackgroundAudio.cpp that caused glitching at 44.1khz.
|
||||
* Update lang submodule (it_IT updates)
|
||||
* SaveState: Prevent crash on bad cookie marker.
|
||||
* Rename the new warmup variable from #14091
|
||||
* Only allow sceMpegGetAvcAu warmup for God Eater Series
|
||||
* Remove now-redundant check
|
||||
* GL: Call CreateDeviceObjects *after* updating render_.
|
||||
* Buildfix
|
||||
* Cause the correct type of exception. Never ignore EXEC_ADDR exceptions.
|
||||
* Handle exec addr errors better - don't let IgnoreBadMemoryAccesses skip dispatcher exceptions.
|
||||
* Add more games to ReportSmallMemStick
|
||||
* PPGe: Decimate text images properly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 08 00:59:28 UTC 2021 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _lto_cflags %{nil}
|
||||
Name: ppsspp
|
||||
Version: 1.11~git20210207
|
||||
Version: 1.11.1~git20210211
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user