forked from pool/rpcs3
Accepting request 1146151 from Emulators
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1146151 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpcs3?expand=0&rev=16
This commit is contained in:
commit
ef54cdf9d2
@ -5,4 +5,4 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">7661df084718b9326cbb072f683a1120a803784a</param></service></servicedata>
|
||||
<param name="changesrevision">26d406fec3eca124b157be066fa5b3057561fccb</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a50818c8bc39f0592a23caa2db2a4a049e05758f86ceec2728d1a2cc1a113319
|
||||
size 54774560
|
3
rpcs3-0.0.30~git20240205.tar.xz
Normal file
3
rpcs3-0.0.30~git20240205.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d88caba408a8c3375a83b3c49505bd0c79bfe022516326f18a3ba27174cdc25
|
||||
size 54783872
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 05 11:06:46 UTC 2024 - i@guoyunhe.me
|
||||
|
||||
- Update to version 0.0.30~git20240205:
|
||||
* RPCN 1.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 04 15:48:37 UTC 2024 - i@guoyunhe.me
|
||||
|
||||
- Update to version 0.0.30~git20240203:
|
||||
* cellGem: Allow to use multiple controllers as fake PS-Move
|
||||
* sceNp: fix atomic type
|
||||
* sceNp: correct type for data attachment
|
||||
* sceNp: don't preserve messages in sceNpBasicRecvMessageAttachment
|
||||
* overlays: ask for user confirmation before sending an invite
|
||||
* sceNp: implement sceNpBasicAbortGui
|
||||
* sceNp: Implement sceNpBasicRecvMessageAttachment
|
||||
* np: fix signed/unsigned warning
|
||||
* overlays: add subject and body to recvmessage dialog
|
||||
* Review fixes
|
||||
* Add player history
|
||||
* Qt: Show NP ID in rpcn dialogs
|
||||
* rsx/glsl: use const for left/right
|
||||
* rsx/glsl: Fix typo
|
||||
* rsx: Improvements to the video out passes
|
||||
* gl: Vectorize GL_TEMP_IMAGE_SLOT expression
|
||||
* vk: Allow indexed lookup for sampler and IA binding points in overlay passes
|
||||
* glsl: use fragCoord to decide interlacing
|
||||
* glsl: use textureSize instead of height
|
||||
* glsl: use const in for params
|
||||
* glsl: move anaglpyh to separate functions
|
||||
* vk/gl: add amber-blue anaglyph (ColorCode 3D)
|
||||
* vk/gl: cleanup formatting in glsl, move some common magic numbers to variables
|
||||
* vk/gl: add interlaced 3D mode
|
||||
* vk/gl: add more anaglyph 3D modes
|
||||
* vk/gl: unite video_out_calibration_pass fragment shader to new glsl
|
||||
* gl: add missing else in calibration pass fragment shader
|
||||
* Add update_helper.sh to VS filters
|
||||
* overlays: clean up includes
|
||||
* sceNp: decrease some log levels from todo to warning
|
||||
* overlays: use timestamp for fade animations
|
||||
* Add UI to sceNpBasicSendMessageAttachment and sceNpBasicAddFriend
|
||||
* sceNp: silence some errors
|
||||
* scnNp: add ppu wait before opening blocking dialogs
|
||||
* sceNp: add more error checks
|
||||
* overlays: remove separators from send/recv dialogs
|
||||
* overlays: implement native sendmessage dialog
|
||||
* overlays: implement native recvmessage dialog
|
||||
* Name some threads
|
||||
* rsx: Allow native UI render even when we have pending draw calls if FIFO queue is empty.
|
||||
* Terminate RPCN connection cleanly
|
||||
* Don't search games when the dialog is cancelled
|
||||
* Fix sceNpCommerce2 init
|
||||
* sceNpCommerce: add init checks
|
||||
* sceNpCommerce2: add some error checks
|
||||
* Fix Apple clang
|
||||
* Arm version of trigger_write_page_fault
|
||||
* FreeBSD workaround for libusb
|
||||
* Return no file to TSS apis
|
||||
* Mini sceNpCommerce2Init fix
|
||||
* VFS: Fix some potential .back() segfaults
|
||||
* sys_usbd: add libusb log callback
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 25 14:23:06 UTC 2024 - i@guoyunhe.me
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.30~git20240125
|
||||
Version: 0.0.30~git20240205
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
@ -87,8 +87,8 @@ BuildRequires: pkgconfig(Qt6Widgets)
|
||||
|
||||
Requires(post): hicolor-icon-theme
|
||||
Requires(post): update-desktop-files
|
||||
Requires(postun):hicolor-icon-theme
|
||||
Requires(postun):update-desktop-files
|
||||
Requires(postun): hicolor-icon-theme
|
||||
Requires(postun): update-desktop-files
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user