- Update to version 0.0.27~git20230519:
* Debugger: Implement key-scrolling through threads * Fix spu_fm * cellSpurs: Fix ready count * Qt: fix memory leak on midi error * Qt: Don't refresh mic and midi list in constructor * mac arm: try to fix compilation * input: use enum class for pad connection * input: add option to keep pads connected * Fix init order for gpu_debug_marker * Fix init order * rsx: Fix build after variable rename * vk: Rename the debug marker to something more appropriate * Fixup - command buffer wrapping * vk: C++-ify the debug marker sync object member names * vk: Do not use raw GPU command buffer handles for any wrapped API calls * rsx: Perform region clipping in a normalized coordinate space * vk: Preliminary support for debug markers * Qt: allow hiding trophy table columns * VS: set more O2 * MSVC: Ignore base address warning * Fix some warnings * Updates * Windows Use vector for performance counter data allocation * rpcn: fix some msvc warnings * Fix log message * Logs/Debugger: Go-To-Address signal from log text * Qt: don't refresh game grid after emu stop * Implement support for emulating Rock Band 3's MIDI Pro Adapter * sys_usbd: Emulate Disney Infinity Base OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=64
This commit is contained in:
parent
f31051f04c
commit
3b027d5043
@ -5,4 +5,4 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">f11770b88b022d23c51578c3908b78b418d95243</param></service></servicedata>
|
||||
<param name="changesrevision">e1744ceab291a422ad5ac2fc2dd0c125380d48c2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02fbaba6c35823ca0a2671985cc147ea9fdbe6f3dd7aba2c07ae87b6be3e4f1d
|
||||
size 52139200
|
3
rpcs3-0.0.27~git20230519.tar.xz
Normal file
3
rpcs3-0.0.27~git20230519.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9964743484468eb8adcdeb78ad18566f5b91e73d74ce65e38b33bc2d4208a292
|
||||
size 52255252
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 20 03:11:38 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
- Update to version 0.0.27~git20230519:
|
||||
* Debugger: Implement key-scrolling through threads
|
||||
* Fix spu_fm
|
||||
* cellSpurs: Fix ready count
|
||||
* Qt: fix memory leak on midi error
|
||||
* Qt: Don't refresh mic and midi list in constructor
|
||||
* mac arm: try to fix compilation
|
||||
* input: use enum class for pad connection
|
||||
* input: add option to keep pads connected
|
||||
* Fix init order for gpu_debug_marker
|
||||
* Fix init order
|
||||
* rsx: Fix build after variable rename
|
||||
* vk: Rename the debug marker to something more appropriate
|
||||
* Fixup - command buffer wrapping
|
||||
* vk: C++-ify the debug marker sync object member names
|
||||
* vk: Do not use raw GPU command buffer handles for any wrapped API calls
|
||||
* rsx: Perform region clipping in a normalized coordinate space
|
||||
* vk: Preliminary support for debug markers
|
||||
* Qt: allow hiding trophy table columns
|
||||
* VS: set more O2
|
||||
* MSVC: Ignore base address warning
|
||||
* Fix some warnings
|
||||
* Updates
|
||||
* Windows Use vector for performance counter data allocation
|
||||
* rpcn: fix some msvc warnings
|
||||
* Fix log message
|
||||
* Logs/Debugger: Go-To-Address signal from log text
|
||||
* Qt: don't refresh game grid after emu stop
|
||||
* Implement support for emulating Rock Band 3's MIDI Pro Adapter
|
||||
* sys_usbd: Emulate Disney Infinity Base
|
||||
* cli: add ability to log ffmpeg codecs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 16 11:59:34 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.27~git20230515
|
||||
Version: 0.0.27~git20230519
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user