SHA256
1
0
forked from pool/rpcs3

- Update to version 0.0.27~git20230331:

* Add Qt Creator .autosave files to .gitignore (#13597)
  * cellMusicExport: first implementation
  * cellPhotoExport: add funcFinish check
  * Fix mic thread usage
  * vk: Fix vendor detection for apple
  * vk: Obey safe/unsafe hint for D16F emulation
  * Increase delay for GHL and TT int transfers
  * cellMic: fix registration index
  * cellAudio: silence cellAudioSendAck and add pseudo code for it
  * cellAudio: re-use event_sources array
  * cellMic: use fixed index for devices
  * cellMic: wait for registration of multiple input devices
  * cellMic: add some additional error check and silence log spam
  * cellMicGetSignalState: fake some more values

OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=48
This commit is contained in:
Yunhe Guo 2023-04-10 15:51:47 +00:00 committed by Git OBS Bridge
parent 59ade6111c
commit 861bfebb73
6 changed files with 48 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Mon Apr 10 14:31:51 UTC 2023 - i@guoyunhe.me
- Update to version 0.0.27~git20230409:
* remove unnecessary pointer bitcasts
* Updated BUILDING.md according to the changes made by #13622
* Fix BUILD_LLVM option
* Improve cellMic and sys_usbd thread scheduling
* Add alternate 3D display modes (#13582)
* cellGcm: add more enums
* llvm: fix submodule path
* rsx: Add a clip_width workaround for some buggy games
* Update to LLVM 16.0.0, switch to upstream LLVM
* Update dependencies
* Fix emulator crash when stopping emulation after being paused (#13530)
* sys_fs: Implemented CELL_FS_PATH path-as-device support
* sys_fs: Fix warning C6262
* sys_fs & VFS: Misc bug fixes
-------------------------------------------------------------------
Tue Apr 04 14:33:06 UTC 2023 - i@guoyunhe.me
- Update to version 0.0.27~git20230331:
* Add Qt Creator .autosave files to .gitignore (#13597)
* cellMusicExport: first implementation
* cellPhotoExport: add funcFinish check
* Fix mic thread usage
* vk: Fix vendor detection for apple
* vk: Obey safe/unsafe hint for D16F emulation
* Increase delay for GHL and TT int transfers
* cellMic: fix registration index
* cellAudio: silence cellAudioSendAck and add pseudo code for it
* cellAudio: re-use event_sources array
* cellMic: use fixed index for devices
* cellMic: wait for registration of multiple input devices
* cellMic: add some additional error check and silence log spam
* cellMicGetSignalState: fake some more values
-------------------------------------------------------------------
Sun Mar 26 03:18:32 UTC 2023 - i@guoyunhe.me

View File

@ -1,4 +1,4 @@
name: rpcs3
version: 0.0.27~git20230325
mtime: 1679733258
commit: 4d4a70ad0e5f875309c8e6aea8448a23f06857cf
version: 0.0.27~git20230409
mtime: 1681033518
commit: 6fbca1acfd5ee7da782f93995cff99dd09cfe48d

View File

@ -17,7 +17,7 @@
Name: rpcs3
Version: 0.0.27~git20230325
Version: 0.0.27~git20230409
Release: 0
Summary: PS3 emulator/debugger
License: GPL-2.0-only
@ -25,7 +25,8 @@ URL: https://rpcs3.net
Source0: %{name}-%{version}.tar.xz
Source1: intel-ittapi.tar.xz
Patch1: fix-test-files.patch
BuildRequires: gcc-c++ >= 9
BuildRequires: gcc-c++
BuildRequires: llvm16-devel
BuildRequires: cmake(x86-64) >= 3.14.1
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libedit)