- Update to version 0.0.27~git20230526:
* rsx/overlays: Fix crash on stop * Hid: add some logging for initial send_output_report * input: remove some outdated comments * cellCamera: don't switch to main thread unless really necessary * input: allow to remap emulated pads dynamically * Qt/input: limit some usb device configs to 2 players * Qt: rename emulated pads menu to usb devices * Qt: disable emulated pad settings during emulation * input: fix emulated pad stick y axis * input: move emulated pad handling to config class * input: fix emulated button map accessors * Qt: fix emulated button reset * input: add support for multi-assignment in emulated pads * input: add emulated axis configs * Qt: change wording on fake PS Move config * Qt/input: add emulated pads settings dialogs * input: list actual nodes instead of button ids * input: add enum count for enumeration * input: use global configs * input: add emulated_pad_config template class * input: add gem ds3 config file * input: add usio config file * input: add ghltar config file * input: add turntable config file * input: add buzz config file * remove deprecated VK_MVK_moltenvk and replace with mvk_config.h * Update MVK to 1.2.4 for Vulkan SDK 1.3.250 * overlays: Fix width of graph labels * overlays: fix missing sound autorepeat fence. OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=65
This commit is contained in:
parent
3b027d5043
commit
ffa8d71ae1
@ -5,4 +5,4 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">e1744ceab291a422ad5ac2fc2dd0c125380d48c2</param></service></servicedata>
|
||||
<param name="changesrevision">9f5e3ecb8c78661a7da63e2f9357a9964d2936db</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9964743484468eb8adcdeb78ad18566f5b91e73d74ce65e38b33bc2d4208a292
|
||||
size 52255252
|
3
rpcs3-0.0.27~git20230526.tar.xz
Normal file
3
rpcs3-0.0.27~git20230526.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fc9fe913cb8b66f14cb0fb2d8a29002a358bd0329bc0fbfd0bcfcd470be0d3f
|
||||
size 52262828
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 27 03:37:51 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
- Update to version 0.0.27~git20230526:
|
||||
* rsx/overlays: Fix crash on stop
|
||||
* Hid: add some logging for initial send_output_report
|
||||
* input: remove some outdated comments
|
||||
* cellCamera: don't switch to main thread unless really necessary
|
||||
* input: allow to remap emulated pads dynamically
|
||||
* Qt/input: limit some usb device configs to 2 players
|
||||
* Qt: rename emulated pads menu to usb devices
|
||||
* Qt: disable emulated pad settings during emulation
|
||||
* input: fix emulated pad stick y axis
|
||||
* input: move emulated pad handling to config class
|
||||
* input: fix emulated button map accessors
|
||||
* Qt: fix emulated button reset
|
||||
* input: add support for multi-assignment in emulated pads
|
||||
* input: add emulated axis configs
|
||||
* Qt: change wording on fake PS Move config
|
||||
* Qt/input: add emulated pads settings dialogs
|
||||
* input: list actual nodes instead of button ids
|
||||
* input: add enum count for enumeration
|
||||
* input: use global configs
|
||||
* input: add emulated_pad_config template class
|
||||
* input: add gem ds3 config file
|
||||
* input: add usio config file
|
||||
* input: add ghltar config file
|
||||
* input: add turntable config file
|
||||
* input: add buzz config file
|
||||
* remove deprecated VK_MVK_moltenvk and replace with mvk_config.h
|
||||
* Update MVK to 1.2.4 for Vulkan SDK 1.3.250
|
||||
* overlays: Fix width of graph labels
|
||||
* overlays: fix missing sound autorepeat fence.
|
||||
* Take advantage of WIN10 Thread Name API
|
||||
* Update hidapi from 0.13.1 to 0.14.0
|
||||
* Update curl from 8.0.1 to 8.1.1
|
||||
* pine: fix some warnings (#13904)
|
||||
* Formatting fixes
|
||||
* vk: Fix some sampler load crashes
|
||||
* vk: Reimplement sampler disposal using the new pool mechanism
|
||||
* vk: Fix compiler warning
|
||||
* vk: Reimplement sampler caching to take border color into account
|
||||
* vk: Integrate custom border colors when supported
|
||||
* vk: Require customBorderColorWithoutFormat feature
|
||||
* vk: Add border color extension detection
|
||||
* vk: Minor refactoring of optional features
|
||||
* sceNpTrophy: set timestamps
|
||||
* CPUThread.cpp: Fix an emulator crash on game exit
|
||||
* Debug Fixes
|
||||
* overlays: do not play sounds on fast auto repeat
|
||||
* input: add sanity checks for buf_size
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 20 03:11:38 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.27~git20230519
|
||||
Version: 0.0.27~git20230526
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user