Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=252
This commit is contained in:
parent
2b47589386
commit
6413902ef2
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||||
<param name="changesrevision">875d53a4859bd47004334e68b79bc0913d932d9a</param></service></servicedata>
|
<param name="changesrevision">6c285b6f35aef3989fccf5c0ef99bff792b88143</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:961d39cd2db162c78ca6641c28955a3b8c6c2a145e5c36da09e0eab1add8a9ec
|
|
||||||
size 195477012
|
|
3
ppsspp-1.9.3~git20200310.tar.xz
Normal file
3
ppsspp-1.9.3~git20200310.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9f4642f75d59938079bb565276553cb6d7ad947ea31479942682986be96999d6
|
||||||
|
size 195440800
|
@ -1,3 +1,65 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 10 13:53:01 UTC 2020 - pousaduarte@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.9.3~git20200310:
|
||||||
|
* Windows: Warn if Windows Firewall blocks PPSSPP.
|
||||||
|
* http: Show more detailed status when scanning.
|
||||||
|
* http: Correct new thread executor.
|
||||||
|
* Android: Enable native keyboard for OSK.
|
||||||
|
* softgpu: Correct clear/solid rect BR corner.
|
||||||
|
* Android: Fix upside-down joystick navigation (due to an old sin).
|
||||||
|
* New heuristic for getting rid of unnecessary "antialias-lines".
|
||||||
|
* THe proposed Hive Sweeper fix in #11025 looks right, let's just commit it.
|
||||||
|
* Possible fix for libretro build issue. (blind commit, untested)
|
||||||
|
* Osk: Prevent adding highlighted char past limit.
|
||||||
|
* Core: Avoid shadowing a define.
|
||||||
|
* Io: Correct some error handling for OpenFile().
|
||||||
|
* Android: Avoid translation conflict in translation.
|
||||||
|
* UI: Move Camera settings lower in Graphics.
|
||||||
|
* Android: Process input prompts more clearly.
|
||||||
|
* UI: Make System_InputBox API asynchronous.
|
||||||
|
* Vulkan: Track down another one of those minor resource leaks.
|
||||||
|
* Module: Reinit gpu only on runtime module load.
|
||||||
|
* Android: Reload game config on storage permission.
|
||||||
|
* Android: Ensure we forget the shortcut on next run.
|
||||||
|
* Update lang submodule
|
||||||
|
* UI: Temporary solution to the layout issue: Remove the gear button from the recent screen.
|
||||||
|
* Vulkan: Ensure scaling happens in cached RAM.
|
||||||
|
* Headless: Prevent crash running graphics tests.
|
||||||
|
* Vulkan: Fix minor vulkan resource leak if inflight frames isn't max.
|
||||||
|
* UI: Simple joystick navigation. Fixes #10996.
|
||||||
|
* Comment fix
|
||||||
|
* Also move out the global stuff from view.cpp/h to root.cpp/h
|
||||||
|
* UI: Break out the hierarchy functions into ui/root.cpp/h
|
||||||
|
* Minor cleanups
|
||||||
|
* UI: Ignore invalid PBPs in game browser.
|
||||||
|
* Tweaked chatbox a little bit
|
||||||
|
* Fix chat color formatting
|
||||||
|
* Fix building errors
|
||||||
|
* Update ab.cmd
|
||||||
|
* group chat options and set enabled ptr
|
||||||
|
* Bug fix
|
||||||
|
* Quick Chat
|
||||||
|
* Add virtual key for opening chat
|
||||||
|
* Rebased and fix the update scroll
|
||||||
|
* build fix
|
||||||
|
* chat screen & chat button position and hide ui on show chat
|
||||||
|
* remove pointer and using update() should fix random crash (thanks Uknown)
|
||||||
|
* Add translation of "You're in Offline Mode"
|
||||||
|
* Build fix for Linux QT
|
||||||
|
* Add support OSK for windows
|
||||||
|
* Android chat empty after : fix
|
||||||
|
* pointer and scroll fix
|
||||||
|
* cmake buildfix
|
||||||
|
* Windows CTRL + C Hotkey
|
||||||
|
* Add New Chat Counter
|
||||||
|
* Android Chat Support
|
||||||
|
* Oops it still random crashed destructor do the fix well
|
||||||
|
* pointer fix random crash & better substring logic
|
||||||
|
* Add translation
|
||||||
|
* Enable chat box
|
||||||
|
* PPSSPP early chat feature rebranched
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 06 22:15:41 UTC 2020 - pousaduarte@gmail.com
|
Fri Mar 06 22:15:41 UTC 2020 - pousaduarte@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ppsspp
|
Name: ppsspp
|
||||||
Version: 1.9.3~git20200305
|
Version: 1.9.3~git20200310
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PlayStation Portable Emulator
|
Summary: PlayStation Portable Emulator
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user