Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=201
This commit is contained in:
parent
c98bc96828
commit
41c389ef91
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">8db14a3f674dc6e0589a96a4a761f32ac662a736</param></service></servicedata>
|
||||
<param name="changesrevision">e8aad38e772c527db9e3653e4697c288336210b4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:698b456b6ab526b546675c010b2aad5e90f78de8c0d1ca6efa04ca17486153b2
|
||||
size 194223028
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e2e38ab2960b7beb6bf9747ddc4263053657345cd06032fa4059d6ea3bccfcd
|
||||
size 194507480
|
3
ppsspp-1.8.0~git20190627.tar.xz
Normal file
3
ppsspp-1.8.0~git20190627.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90ae023a2af1c7603139cab1eeaa07d3c573213d3fc21cc4a467c1cc64d81863
|
||||
size 194753684
|
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 20:45:11 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.8.0~git20190627:
|
||||
* Windows: Fix leak on folder browse.
|
||||
* Comment some confusing code
|
||||
* Warning fix
|
||||
* Android: Add DPAD_CENTER as an accept button. Fixes menu navigation on Mi Box and Shield Remote.
|
||||
* UWP: Fix overscan on Xbox One
|
||||
* Update lang, pspautotest submodules
|
||||
* Vulkan: An additional check during init. May help #12131
|
||||
* For the non-vulkan backends, zero display rotation settings just to be sure.
|
||||
* GE Debugger: Split playback into a separate file.
|
||||
* GE Debugger: Cache decompressed frame commands.
|
||||
* fix indent
|
||||
* GLES: Update proj matrix on viewport change.
|
||||
* GPU: Improve a 5551 stencil emulation case.
|
||||
* Debugger: Fix subtexture readback crash.
|
||||
* UI: Add a note for HTML link parsing.
|
||||
* Audio: Add volume for alternate speed.
|
||||
* http: Support redirects for load URL too.
|
||||
* http: Support relative redirects too.
|
||||
* http: Support redirects for downloads.
|
||||
* SaveState: Fail load on decompression error.
|
||||
* UI: Clear queued events on Event destruct.
|
||||
* Audio: Better errors on Output2/SRC reserve.
|
||||
* Audio: Correct errors on Output2/SRC release.
|
||||
* Debugger: Fix connection in Firefox.
|
||||
* Travis: Fix build cache for macOS/iOS.
|
||||
* Common: Fix some unused ident and case warnings.
|
||||
* Travis: Install python3 via brew.
|
||||
* Address feedback, delete some unused code.
|
||||
* Core: Keep number on setting for translated.
|
||||
* Core: Ignore case of GPU backend setting.
|
||||
* Core: Save GPU backend as identifier.
|
||||
* Core: Allow for disabling graphics backends.
|
||||
* Core: Use readable names for failed backends.
|
||||
* Don't ask for TRANSFER_DST for swapchain surface. No reason to.
|
||||
* Avoid rotating the image when DrawActiveTexture is used for other things than drawing to the backbuffer.
|
||||
* Fix the 270 degree rotation case
|
||||
* Vulkan: Apply the desired pretransform when drawing to the backbuffer.
|
||||
* Vulkan: Log supported pretransforms.
|
||||
* Disable external display by default
|
||||
* Fix invalid mode on iPad Pro 2018
|
||||
* Ignore mute switch when connected to external display
|
||||
* Fix shutdown because of Discord deinitializer
|
||||
* Simple dpi scaling
|
||||
* Fix overscan compensation (Hack)
|
||||
* Do some clean up
|
||||
* Fix iPhone won’t switch to external display
|
||||
* Auto switch between internal and external display
|
||||
* Show root view controller on external display
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 22 11:14:51 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ppsspp
|
||||
Version: 1.8.0~git20190620
|
||||
Version: 1.8.0~git20190627
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user