Update on 2021-10-24
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=304
This commit is contained in:
parent
8bb8320d62
commit
c89a636a35
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">16bf5197e4accf36f4e198a2b099985c0bbb3929</param></service></servicedata>
|
||||
<param name="changesrevision">067f45d5602f7ebde0db990e06b43b97a8a1f04f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a1a48aee7a6765ffabf1d24789bf7294224ff1c996ddd7b0ad5728b1dbcd287
|
||||
size 229228984
|
3
ppsspp-1.12.3~git20211023.tar.xz
Normal file
3
ppsspp-1.12.3~git20211023.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19a3776f9cddea2fc2145d482ebda4c1de0b8414033c4dd5aada32275e934ef9
|
||||
size 229709504
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 24 00:34:05 UTC 2021 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.12.3~git20211023:
|
||||
* GPU: Allow range cull on Mali/etc.
|
||||
* Core: Fix unused variable warning.
|
||||
* Update ffmpeg submodule with new linux arm64 build compiled with -pic
|
||||
* GPU: Enable new guardband culling again.
|
||||
* Compat: Ignore DisableRangeCulling with clip/cull.
|
||||
* Path: Avoid adding a double slash from root.
|
||||
* Adhoc: Drop useless pointer check
|
||||
* Update Italian (it_IT) translation, thanks Vecna
|
||||
* macOS: Correct open memstick with space.
|
||||
* UI: Correct filtering message without keyboard.
|
||||
* UI: Add more keyboard sysprop checks.
|
||||
* libretro: Expose bool system properties.
|
||||
* UI: Add a sysprop for if the device has a keyboard.
|
||||
* UI: Add search filtering to settings.
|
||||
* UI: Add a way to disable tabs in tab strips.
|
||||
* UI: Add game settings tabs in a consistent way.
|
||||
* Debugger: Add APIs for GPU stats.
|
||||
* Core: Allow forcing debug statistics collection.
|
||||
* Display: Allow threadsafe listeners.
|
||||
* Debugger: Add initial GPU stats shell.
|
||||
* UI: Add button to show memstick folder.
|
||||
* Windows: Switch to preferred file selection method.
|
||||
* macOS: Allow opening game folder.
|
||||
* Qt: Allow opening game folder.
|
||||
* We don't use primitiveRestart for anything, let's not enable it. It has costs on some hardware.
|
||||
* More best-practices adjustments
|
||||
* Ran the "Vulkan best practices" layer, fixed some stuff.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 19 12:34:26 UTC 2021 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _lto_cflags %{nil}
|
||||
Name: ppsspp
|
||||
Version: 1.12.3~git20211019
|
||||
Version: 1.12.3~git20211023
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user