SHA256
1
0
forked from pool/rpcs3

- Update to version 0.0.28~git20230629:

* Qt: Save UI settings and geometry safely on closeEvent
  * System.cpp: Do not hold the watchdog forever for PPU LLVM compilation cancel
  * Remove overlay hack for PPU LLVM OVL precompilation
  * Empty kill and init callback before calling them
  * PPU LLVM: Implement SELF precompilation
  * PPU LLVM: Precompile all disc game data including PRX etc
  * Savestate/IDM: Do not save unsavable containers
  * Fix Create PPU Cache
  * RB3MidiGuitar.cpp: Support 5-Fret play
  * input/overlays: add option to lock overlay input to player one
  * Constify
  * Dump extensions info to the log
  * vk: Fix a bunch of corner cases when syncing GPU and host memory
  * vk: Add explicit sync when doing copy_image_to_buffer
  * Add flags to handle sync domain with v2 events
  * Properly enable synchronization2 feature
  * Silence logspam about unused parameter
  * Silence log spam about copy ellision
  * Qt: remove obsolete shortcut
  * Qt: use shortcut instead of hardcoded keypress event
  * welcome_dialog: remove weird window close event
  * Make stopping emulation not pause or crash UI
  * Fix properly RSX replay thread stop bug
  * about_dialog: Add new testers
  * Qt: Add RPCS3 Discord & Wiki to About Dialog
  * settings: Display rendering result of 100% resolution scale
  * Qt: Add Create RPCS3 shortcuts to Wecome Dialog
  * Qt: Make welcome dialog accessible through F1 or Help menu
  * Qt: Fix memory leak in welcome dialog

OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=71
This commit is contained in:
Yunhe Guo 2023-06-30 15:10:20 +00:00 committed by Git OBS Bridge
parent a6a27bcf86
commit ce556790c4
6 changed files with 59 additions and 7 deletions

View File

@ -5,4 +5,4 @@
</service>
<service name="tar_scm">
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
<param name="changesrevision">441fbd63bb8796bdd2986bed0caa94a178b9a3f2</param></service></servicedata>
<param name="changesrevision">593f8506931d4763d9b55f930c4becb262bd3620</param></service></servicedata>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d656b8153ddce1687fb76611f3f5043ed7df54cb7eee5893d6c138698d2dfc30
size 125972
oid sha256:48e144c69242de6ac17efd0e8d78c8f3c3660f5e678b50e383da1988a05794ee
size 125832

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f633e90b72e9232dd483d3ca20f09ac7cd25eef4a634eacaefb43ec29134eb1
size 52272900

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7f31522f0d317768702a3128ee854c91db6624d3765e63217bb60c8b6299890
size 52285088

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
Fri Jun 30 15:01:23 UTC 2023 - i@guoyunhe.me
- Update to version 0.0.28~git20230629:
* Qt: Save UI settings and geometry safely on closeEvent
* System.cpp: Do not hold the watchdog forever for PPU LLVM compilation cancel
* Remove overlay hack for PPU LLVM OVL precompilation
* Empty kill and init callback before calling them
* PPU LLVM: Implement SELF precompilation
* PPU LLVM: Precompile all disc game data including PRX etc
* Savestate/IDM: Do not save unsavable containers
* Fix Create PPU Cache
* RB3MidiGuitar.cpp: Support 5-Fret play
* input/overlays: add option to lock overlay input to player one
* Constify
* Dump extensions info to the log
* vk: Fix a bunch of corner cases when syncing GPU and host memory
* vk: Add explicit sync when doing copy_image_to_buffer
* Add flags to handle sync domain with v2 events
* Properly enable synchronization2 feature
* Silence logspam about unused parameter
* Silence log spam about copy ellision
* Qt: remove obsolete shortcut
* Qt: use shortcut instead of hardcoded keypress event
* welcome_dialog: remove weird window close event
* Make stopping emulation not pause or crash UI
* Fix properly RSX replay thread stop bug
* about_dialog: Add new testers
* Qt: Add RPCS3 Discord & Wiki to About Dialog
* settings: Display rendering result of 100% resolution scale
* Qt: Add Create RPCS3 shortcuts to Wecome Dialog
* Qt: Make welcome dialog accessible through F1 or Help menu
* Qt: Fix memory leak in welcome dialog
* Qt: Allow to drop RAP&PKG together
* Qt: Always set QEvent::isAccepted is drag&drop events
* Qt: Do not require to close games when adding new disc game directories
* sys_fs: Fixed up one of sys_fs_unmount()'s error codes to match real system behavior
* sys_fs: Implemented get_normalized_path()
* fs: Add get_parent_dir_view
* File.cpp: revert get_parent_dir change
* Try to fix build
* Workaround for old compilers
* vk: Update async compute (fast) to use the new sync API
* vk: Reimplement events using synchronization2 extension
* Utilities/Memory Viewer: Improve image viewer
* Utilities/Memory Viewer: Add G8 and G32MAX image formats
* Utilities/Memory Viewer: Add PageDown/PageUp scrolling
* Utilities/Memory Viewer: Fix memory leak
* Debugger/RSX: Add shortcut for RSX semaphores
* Utilities/Memory Viewer: Add auto-refresh mode
* asm.hpp: Fix mul_saturate
-------------------------------------------------------------------
Wed Jun 21 15:08:13 UTC 2023 - i@guoyunhe.me

View File

@ -17,7 +17,7 @@
Name: rpcs3
Version: 0.0.28~git20230620
Version: 0.0.28~git20230629
Release: 0
Summary: PS3 emulator/debugger
License: GPL-2.0-only