forked from pool/rpcs3
- Update to version 0.0.27~git20230427:
* Qt: only do a hard refresh when new games may have been added * Qt: keep game list data when toggling between list and grid layouts * Qt: fix futurewatcher cancel * Qt: Fix data race and undefined behaviour in games_config * Decrease some include madness * screenshot manager: use flow layout * Qt: async game list parsing * Qt: move experimental build warning to gui_application * rsx: Fix up the framebuffer width if the pitch fits scissor but not the clip width * Qt: fix adding vsh to gamelist * Qt: lazy load save data icons OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=60
This commit is contained in:
parent
f08fe25cae
commit
03ccab3960
@ -5,4 +5,4 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">5870dad639d8b95ccfbfce3dfb8c9c46f80cfb91</param></service></servicedata>
|
||||
<param name="changesrevision">711afeb6882c052e27cd77cf054614a414dac2dc</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ef49956a13450e3b884a15f6d8a517b5502cf50361490bcd46607d849a5128f
|
||||
size 52150048
|
3
rpcs3-0.0.27~git20230427.tar.xz
Normal file
3
rpcs3-0.0.27~git20230427.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:212682b81a452813ff655072e6fcb95ce1dc73360b626559ab48512be154d30a
|
||||
size 52133372
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 12:08:36 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
- Update to version 0.0.27~git20230427:
|
||||
* Qt: only do a hard refresh when new games may have been added
|
||||
* Qt: keep game list data when toggling between list and grid layouts
|
||||
* Qt: fix futurewatcher cancel
|
||||
* Qt: Fix data race and undefined behaviour in games_config
|
||||
* Decrease some include madness
|
||||
* screenshot manager: use flow layout
|
||||
* Qt: async game list parsing
|
||||
* Qt: move experimental build warning to gui_application
|
||||
* rsx: Fix up the framebuffer width if the pitch fits scissor but not the clip width
|
||||
* Qt: fix adding vsh to gamelist
|
||||
* Qt: lazy load save data icons
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 12:08:06 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.27~git20230423
|
||||
Version: 0.0.27~git20230427
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user