forked from pool/rpcs3
- Update to version 0.0.27~git20230423:
* Qt: fix savedata dialog exception * Qt: lazy load trophy icons * SPU LLVM: disable AVX2 shift intrinsics * Qt: fix table item delegate usage * VS: fix filters * Game List: Make Ctrl+f Focus On The Search Bar * UI: Ignore trademark as a fallback when searching games * UI: Focus to game searchbar on load * Qt: Set icon size function properly * Update FAudio to v 23.04 * Update SDL to v 2.26.5 * Update miniupnp to v 2.3.3 * Qt: properly invalidate item pointer in grid mode * Qt: Lazy load game grid icons and optimize paint method for invisible items * Qt: Remove unused list layout handling of repaint watcher * Qt: don't calculate sizes in grid mode * Qt: lazy load game list icons and dir size * Qt: multithreaded file testing during refresh * Qt: Minor optimization during list refresh * SPU LLVM: fixup custom LICM pass * Emu: Cache games.yml and only save when necessary * unself: rename SCEVersionInfo to version_header * unself: rename SectionInfo to segment_ext_header * unself: some more documentation * unself: rename AppInfo to program_identification_header * unself: rename SelfHeader to ext_hdr * SPU LLVM: sink stores deeper in custom LICM pass * fix warnings * Remove add_only from main_window::Boot args OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=59
This commit is contained in:
parent
285dea13fe
commit
f08fe25cae
@ -5,4 +5,4 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">b70665865f7ef155ecb933309d013ddab88a0bc6</param></service></servicedata>
|
||||
<param name="changesrevision">5870dad639d8b95ccfbfce3dfb8c9c46f80cfb91</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffa454ca89794b0bd9ce2d6c7b5c5d2b714484155a23eedcbf99e9421c770a48
|
||||
size 52139112
|
3
rpcs3-0.0.27~git20230423.tar.xz
Normal file
3
rpcs3-0.0.27~git20230423.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ef49956a13450e3b884a15f6d8a517b5502cf50361490bcd46607d849a5128f
|
||||
size 52150048
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 12:08:06 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
- Update to version 0.0.27~git20230423:
|
||||
* Qt: fix savedata dialog exception
|
||||
* Qt: lazy load trophy icons
|
||||
* SPU LLVM: disable AVX2 shift intrinsics
|
||||
* Qt: fix table item delegate usage
|
||||
* VS: fix filters
|
||||
* Game List: Make Ctrl+f Focus On The Search Bar
|
||||
* UI: Ignore trademark as a fallback when searching games
|
||||
* UI: Focus to game searchbar on load
|
||||
* Qt: Set icon size function properly
|
||||
* Update FAudio to v 23.04
|
||||
* Update SDL to v 2.26.5
|
||||
* Update miniupnp to v 2.3.3
|
||||
* Qt: properly invalidate item pointer in grid mode
|
||||
* Qt: Lazy load game grid icons and optimize paint method for invisible items
|
||||
* Qt: Remove unused list layout handling of repaint watcher
|
||||
* Qt: don't calculate sizes in grid mode
|
||||
* Qt: lazy load game list icons and dir size
|
||||
* Qt: multithreaded file testing during refresh
|
||||
* Qt: Minor optimization during list refresh
|
||||
* SPU LLVM: fixup custom LICM pass
|
||||
* Emu: Cache games.yml and only save when necessary
|
||||
* unself: rename SCEVersionInfo to version_header
|
||||
* unself: rename SectionInfo to segment_ext_header
|
||||
* unself: some more documentation
|
||||
* unself: rename AppInfo to program_identification_header
|
||||
* unself: rename SelfHeader to ext_hdr
|
||||
* SPU LLVM: sink stores deeper in custom LICM pass
|
||||
* fix warnings
|
||||
* Remove add_only from main_window::Boot args
|
||||
* Optimize AddGamesFromDir a bit
|
||||
* Reduce IO With Game Library Loading
|
||||
* Path to LLVM library fixed in Debug
|
||||
* SPU LLVM: upgrade custom DSE pass
|
||||
* formatting
|
||||
* gl: Refactor attachment clear logic
|
||||
* Keep preceding 0 in firmware strings
|
||||
* Keep second 0 in firmware strings
|
||||
* Qt: add option to reset time played
|
||||
* Qt: add grid filters
|
||||
* Qt: add checkbox to restart dialog
|
||||
* BufferUtils: fix SSE2 path for byteswaps
|
||||
* rsx: Add Ultra shader precision setting for costly accuracy settings
|
||||
* vk: Promote barycentric interpolation to 64-bit
|
||||
* SPU LLVM: make savestates unsavable inside the code
|
||||
* SPU LLVM: optimize register stores
|
||||
* Implement sceNpManagerGetCachedInfo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 17 14:19:08 UTC 2023 - Yunhe Guo <i@guoyunhe.me>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.27~git20230416
|
||||
Version: 0.0.27~git20230423
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user