Accepting request 1230978 from Emulators
OBS-URL: https://build.opensuse.org/request/show/1230978 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpcs3?expand=0&rev=32
This commit is contained in:
commit
792015e564
@ -1,8 +1,8 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/RPCS3/rpcs3</param>
|
||||
<param name="changesrevision">3e516df214f5c36d4b613aa0580182155247d2ad</param>
|
||||
<param name="changesrevision">8dbe88782ce39aeab998079e82b3541e653889c9</param>
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">806a1202c5e4cfb1421d2c5685572d3039f5c12b</param></service></servicedata>
|
||||
<param name="changesrevision">8dbe88782ce39aeab998079e82b3541e653889c9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59c410d65feb7802865b35604ebf658968d60fc5945a7a3c36a3b0c697ff626d
|
||||
size 39643556
|
3
rpcs3-0.0.34~git20241213.tar.xz
Normal file
3
rpcs3-0.0.34~git20241213.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9182764a242168213b0bf658363a016ad5c3173d8f1556cd759ed009c055d37
|
||||
size 40065388
|
@ -1,3 +1,67 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 15:01:32 UTC 2024 - Hunter Wardlaw <wardlawhunter@gmail.com>
|
||||
|
||||
- Update to version 0.0.34~git20241213:
|
||||
* cellGem: Improve mouse handler orientation
|
||||
* PS Move: fix calibration logging
|
||||
* PS Move: Disable Fusion gain (no more drift)
|
||||
* move tracker: ignore sporadic shape and position changes
|
||||
* move tracker: ignore sporadic invalid results
|
||||
* cellGem: lock tracker mutex in get_info
|
||||
* Qt 6.8.1
|
||||
* cellGem: implement quaternion transformation
|
||||
* cellGem: try to map accelerometer and gyro
|
||||
* sys_rsx_context_attribute: Improve errors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 09 14:02:51 UTC 2024 - Hunter Wardlaw <wardlawhunter@gmail.com>
|
||||
|
||||
- Update to version 0.0.34~git20241207:
|
||||
* Welcome Dialog: Reject users that reject our TOS
|
||||
* fix dark theme switching on initial welcome dialog (#16373)
|
||||
* PRX: Do not check exported function code address
|
||||
* PPU: Notify SPUs while waiting for its own state
|
||||
* CELL: Rewrite reservation notification postponing
|
||||
* cellGem: fix HUE_NOT_SET
|
||||
* cellGem: calculate distance from sphere to camera
|
||||
* Debugger: Dump related thread information on crash
|
||||
* System.cpp: Do not hold on fs::dir handle
|
||||
* fs: Minor fix of fs::dir::open
|
||||
* Emu: Fixup
|
||||
* System.cpp: Fix Kill() on bad app startup
|
||||
* Add some asserts for g_fxo->init<>
|
||||
* System.cpp: Add system_state::loading
|
||||
* Fix Emulation boot recursion
|
||||
* Qt: Deprecate processEvents() part 2
|
||||
* util/types.hpp: Rewrite narrow<>
|
||||
* Qt: Deprecate proccessEvents() usage
|
||||
* rsx: Use strict bounds testing when replacing memory via blit engine
|
||||
* rsx/texture-cache: Rework invalidation cause object to have more granular controls
|
||||
* rsx/util: Change the filter function to an in-place erase-if operation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 02 16:53:48 UTC 2024 - Hunter Wardlaw <wardlawhunter@gmail.com>
|
||||
|
||||
- Update to version 0.0.34~git20241123:
|
||||
* Migrate Savestates Home Menu (#16340)
|
||||
* LLVM: Implement Recursive Intrinsics
|
||||
* VS: add quotes around paths
|
||||
* cellDmuxPamf: add module + stubs
|
||||
* cellAdec: make AdecContext and AdecFrame trivial classes
|
||||
* Invalidate savestates
|
||||
* cellAdec: review + warning fixes
|
||||
* cellAdec implementation part 1: abstraction layer
|
||||
* Fix HLE PPU callback stack arguments
|
||||
* sys_net: Remove lingering ppu_to_awake from queue on timeout
|
||||
* Qt 6.8.0
|
||||
* Fix some warnings
|
||||
* Qt: Use inplace image mirroring in video sink
|
||||
* Make error message for temporary and archive translatable (#16331)
|
||||
* lockless.h: Fox
|
||||
* lockless.h: Fixup addressing
|
||||
* lockless.h: Fixup lf_array assert
|
||||
* Progress: Dialog: Fixup memory management
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 12:03:28 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.34~git20241116
|
||||
Version: 0.0.34~git20241213
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user