Scheduled source refresh

OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=57
This commit is contained in:
Duarte Pousa 2018-06-11 22:55:20 +00:00 committed by Git OBS Bridge
parent 68707d0041
commit 29c82ac16b
3 changed files with 19 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
<param name="changesrevision">1cfb21931d0d478ff0f861fe1bca612b8e5bf1cf</param></service></servicedata>
<param name="changesrevision">5c5fa8dabc21756aa7761bd6eae14112e50dbb23</param></service></servicedata>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1637fbf738464507e7a37ddfa07b18571ffdc16d77d83add1de4775570d7f48
size 160097444
oid sha256:5465466fc5aed403a88b1d5d04e59173c3e9a6ad27becdd988978fd1b413bc4b
size 160109640

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jun 11 22:37:45 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.6.3~git20180610:
* SDL: Start with window hidden.
* SDL: Use UpdateScreenScale().
* Qt: Allow for larger screen sizes.
* Qt: Toggle fullscreen like on all other platforms.
* Qt: Return correct refresh rate.
* triangles
* fx
* triangle fan
* cullmode fallback
* flush back cull mode
* handle cull mode by indices, improve performance for GVGNP, refer to #10172
-------------------------------------------------------------------
Sun Jun 10 11:02:26 UTC 2018 - pousaduarte@gmail.com