rpcs3/_service

43 lines
1.7 KiB
Plaintext
Raw Normal View History

Accepting request 1230908 from home:regularhunter:branches:Emulators - 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 - 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 * 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 OBS-URL: https://build.opensuse.org/request/show/1230908 OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=129
2024-12-14 07:51:16 +01:00
<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
<param name="filename">rpcs3</param>
<param name="versionformat">@PARENT_TAG@~git%cd</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
<param name="exclude">3rdparty/curl/curl</param>
<param name="exclude">3rdparty/ffmpeg</param>
<param name="exclude">3rdparty/libpng/libpng</param>
<param name="exclude">3rdparty/libsdl-org</param>
<param name="exclude">3rdparty/libusb</param>
<param name="exclude">3rdparty/llvm/llvm</param>
<param name="exclude">3rdparty/XAudio2Redist</param>
<param name="exclude">3rdparty/zlib/zlib</param>
<param name="exclude">*.bat</param>
<param name="exclude">*.cmd</param>
<param name="exclude">*.dll</param>
<param name="exclude">*.vcproj</param>
<param name="exclude">*.vcxproj</param>
<param name="exclude">*.vcxproj.user</param>
<param name="exclude">*.vcxproj.filters</param>
<param name="exclude">*.yml</param>
<param name="exclude">*.props</param>
<param name="exclude">*.sln</param>
</service>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/intel/ittapi.git</param>
<param name="filename">intel-ittapi</param>
<param name="version">_none_</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">rpcs3</param>
</service>
<service name="download_files" mode="manual"/>
</services>