- Update to version 0.0.28~git20230721:
* Fix log data loss on force application shutdown * File.h: Implement fs::error::xdev * Qt: Fix saved log filename * sys_fs: use path instead of u8path * Create Missing Paths for Dev_USB/HDD0 and mms * SPU LLVM: Use get_known_bits() in SHUFB * SPU LLVM: Handle SHUFB special cases with a lookup table - Needs 3 instructions to handle the special cases, since x86 lacks an 8 bit simd shift instruction OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=76
This commit is contained in:
parent
d6514aff32
commit
7475f0f646
@ -5,4 +5,4 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">ba988f1d3ff0c3fc689886eb66153f6b8261aac1</param></service></servicedata>
|
||||
<param name="changesrevision">38a5313ed2c4ebb626017a4f7f28ed0c0a89f931</param></service></servicedata>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:805723ec3f10ea540ef7d68f497f988f0bb78119c9c9ce8e93e83b7cde272359
|
||||
size 126924
|
||||
oid sha256:ec94f5abb1679b08abca9303c87cafbffbd225221b38f22b6ed0e52b68758bfe
|
||||
size 128308
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:479efe1ff24714ad9706a3bf76ba1559e36bbe2d48bca891592db1f33a5f30b7
|
||||
size 52412204
|
3
rpcs3-0.0.28~git20230721.tar.xz
Normal file
3
rpcs3-0.0.28~git20230721.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2220f5521fe4a5da225b06844108d3946ee6f92f6a34d394b71264d82c1cb9cc
|
||||
size 52411852
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 21 14:31:06 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
- Update to version 0.0.28~git20230721:
|
||||
* Fix log data loss on force application shutdown
|
||||
* File.h: Implement fs::error::xdev
|
||||
* Qt: Fix saved log filename
|
||||
* sys_fs: use path instead of u8path
|
||||
* Create Missing Paths for Dev_USB/HDD0 and mms
|
||||
* SPU LLVM: Use get_known_bits() in SHUFB
|
||||
* SPU LLVM: Handle SHUFB special cases with a lookup table - Needs 3 instructions to handle the special cases, since x86 lacks an 8 bit simd shift instruction
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 15:26:28 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.28~git20230718
|
||||
Version: 0.0.28~git20230721
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user