From a6a27bcf86f82cd1b24422ac9b47aa9ccafa1633a8ed6121a2d48d02ae3f02f1 Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Wed, 21 Jun 2023 15:13:10 +0000 Subject: [PATCH] - Update to version 0.0.28~git20230620: * Fix PPU debug setting with PPU interpreter * Fix Create PPU Cache * jit: fix assertion in GDBJITRegistrationListener * Move connect workaround to connect interface * Windows: silence uncritical performance counter error * Nicer variable names * vk: Latch query copy requests to reduce number of vulkan commands used * progress dialog fix * Qt: use shift+click to append the button instead of replacing it * evdev: don't release buttons while other buttons are still pressed * input: allow multiple key codes per button * logging: minor trace optimizations * Qt/logging: add format function for QString * Settings: Move Accurate SPU DMA to Advanced * Settings: Add Output Scaling to Home Menu * Settings: Enable hot-reloading of Output Scaling * Settings: Reorder settings in Debug * Settings: Reorder settings in Emulator * Settings: Move Automatically start games after boot to Debug * Settings: Rename to Force GPU Texture Scaling * Settings: Rename to Pause emulation after loading savestates * Settings: Remove PPU Interpreter (dynamic) * Settings: Move Accurate GETLLAR to Advanced * Settings: Move Accurate PPU Float Condition Control to Debug * Settings: Move Accurate PPU Vector NaN Handling to Debug * Settings: Move Accurate PPU Non-Java Mode to Debug * Settings: Move Accurate PPU Saturation Bit to Debug * Settings: Add Show PPU compilation hint * Settings: Move Start Savestates Paused to Emulator OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=69 --- _servicedata | 2 +- intel-ittapi.tar.xz | 4 +- rpcs3-0.0.28~git20230602.tar.xz | 3 - rpcs3-0.0.28~git20230620.tar.xz | 3 + rpcs3.changes | 109 ++++++++++++++++++++++++++++++++ rpcs3.spec | 2 +- 6 files changed, 116 insertions(+), 7 deletions(-) delete mode 100644 rpcs3-0.0.28~git20230602.tar.xz create mode 100644 rpcs3-0.0.28~git20230620.tar.xz diff --git a/_servicedata b/_servicedata index f201117..3443b2a 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ https://github.com/RPCS3/rpcs3.git - 33558d14e539da95c13ba43b3ba5428b3d04c54a \ No newline at end of file + 441fbd63bb8796bdd2986bed0caa94a178b9a3f2 \ No newline at end of file diff --git a/intel-ittapi.tar.xz b/intel-ittapi.tar.xz index 1dd5b96..ebd47a1 100644 --- a/intel-ittapi.tar.xz +++ b/intel-ittapi.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fde83c4acdf44884ca85b1f2c8a7443496b448a2f2b2c827cc40b54a786d70ba -size 124856 +oid sha256:d656b8153ddce1687fb76611f3f5043ed7df54cb7eee5893d6c138698d2dfc30 +size 125972 diff --git a/rpcs3-0.0.28~git20230602.tar.xz b/rpcs3-0.0.28~git20230602.tar.xz deleted file mode 100644 index 8615d96..0000000 --- a/rpcs3-0.0.28~git20230602.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:638b837c8793ba80c7260d76b41bebe5c62c16e32881f40fea9694668ed659f0 -size 52265312 diff --git a/rpcs3-0.0.28~git20230620.tar.xz b/rpcs3-0.0.28~git20230620.tar.xz new file mode 100644 index 0000000..7458660 --- /dev/null +++ b/rpcs3-0.0.28~git20230620.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f633e90b72e9232dd483d3ca20f09ac7cd25eef4a634eacaefb43ec29134eb1 +size 52272900 diff --git a/rpcs3.changes b/rpcs3.changes index e256e6b..7d31693 100644 --- a/rpcs3.changes +++ b/rpcs3.changes @@ -1,3 +1,112 @@ +------------------------------------------------------------------- +Wed Jun 21 15:08:13 UTC 2023 - i@guoyunhe.me + +- Update to version 0.0.28~git20230620: + * Fix PPU debug setting with PPU interpreter + * Fix Create PPU Cache + * jit: fix assertion in GDBJITRegistrationListener + * Move connect workaround to connect interface + * Windows: silence uncritical performance counter error + * Nicer variable names + * vk: Latch query copy requests to reduce number of vulkan commands used + * progress dialog fix + * Qt: use shift+click to append the button instead of replacing it + * evdev: don't release buttons while other buttons are still pressed + * input: allow multiple key codes per button + * logging: minor trace optimizations + * Qt/logging: add format function for QString + * Settings: Move Accurate SPU DMA to Advanced + * Settings: Add Output Scaling to Home Menu + * Settings: Enable hot-reloading of Output Scaling + * Settings: Reorder settings in Debug + * Settings: Reorder settings in Emulator + * Settings: Move Automatically start games after boot to Debug + * Settings: Rename to Force GPU Texture Scaling + * Settings: Rename to Pause emulation after loading savestates + * Settings: Remove PPU Interpreter (dynamic) + * Settings: Move Accurate GETLLAR to Advanced + * Settings: Move Accurate PPU Float Condition Control to Debug + * Settings: Move Accurate PPU Vector NaN Handling to Debug + * Settings: Move Accurate PPU Non-Java Mode to Debug + * Settings: Move Accurate PPU Saturation Bit to Debug + * Settings: Add Show PPU compilation hint + * Settings: Move Start Savestates Paused to Emulator + * Settings: Move Disable Vertex Cache to Advanced + * Settings: Remove Full Width AVX-512 from the UI + * Settings: Enable Full Width AVX-512 by default + * PPUAnalyser: fix std::move nonsense + * vk: Do not hard-sync on first sign of fragmentation + * vk: On pool recovery, rescan the subpool table in case a new pool really cannot be created + * vk: Handle VK_ERROR_FRAGMENTATION when allocating descriptor pools + * np_handler: fix warning: check socket in discover_ip_address + * Loader: remove dead code + * Log Frame: Make clear act clear pending messages (#14004) + * input: add controller index to SDL controllers + * input: add new buttons for Dualsense Edge + * input: merge some duplicate code + * input: Add dualsense edge PID + * fs/linux: fix potential copy_file issue + * Fix EINVAL returned on connect call to connecting socket + * Qt: Improve PS3 Binaries Decryption tool + * System.cpp: Updated the definition of user-space LV2 CoreOS SELFs + * CI: switch FreeBSD back to /latest after llvm16 re-appeared + * overlays: update progress dialog workaround + * vk: Cleaner approach to object lifetime management + * vk: Improved OOM handling + * rsx: Minor annotations and refactoring + * rsx: Drop format information from the vertex cache and use a simpler model that is much faster + * rsx: Import robin-hood unordered map which is much faster than std + * rsx: Rewrite the find method to avoid unnecessary allocations + * rsx: Allow the vertex cache to be enabled independently of MTRSX + * rsx: Capture stats about vertex cache performance + * SPU/Debugger: Add RawSPU debug data + * PPU: Fix thread entry detection false positives + * cellMsgDialog: Fix segfault when closing non-blocking Qt dialogs + * Qt: add ability to style richtext href links + * input: fix some warnings + * PSF: improve load readability + * fix whitespace + * Qt: do not set play/pause button texts to 'Resume' on emu stop or ready + * Qt: always use last boot path for game boot actions + * System: fix config path in restore_on_no_boot + * System: use const ref for libs map + * Qt: fix start/restart shortcut + * Rename ProcureCurrentEmulationCourseInformation to GetEmulationIdentifier + * debugger_frame: don't query cpu thread if emulation is stopped anyway + * unself.cpp: Always reset the old SELF header information before loading + * input: add pressure intensity toggle mode + * vk: Disable conditional rendering on MacOS + * Force disable conditional render on macOS + * PPU: Sleep after returning from thread entry function + * sys_ppu_thread: Optimize joined thread notification + * debugger: Fix trailing spaces in PPU register dump + * register_editor_dialog: Improve selection + * Fix _sys_interrupt_thread_disestablish with lingering thread copies + * Fix sys_ppu_thread_detach/exit with lingering thread copies + * Logs: Fix trailing space, nbsp and unintended character + * Fix spu_thread::cleanup() + * input: fix pad profile override with existing custom pad configs + * sys_fs: fix map entry removal in destructor + * Fixed a bug in fs::get_parent_dir() + * Update sys_usbd.cpp + * debugger(CallStack): Make Return act as double click + * debugger: Fix potential null dereference + * debugger: Fix key events when CallStack is focused + * debugger: Avoid incorrect update timer restart + * debugger: Fix use of invalid pointers + * sys_usbd: Implemented sys_usbd_unregister_extra_ldd() + * sys_usbd: USB VID/PID logging format fixup + * sys_ss: Further implemented Update Manager service for VSH + * sys_fs: Implemented sys_fs_mount(prot=1) read-only mounting & fixed up some operation and permission checks + * CI: temporarily switch FreeBSD to /quarterly packages + * CI: upgrade FreeBSD to 13.2 + * Update sys_timer.cpp + * Update sys_timer.cpp + * Update sys_mutex.h + * Update sys_lwmutex.h + * Update sys_lwmutex.h + * Update sys_mutex.h + ------------------------------------------------------------------- Sat Jun 03 01:46:30 UTC 2023 - i@guoyunhe.me diff --git a/rpcs3.spec b/rpcs3.spec index 32e168d..6b4af86 100644 --- a/rpcs3.spec +++ b/rpcs3.spec @@ -17,7 +17,7 @@ Name: rpcs3 -Version: 0.0.28~git20230602 +Version: 0.0.28~git20230620 Release: 0 Summary: PS3 emulator/debugger License: GPL-2.0-only