SHA256
1
0
forked from pool/rpcs3

- Added xpadneo recommends to support Xbox One/Series wireless controllers

- Update to version 0.0.31~git20240314:
  * HLE: clear lower bits of Free Disk Space value
  * Qt: add search bar to save manager
  * Qt: replace refresh progress slot with timer
  * Fix sceNpScoreGetRankingByNpId
  * Qt: only connect refresh watcher signals once
  * Qt: remove redundant progress dialog code. This already happens in Refresh
  * appimage: Do not bundle libvulkan.so
  * VS: move libpng, libusb and hidapi lib output to proper build configiguration dir
  * VS: Fix libpng build configuration names
  * VS: fix linking XAudio in debug builds
  * VS: use MultiThreadedDebugDLL in debug builds
  * VS: use common RuntimeLibrary settings in 3rdparty
  * Cleanup and set -Werror=delete-non-virtual-dtor
  * rsx: Fix invalid iterator comparison (asserts on debug builds)
  * GL: fix debug build: creation of QOffscreenSurface sends signals from wrong thread
  * LV2: Longer thread creation delay for low prio threads
  * Qt: accept downloader progress dialog instead of closing it
  * Qt: make sure to actually delete the progress dialog when it is closed
  * Qt: make sure the gamelist refresh progress dialog runs on the main thread
  * Qt: replace sstr with regular toStdString
  * Qt: fix weird return value warning on VS
  * Qt: don't close the progress dialog if it is already being closed anyway
  * Qt: check for updates if the update message is empty
  * Qt: don't deleteLater the progress_dialog
  * SPU LLVM: More compilation threads
  * SPU LLVM: Notify workers prematurely if there is considerable excess
  * SPU LLVM: Postpone cache writes until compiled
  * SPU analyzer: Detect 'argument passing' block before the function

OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=103
This commit is contained in:
Yunhe Guo 2024-03-16 05:03:24 +00:00 committed by Git OBS Bridge
parent 0d081d72c9
commit f397f7830b
5 changed files with 61 additions and 6 deletions

View File

@ -5,4 +5,4 @@
</service> </service>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/RPCS3/rpcs3.git</param> <param name="url">https://github.com/RPCS3/rpcs3.git</param>
<param name="changesrevision">cfbe7669b4753ee7004114d11cb5c19ede8fd2e5</param></service></servicedata> <param name="changesrevision">40adf4b94441d9f0284fa714b96c3f6346f7caf7</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Sat Mar 16 04:30:19 UTC 2024 - i@guoyunhe.me
- Added xpadneo recommends to support Xbox One/Series wireless controllers
- Update to version 0.0.31~git20240314:
* HLE: clear lower bits of Free Disk Space value
* Qt: add search bar to save manager
* Qt: replace refresh progress slot with timer
* Fix sceNpScoreGetRankingByNpId
* Qt: only connect refresh watcher signals once
* Qt: remove redundant progress dialog code. This already happens in Refresh
* appimage: Do not bundle libvulkan.so
* VS: move libpng, libusb and hidapi lib output to proper build configiguration dir
* VS: Fix libpng build configuration names
* VS: fix linking XAudio in debug builds
* VS: use MultiThreadedDebugDLL in debug builds
* VS: use common RuntimeLibrary settings in 3rdparty
* Cleanup and set -Werror=delete-non-virtual-dtor
* rsx: Fix invalid iterator comparison (asserts on debug builds)
* GL: fix debug build: creation of QOffscreenSurface sends signals from wrong thread
* LV2: Longer thread creation delay for low prio threads
* Qt: accept downloader progress dialog instead of closing it
* Qt: make sure to actually delete the progress dialog when it is closed
* Qt: make sure the gamelist refresh progress dialog runs on the main thread
* Qt: replace sstr with regular toStdString
* Qt: fix weird return value warning on VS
* Qt: don't close the progress dialog if it is already being closed anyway
* Qt: check for updates if the update message is empty
* Qt: don't deleteLater the progress_dialog
* SPU LLVM: More compilation threads
* SPU LLVM: Notify workers prematurely if there is considerable excess
* SPU LLVM: Postpone cache writes until compiled
* SPU analyzer: Detect 'argument passing' block before the function
* SPU: Include BRSL following code in is_exec_code()
* SPU Analyzer: Detect more tail calls by examining called code
* SPU: Detect invalid STOP codes (code mining)
* SPU: Improve compilation message
* SPU Analyser: Detect invalid relative branches
* sys_tty: Try to avoid logging single newlines to log
* rsx/cpu_thread: Fix cpu_thread::get_name() for RSX
* report_fatal_error: Minor cleanup and improvement
* init_mutex.hpp: More fixes
* Update submodules
* Increase vblank rate
* macOS CI: Don't upgrade installed dependents
* init_mutex.hpp: Fixup
* cellGame: Fix PPU deadlocks on concurrent execution
* rpcs3_version: Bump to 0.0.31
* Improve macOS < 14.3 Rosetta blocker message (#15258)
* add Wii Harmonix instruments to whitelist
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 01 14:20:25 UTC 2024 - i@guoyunhe.me Fri Mar 01 14:20:25 UTC 2024 - i@guoyunhe.me

View File

@ -17,7 +17,7 @@
Name: rpcs3 Name: rpcs3
Version: 0.0.30~git20240301 Version: 0.0.31~git20240314
Release: 0 Release: 0
Summary: PS3 emulator/debugger Summary: PS3 emulator/debugger
License: GPL-2.0-only License: GPL-2.0-only
@ -85,11 +85,15 @@ BuildRequires: pkgconfig(Qt6Qml)
BuildRequires: pkgconfig(Qt6Svg) BuildRequires: pkgconfig(Qt6Svg)
BuildRequires: pkgconfig(Qt6Widgets) BuildRequires: pkgconfig(Qt6Widgets)
ExclusiveArch: x86_64
Requires(post): hicolor-icon-theme Requires(post): hicolor-icon-theme
Requires(post): update-desktop-files Requires(post): update-desktop-files
Requires(postun): hicolor-icon-theme Requires(postun): hicolor-icon-theme
Requires(postun): update-desktop-files Requires(postun): update-desktop-files
ExclusiveArch: x86_64
# Xbox One/Series controller wireless driver
Recommends: xpadneo
%description %description
An open-source PlayStation 3 emulator/debugger written in C++. An open-source PlayStation 3 emulator/debugger written in C++.