Scheduled source refresh

OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=252
This commit is contained in:
Duarte Pousa
2020-03-10 14:08:43 +00:00
committed by Git OBS Bridge
parent 2b47589386
commit 6413902ef2
5 changed files with 67 additions and 5 deletions

View File

@@ -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