Scheduled source refresh

OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=253
This commit is contained in:
Duarte Pousa
2020-03-11 19:25:09 +00:00
committed by Git OBS Bridge
parent 6413902ef2
commit f219a0d601
5 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Mar 11 19:09:34 UTC 2020 - pousaduarte@gmail.com
- Update to version 1.9.3~git20200311:
* PPGe: Clear unused parts of text image buffers.
* PPGe: Correct double spacing in some save text.
* libretro makefile fix
* Camera: Simplify an expression.
* Core: Quiet some warnings.
* Android: Delay TextDrawer init in PPGe.
* PPGe: Show ellipsis for overly long lines.
* PPGe: Use TextDrawer for save UI if available.
* PPGe: Make some of the API internal only.
* PPGe: Support 8-bit text bitmaps from TextDrawer.
* PPGe: Allow overriding text drawer DPI scale.
* Qt: Cleanup differences in text hashing.
* UI: Refactor TextDrawer to provide bitmaps too.
* UI: Minor cleanups to chat UI code.
* Fix capitalization of mfreadwrite.h include
-------------------------------------------------------------------
Tue Mar 10 13:53:01 UTC 2020 - pousaduarte@gmail.com