forked from pool/rpcs3
- Update to version 0.0.30~git20240125:
* Enable Discord presence on Linux * Add missing headers (#15075) * rpcs3qt: Add macOS support to the updater. * System: don't consider games as registered if they were already in games.yml * Asmjit FI * Accurate frest and frsqest * Qt: trim whitespace from textinput before writing to config * update submodules * rsx: Do not emit rounding code when not needed * rsx: Fix compiling of mixed-precision shaders * rsx: Aesthetic changes * rsx: Forcefully disable writes to channels disabled on host * rsx: More pipeine refactoring * fs: fix get_executable_dir * Emu: Add more info to BlockingCallFromMainThread * Qt: revert accidental settings_dialog check-in * cellImeJp: fix character deletion after change to cursor * cellImeJp: fix deadlock * cellImeJp: add candidate list functions * cellImeJp: add cursor * cellImeJp: fix focus area * cellImeJp: static functions to silence annoying VS * fs: fix warning. fix size argument in report_fatal_error * Savestates: Fix restart when suspend mode is off * Savestates: Dont patch memory on load * Savestates: Add some logging for sys_overlay * Simplify fatal dialog's error a bit * Savestates/net: fix P2P socket data saving * Firmware installer: Early protection against disk space shortage complications OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=92
This commit is contained in:
parent
6b3abe5fa4
commit
ffa350401e
@ -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">f7fa5aab701a7ea51d35edf41dcfb7f415eb8a1f</param></service></servicedata>
|
<param name="changesrevision">7661df084718b9326cbb072f683a1120a803784a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a606da2341064378295bc17e663f99c05e1aaefa905a132ec6ac88beb6ad35ee
|
|
||||||
size 54773552
|
|
3
rpcs3-0.0.30~git20240125.tar.xz
Normal file
3
rpcs3-0.0.30~git20240125.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a50818c8bc39f0592a23caa2db2a4a049e05758f86ceec2728d1a2cc1a113319
|
||||||
|
size 54774560
|
@ -1,3 +1,62 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 25 14:23:06 UTC 2024 - i@guoyunhe.me
|
||||||
|
|
||||||
|
- Update to version 0.0.30~git20240125:
|
||||||
|
* Enable Discord presence on Linux
|
||||||
|
* Add missing headers (#15075)
|
||||||
|
* rpcs3qt: Add macOS support to the updater.
|
||||||
|
* System: don't consider games as registered if they were already in games.yml
|
||||||
|
* Asmjit FI
|
||||||
|
* Accurate frest and frsqest
|
||||||
|
* Qt: trim whitespace from textinput before writing to config
|
||||||
|
* update submodules
|
||||||
|
* rsx: Do not emit rounding code when not needed
|
||||||
|
* rsx: Fix compiling of mixed-precision shaders
|
||||||
|
* rsx: Aesthetic changes
|
||||||
|
* rsx: Forcefully disable writes to channels disabled on host
|
||||||
|
* rsx: More pipeine refactoring
|
||||||
|
* fs: fix get_executable_dir
|
||||||
|
* Emu: Add more info to BlockingCallFromMainThread
|
||||||
|
* Qt: revert accidental settings_dialog check-in
|
||||||
|
* cellImeJp: fix character deletion after change to cursor
|
||||||
|
* cellImeJp: fix deadlock
|
||||||
|
* cellImeJp: add candidate list functions
|
||||||
|
* cellImeJp: add cursor
|
||||||
|
* cellImeJp: fix focus area
|
||||||
|
* cellImeJp: static functions to silence annoying VS
|
||||||
|
* fs: fix warning. fix size argument in report_fatal_error
|
||||||
|
* Savestates: Fix restart when suspend mode is off
|
||||||
|
* Savestates: Dont patch memory on load
|
||||||
|
* Savestates: Add some logging for sys_overlay
|
||||||
|
* Simplify fatal dialog's error a bit
|
||||||
|
* Savestates/net: fix P2P socket data saving
|
||||||
|
* Firmware installer: Early protection against disk space shortage complications
|
||||||
|
* sys_fs: Aggregate safe file reads (optimization)
|
||||||
|
* progress dialog: minor fix
|
||||||
|
* fixup hdd1 cache
|
||||||
|
* Utilities: Add support for portable user directory. (#15064)
|
||||||
|
* rsx: Properly propagate surface properties on surface reuse.
|
||||||
|
* Mac: Update MoltenVk to 1.2.7
|
||||||
|
* Mac: silence deprecation warning
|
||||||
|
* Replaces page fault triggers with assembly
|
||||||
|
* sceNp: disable Canonicalize functions for RPCN
|
||||||
|
* sceNpCommerce: more error checks
|
||||||
|
* sceNpCommerce: add error constants
|
||||||
|
* sceNpFriendlist: more checks
|
||||||
|
* sceNpMatching: simplify linked list for loops
|
||||||
|
* sceNpMatching: add error checks
|
||||||
|
* split JIT.cpp and SPURecompiler.cpp
|
||||||
|
* prepare split
|
||||||
|
* add comments where to split
|
||||||
|
* RPCN 1.0 (#15045)
|
||||||
|
* fs: move buf from stack to heap to silence VS warning
|
||||||
|
* fs: remove duplicate to_utf8 function
|
||||||
|
* Qt: use fs::get_temp_dir during updates
|
||||||
|
* Qt/input: show all mmjoy devices with connection in dropdown
|
||||||
|
* Qt/Input: Keep configured device name in config when no pad is connected
|
||||||
|
* input: implement dynamic mmjoy device reconnection
|
||||||
|
* Misc NP fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 13 05:30:40 UTC 2024 - i@guoyunhe.me
|
Sat Jan 13 05:30:40 UTC 2024 - i@guoyunhe.me
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rpcs3
|
Name: rpcs3
|
||||||
Version: 0.0.30~git20240112
|
Version: 0.0.30~git20240125
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PS3 emulator/debugger
|
Summary: PS3 emulator/debugger
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user