Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
8021e03ebf | |||
a0437f552c |
@@ -1,10 +1,10 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/RPCS3/rpcs3</param>
|
||||
<param name="changesrevision">b90bacba4870534dfc501a51119b5913337a5e95</param>
|
||||
<param name="changesrevision">92a30b4e41b59ddd538b1da0e875ff62b271b3b9</param>
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">b90bacba4870534dfc501a51119b5913337a5e95</param>
|
||||
<param name="changesrevision">92a30b4e41b59ddd538b1da0e875ff62b271b3b9</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f6800807a65c6708f174bb774ce608da74a56c430cfb4365bc58ba2e123827c
|
||||
size 38205288
|
3
rpcs3-0.0.37~git20250827.tar.xz
Normal file
3
rpcs3-0.0.37~git20250827.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:137de0c7b510f4749ad829560c65c8b4c7df1bdf94e902831c936ca1b55c3940
|
||||
size 39583276
|
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 18:56:37 UTC 2025 - Hunter Wardlaw <wardlawhunter@gmail.com>
|
||||
|
||||
- Update to version 0.0.37~git20250827:
|
||||
* Fix raw mouse handler keypress logic
|
||||
* asm.hpp: Make utils::rational_mul<u64>() consistent (#17452)
|
||||
* vfs_dialog: ensure that one item is always selected
|
||||
* vfs_dialog: allow to check list items with double-click
|
||||
* patch_manager: make patches selectable by double click
|
||||
* overlays: add settings for screenshot and recording hints
|
||||
* Audio: simplify apply_volume
|
||||
* SPU: Update RdEventStat Busy Wait detection to updated setting behavior
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 19 18:42:33 UTC 2025 - Hunter Wardlaw <wardlawhunter@gmail.com>
|
||||
|
||||
- Update to version 0.0.37~git20250817:
|
||||
* Fixes for AppImage not targeting Gamemode (#17398)
|
||||
* SPULLVMRecompiler: add overload for _ptr
|
||||
* SPULLVMRecompiler: remove unused parameters from spu_ptr and _ptr
|
||||
* llvm: use CreatePtrAdd
|
||||
* Update FAudio to 25.08
|
||||
* Remove alternative default device detection in Cubeb backend
|
||||
* Fix description of system wolfSSL option
|
||||
* Add option to use system Vulkan Memory Allocator
|
||||
* Add option to use system hidapi
|
||||
* Add option to use system zstd
|
||||
* Add option to use system glslang
|
||||
* Add option to use system RtMidi
|
||||
* Add option to use system MiniUPnPc
|
||||
* Set USE_SYSTEM_OPENAL default to OFF on macOS and Windows
|
||||
* Fix USE_SYSTEM_OPENAL to use system headers
|
||||
* Update wolfssl to 5.8.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 30 12:36:25 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rpcs3
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.37~git20250722
|
||||
Version: 0.0.37~git20250827
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
|
Reference in New Issue
Block a user