Accepting request 1218220 from Emulators

OBS-URL: https://build.opensuse.org/request/show/1218220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpcs3?expand=0&rev=30
This commit is contained in:
Ana Guerrero 2024-10-27 10:24:29 +00:00 committed by Git OBS Bridge
commit ab4db4b0f6
6 changed files with 117 additions and 69 deletions

View File

@ -1,8 +1,8 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/RPCS3/rpcs3</param>
<param name="changesrevision">10dece1c804a2c86144f25951e360e47efa038e1</param>
<param name="changesrevision">3e516df214f5c36d4b613aa0580182155247d2ad</param>
</service>
<service name="tar_scm">
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
<param name="changesrevision">10dece1c804a2c86144f25951e360e47efa038e1</param></service></servicedata>
<param name="changesrevision">3e516df214f5c36d4b613aa0580182155247d2ad</param></service></servicedata>

View File

@ -1,69 +1,16 @@
From 40133bb5a3a4240b9ea6f617fdf353e4f4507ffb Mon Sep 17 00:00:00 2001
From: Guo Yunhe <i@guoyunhe.me>
Date: Tue, 11 Apr 2023 23:00:47 +0800
Subject: [PATCH 1/3] fix toolbar text color in dark theme
From: Hunter Wardlaw <hunterwardlaw@gmail.com>
Date: Wed, 02 Oct 2024 17:13:37 -0400
Subject: [PATCH] Fix toolbar text color in dark theme
---
rpcs3/rpcs3qt/stylesheets.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rpcs3/rpcs3qt/stylesheets.h | 8 ++++++++--------
1 file changed, 8 insertion(+), 8 deletion(-)
diff --git a/rpcs3/rpcs3qt/stylesheets.h b/rpcs3/rpcs3qt/stylesheets.h
index 9121d03609c..89488a36e99 100644
index 52367de..17a4597 100644
--- a/rpcs3/rpcs3qt/stylesheets.h
+++ b/rpcs3/rpcs3qt/stylesheets.h
@@ -17,7 +17,7 @@ namespace gui
"QSlider#sizeSlider::groove:horizontal { border-radius: .15em; background: #5b5b5b; height: .3em; }"
// main window toolbar
- "QToolBar#mw_toolbar { background-color: #F0F0F0; border: none; }"
+ "QToolBar#mw_toolbar { color: #505050; background-color: #F0F0F0; border: none; }"
"QToolBar#mw_toolbar::separator { background-color: rgba(207, 207, 207, 235); width: 0.125em; margin-top: 0.250em; margin-bottom: 0.250em; }"
// main window toolbar icon color
From 564e4cfce0b32effcf104c07a243a6ef68177631 Mon Sep 17 00:00:00 2001
From: Guo Yunhe <i@guoyunhe.me>
Date: Tue, 11 Apr 2023 23:34:15 +0800
Subject: [PATCH 2/3] Update stylesheets.h
---
rpcs3/rpcs3qt/stylesheets.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rpcs3/rpcs3qt/stylesheets.h b/rpcs3/rpcs3qt/stylesheets.h
index 89488a36e99..17a686acefa 100644
--- a/rpcs3/rpcs3qt/stylesheets.h
+++ b/rpcs3/rpcs3qt/stylesheets.h
@@ -17,11 +17,11 @@ namespace gui
"QSlider#sizeSlider::groove:horizontal { border-radius: .15em; background: #5b5b5b; height: .3em; }"
// main window toolbar
- "QToolBar#mw_toolbar { color: #505050; background-color: #F0F0F0; border: none; }"
- "QToolBar#mw_toolbar::separator { background-color: rgba(207, 207, 207, 235); width: 0.125em; margin-top: 0.250em; margin-bottom: 0.250em; }"
+ //"QToolBar#mw_toolbar { color: #505050; background-color: #F0F0F0; border: none; }"
+ //"QToolBar#mw_toolbar::separator { background-color: rgba(207, 207, 207, 235); width: 0.125em; margin-top: 0.250em; margin-bottom: 0.250em; }"
// main window toolbar icon color
- "QLabel#toolbar_icon_color { color: #5b5b5b; }"
+ //"QLabel#toolbar_icon_color { color: #5b5b5b; }"
// thumbnail icon color
"QLabel#thumbnail_icon_color { color: rgba(0, 100, 231, 255); }"
From 5db33b57999d935b6d7d1ebd428237e89dfe12cb Mon Sep 17 00:00:00 2001
From: Guo Yunhe <i@guoyunhe.me>
Date: Tue, 11 Apr 2023 23:43:03 +0800
Subject: [PATCH 3/3] Update stylesheets.h
---
rpcs3/rpcs3qt/stylesheets.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/rpcs3/rpcs3qt/stylesheets.h b/rpcs3/rpcs3qt/stylesheets.h
index 17a686acefa..787981920e4 100644
--- a/rpcs3/rpcs3qt/stylesheets.h
+++ b/rpcs3/rpcs3qt/stylesheets.h
@@ -9,15 +9,15 @@ namespace gui
@@ -9,20 +9,20 @@ namespace gui
const QString default_style_sheet
(
// main window toolbar search
@ -79,8 +26,16 @@ index 17a686acefa..787981920e4 100644
+ //"QSlider#sizeSlider::groove:horizontal { border-radius: .15em; background: #5b5b5b; height: .3em; }"
// main window toolbar
- //"QToolBar#mw_toolbar { color: #505050; background-color: #F0F0F0; border: none; }"
+ //"QToolBar#mw_toolbar { background-color: #F0F0F0; border: none; }"
//"QToolBar#mw_toolbar::separator { background-color: rgba(207, 207, 207, 235); width: 0.125em; margin-top: 0.250em; margin-bottom: 0.250em; }"
- "QToolBar#mw_toolbar { background-color: #F0F0F0; border: none; }"
- "QToolBar#mw_toolbar::separator { background-color: rgba(207, 207, 207, 235); width: 0.125em; margin-top: 0.250em; margin-bottom: 0.250em; }"
- "QToolButton:disabled { color: #787878; }"
+ //"QToolBar#mw_toolbar { color: #505050; background-color: #F0F0F0; border: none; }"
+ //"QToolBar#mw_toolbar::separator { background-color: rgba(207, 207, 207, 235); width: 0.125em; margin-top: 0.250em; margin-bottom: 0.250em; }"
+ //"QToolButton:disabled { color: #787878; }"
// main window toolbar icon color
- "QLabel#toolbar_icon_color { color: #5b5b5b; }"
+ //"QLabel#toolbar_icon_color { color: #5b5b5b; }"
// thumbnail icon color
"QLabel#thumbnail_icon_color { color: rgba(0, 100, 231, 255); }"

View File

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

View File

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

View File

@ -1,3 +1,96 @@
-------------------------------------------------------------------
Mon Oct 21 16:07:33 UTC 2024 - Hunter Wardlaw <wardlawhunter@gmail.com>
- Update to version 0.0.33~git20241017:
* SPU: Reimplement SPURS limiter
* Use system SDL by default since we don't properly support building with just builtin SDL
* Switch to focal for aarch64, update Qt
* Fix checkrt bundling and remove legacy deploy script
* Fixed compilation with cmake on Windows (#16184)
* 3rd Party: Bump MoltenVK to 1.2.11 (Vulkan SDK 1.3.296) (#16190)
* Qt: Make sure that table columns and their actions have the same state after restoring the layout
* Update build-mac.sh
* sys_spu: Fix order of some checks
* Fix sys_spu_thread_group_disconnect_event
* Improve sys_spu_thread_initialize
* Fix sys_vm_memory_map
* input: use std::array for sticks, sensors and motors
* input: fix segfault caused by lockless std::move of stick vector
* macOS arm64 CI: Fix packages requiring curl, and fix Ventura (#16193)
* Improve log file creation error message
* Fix some narrowing warnings
* Initialize some spu_thread members
* sys_vm: Argument checking fixes
* sys_memory: Fix argument size type
* sys_spu: Fix SPU queue index type
* sys_spu: Minor fixes
* SPU: More SPURS limiter fixes
* SPU: SPURS pause based average task order duration
* SPU: Remove illegal SPURS setting value
* SPU: Fix "Max SPURS Threads" performance
-------------------------------------------------------------------
Mon Oct 07 17:12:04 UTC 2024 - Hunter Wardlaw <wardlawhunter@gmail.com>
- Update to version 0.0.33~git20241007:
* SPURS limiter tweaks
* Improve AMD cpu detection
* overlays: add friends list to home menu
* RPCN: add overlay messages on friend requests
* Update FAudio to 24.10
* Update SDL to 2.30.8
* VS: Fix zstd debug lib
* SPU LLVM: Compute frest exponent at runtime rather than using the lookup table
* SPU LLVM: Add optimized path for spu_re_acc special cases
* Fixes audio buffering on non-windows platforms
* VS: Add new build scripts to filters
* Remove unused SPIRV submodules
* VS: fix debug builds
* VS: Add buildfiles to filter
* rsx: Verify that channel remap is initialized before applying swizzles
* rsx: Clarify OGL and VK difference when handling border texels
* rsx: Make use of remapped border colors
* rsx: Implement texture border color decode to remapped rgba
* rsx: Use a proper struct to wrap around channel remap operations
* rsx/vs: Restructure filters into functional units
* vk: Add support for explicit border colors
-------------------------------------------------------------------
Mon Oct 02 13:31:40 UTC 2024 - Hunter Wardlaw <wardlawhunter@gmail.com>
- Update to version 0.0.33~git20241002:
* Bump linux x64 docker to 1.7.1, Qt 6.7.3
* Do not link intel JIT events when compiling LLVM for ARM64
* Move x64 appimage builder to its own legacy script
* Qt/Overlays: Add home menu shortcut to game window
* linux/aarch64: Fix CI release upload
* Typo fix
* linux: Fix steam deck issues
* Include compositor module in appimage for shell integrations
* Enable artifact upload
* Update building instructions for linux arm64
* Fix shellcheck
* Add different suffix per architecture
* Deploy aarch64 linux appimages
* Fix deploy script
* Fix aarch64 build script
* aarch64: linux CI
* Do not attempt to link in intel JIT events
* overlays: Ignore 14 in anisotropic settings
* Fix 120 fps frame limit
* Use native theme on macOS, hide Dark Mode toggle
* Fix scenp_score_record_score param check
* Fix crash on VFS Tool (#16146)
* Update azure-pipelines.yml
* Qt: Try to fix classic stylesheet after Qt 6.7.3 update
* SPURS Task limit hotfix (#16140)
* Add some extra param handling for cellNetCtlGetInfo
* Fix for clang 19
* Qt/shortcuts: add handler id to log messages
* Qt: Try to improve default stylesheet after Qt 6.7.3 update
* Qt: Enable game window shortcuts
* Qt 6.7.3
-------------------------------------------------------------------
Mon Sep 27 13:33:35 UTC 2024 - Hunter Wardlaw <wardlawhunter@gmail.com>

View File

@ -17,7 +17,7 @@
Name: rpcs3
Version: 0.0.33~git20240927
Version: 0.0.33~git20241017
Release: 0
Summary: PS3 emulator/debugger
License: GPL-2.0-only