Update on 2021-09-26

OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=296
This commit is contained in:
Duarte Pousa 2021-09-26 14:50:56 +00:00 committed by Git OBS Bridge
parent 302ced4706
commit 14d8210917
5 changed files with 133 additions and 5 deletions

View File

@ -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">cd05f3ad29dd80ef1f559e42b24491f27030a823</param></service></servicedata> <param name="changesrevision">2adc3c668a92f521518ed7d35fa2f256db761de0</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56ccb951d45b48da94ad68aa5bea8b697fffbe94e882db9d7b6e20929bfb9d30
size 228612920

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff6089b51d6cb89dc0429fda2ab42a1f559184df4d44bf519e7e4f06289e08b7
size 228629148

View File

@ -1,3 +1,131 @@
-------------------------------------------------------------------
Sun Sep 26 14:27:29 UTC 2021 - pousaduarte@gmail.com
- Update to version 1.11.3~git20210926:
* Android: Create default folders in custom path.
* UI: Handle newlines after ellipsis.
* UI: Cleanup ellipsis more.
* UI: Correct text wrap with shy or Unicode spaces.
* UI: Add unit tests for text wrapping.
* UI: Cleanup more ellipsis cases, refactor.
* Fix disassembly of vcst
* UI: Cleanup double ellipsis issues.
* Windows: Improve rect measurement precision.
* UI: Avoid math on calculated value width.
* Android: Improve precision on text measure.
* Fix disassembly of vmfvc and vmtvc
* Fix text wrap edge case
* UI: Grow chat button based on text width.
* UI: Shrink value for all choice variants.
* UI: Shrink value display if needed.
* UI: Measure width of choice with values properly.
* UI: Asynchronously update size and dates on sort.
* UI: Cache save size on save buttons.
* UI: Reduce IO in savedata manager sorting.
* More ForceMax60FPS tweaks..
* Fix possible race condition issue when sending AdhocMatching data
* Temporary fix to avoid a crash that happened due to trying to logs a syscall's argument when being Logged from another thread (AdhocMatchingInput thread)
* Fix possible crash issue
* Update zh_CN.ini
* Don't need these strings anymore. Sorry those who spent time translating them :)
* Use the structopt crate to add some nice subcommands to langtool.
* Add vscode settings file for langtool (format-on-save, etc).
* Split langtool into multiple source file.
* Remove unused string and update en_US translation
* Use icon rather than string for combo key setup
* Also add the strings to the other languages.
* Add some strings from th_TH to en_US that were missing in the latter
* Update th_TH.ini
* Fix Translation to Japanese.
* Update zh_CN.ini
* Update zh_CN.ini
* Update zh_CN.ini
* And another one
* Fix another couple of translation mistakes from the big fixup
* Fix another couple of translation screwups
* lang: Remove outdated string
* Use langtool to sync missing strings from en_US to all the other language files.
* langtool: have functions both to delete and comment out unused lines.
* Fix mistakes in en_US.ini
* More fixes to langtool
* Add permission to shm_open
* Do not resolve Pro Adhoc Server address when WLAN is turned off
* Update zh_CN.ini
* Update zh_CN.ini
* Fix dpad analog overlap interaction
* Fix race condition issue on AdhocMatching
* Add a bunch more missing strings to en_US.ini
* Remove outdated string
* Add a LOT of missing strings to en_US.ini, auto-found by checking thai against English. Thanks Saramagrean. Part 1/2
* langtool: Automatically comment out lines that are not present in en_US.ini.
* Use langtool to automatically add missing MemStick section to lots of language inis.
* langtool: Fix clippy warnings
* langtool: Ignore comments when syncing lines
* Remove unused string
* Remove misplaced left-to-right-mark character in ar_AE.ini.
* compat.ini ForceMax60Fps updates, thanks Gamemulatorer
* Update zh_CN.ini
* Compat: Remove duplicate entries.
* Don't process the README.md
* Handle BOM
* Add little langtool for copying missing language ini strings
* Remove superfluous line from ja_JP.ini
* Fix another translation key string
* Fix and add some translation strings
* Update th_TH.ini
* Add italian translation
* Move the What's this? translation to the Memstick section
* UI: Add a bit of reporting in failure cases.
* UI: Use OK instead of Confirm.
* Fix typo
* Revert a wrong change to Thai
* Add Swedish translation of Memstick screen
* Remove (GB) suffix from "Memory Stick size", it's now shown as a unit.
* Preparations for translating MemStickScreen and related strings.
* Browse -> OK. Align buttons.
* More tweaks (spacing)
* Style fix
* Tweaks
* Show the path to access PSP data through USB in the settings screen.
* Remove "Change" from "Change Memory Stick Folder". Easier to read.
* SEO optimization
* Undo debug hack
* Add image support to UI::Choice.
* Show the explanation below each point.
* Implement the new MemStick screen experience (rough cut)
* New settings icon for later. Derived from the Material Design one.
* Radio button assets
* Make a little info icon for later. Not in atlas yet.
* Always show Help button on memstick screen
* Use the new icons
* Shrink the folder icons slightly. Not updating atlas right now.
* Fix the look of buttons with images. Use one.
* Didn't mean to push this
* Move the memstick options higher on the System tab. Other minor tweaks
* Show the logo screen before the memstick screen on first boot with scoped storage
* Some file move process tweaks
* Add Help button to MemstickScreen, pointing at a guide on the website.
* MemstickScreen: Shrink the right column to leave more space
* HLE: Detect video buffer copies.
* TexCache: Avoid hashing videos at all in lazy mode.
* TexCache: Prevent lazy cache on video textures.
* Fix garbled log output in Xcode terminal
* Handle Xcode-specific debug arguments on startup
* Remove accidental duplicate file
* Keep tracks of the sender/source port on GameMode for further communication, in case it was remapped by router or ISP for some reason.
* Shows a warning when detecting a different sender/source port on GameMode.
* Minor change to AdhocMatching's senderport type
* vertexjit: Correct morph flag alpha check assert.
* Replacement: Fix a mistake in ZIM texture loading.
* Square shape for combo button. Additional shapes (folder_open, warning) too.
* Common: Use 0 as unknown size in GetFileSize().
* Fix atlas tool on linux
* Keeping track the source port of received data on AdhocMatching to be used for further communication, in the case the port was re-mapped for some reason.
* Show a warning if other players detected to have their port being re-mapped, where communication with them might have an issue.
* Don't ignores unknown sender/source port, due to a possibility of port re-mapping done by router or ISP the source port might be different.
* Minor change to AdhocMatching logging
* Little fix to logo screen
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 17 11:46:44 UTC 2021 - pousaduarte@gmail.com Fri Sep 17 11:46:44 UTC 2021 - pousaduarte@gmail.com

View File

@ -18,7 +18,7 @@
%define _lto_cflags %{nil} %define _lto_cflags %{nil}
Name: ppsspp Name: ppsspp
Version: 1.11.3~git20210917 Version: 1.11.3~git20210926
Release: 0 Release: 0
Summary: PlayStation Portable Emulator Summary: PlayStation Portable Emulator
License: GPL-2.0-or-later License: GPL-2.0-or-later