Update on 2021-02-15
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=278
This commit is contained in:
parent
8caafd53b3
commit
60b65ed0a6
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">acd496b6c2e9340bf56faf0811863e0aa045107c</param></service></servicedata>
|
||||
<param name="changesrevision">5ed5947804f957d7e5a7d1f1f34619bc303ccaa0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c44bd6393815a23a0deb14533f673b9baf863964ebd8d3a5a4eb2e517e22c047
|
||||
size 215281076
|
3
ppsspp-1.11.2~git20210215.tar.xz
Normal file
3
ppsspp-1.11.2~git20210215.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f85d1f139180aa8fc28717fe1c1fd3720df17f87d4c56bd0b9594f9a262881fd
|
||||
size 215502056
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 15 16:46:24 UTC 2021 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.11.2~git20210215:
|
||||
* Headless: Add test paths for CMake on Windows.
|
||||
* CMake: Correct headless build on Windows.
|
||||
* CMake: Correct build on Windows.
|
||||
* Update gradle. Enable automatic debug symbol upload for release builds.
|
||||
* libretro: Remove "Unsafe FuncReplacements" option. See #12322
|
||||
* Fix many symbols on jpn0.pgf.
|
||||
* Windows: Fix some const type conversion warnings.
|
||||
* Windows: Make InputDevice destructor virtual.
|
||||
* GPU: Fix a type comparison warning.
|
||||
* Windows: Use CommonWindows more consistently.
|
||||
* Windows: Fix some format warnings.
|
||||
* Windows: Add some missing override specifiers.
|
||||
* Common: Include unistd.h before ctime on mingw.
|
||||
* Common: Fix AVX check on mingw/lower targets.
|
||||
* Build: Use ws2_32 and iphlpapi names directly.
|
||||
* Windows: Fix improper case or missing includes.
|
||||
* Debugger: Invalidate when using memory APIs.
|
||||
* Debugger: Option to skip mem hacks in memory dump.
|
||||
* mipsjit: Fix basic compilation.
|
||||
* Jit: Fix compilation of FakeJit.
|
||||
* Savedata: Show save icons with proper aspect ratio.
|
||||
* Savedata: Show corrupted data more clearly.
|
||||
* PPGe: Decimate early if kernel alloc fails.
|
||||
* GPU: Force texture invalidation for ZHP minimap.
|
||||
* Sas: Minor clenaup.
|
||||
* CoreTiming: Ensure we never idle into the past.
|
||||
* Common: Maintain C++11 support in sign extend.
|
||||
* Common: Sign extend w/func not chained casts.
|
||||
* Vertex cache minihash: Round up the starting address to a multiple of 4.
|
||||
* jpge.cpp: Remove malloc.h include
|
||||
* Update ext/jpge
|
||||
* Dialog: Simulate volatile memory lock behavior.
|
||||
* Dialog: Manage status only through accessors.
|
||||
* Power: expose volatile memory lock/unlock funcs.
|
||||
* HLE: Hook Worms text render copy func.
|
||||
* Vulkan: Remove #10097 hack for newer AMD drivers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 14 11:06:11 UTC 2021 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _lto_cflags %{nil}
|
||||
Name: ppsspp
|
||||
Version: 1.11.2~git20210214
|
||||
Version: 1.11.2~git20210215
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user