* GameDB: DMC 1 Fixes * Qt: Update base translation * Qt: Fix opening game properties causing patch reload * Qt: Fix missing font message not being translatable - Update to version 1.7.5410~git20240107: * Qt: Add runtime downloading of CJK OSD fonts * Qt: Add runtime resource downloading * Config: Add UserResources to EmuFolders * SDLInputSource: Replace hint strings with macros * Qt: Fix columns in cheat tree list not auto-sizing * Patch: Fix ungrouped patches from >1 file not merging * SDLInputSource: Log axes/buttons when controller is opened * Misc: Enable some disabled warnings * CI: migrate to upload-artifact@v4, download-artifact@v4 and labeler@v5 (#10431) * Qt: Minor Translation Fixes * Qt: Add Popn icon to Input OSD * GameDB: Various fixes * GameDB: Fixes for Bully * Misc: Uses Qt::UserRole for hardcoded literals & const changes * Debugger: Double clicking Memory Search result switches to memory view tab * Debugger: Add Saved Addresses tab widget for bookmarking mem addresses * SIO: Fix Wunused-variable compiler warnings. * Qt: Update Base Translation * Patch: Fix last duplicate patch group not being ignored * Pad: Add Pop'n Music controller type * GameDB: Add fullblend/autoflush/tex-in-RT for Catwoman * GS/HW: Handle offset RTs when offset texture is detected * Linux: Stop OpenGL overriding Vulkan if both VK and OpenGL are enabled OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=401
22 lines
838 B
Plaintext
22 lines
838 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="localonly">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/PCSX2/pcsx2.git</param>
|
|
<param name="filename">pcsx2</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/zlib/zlib</param>
|
|
</service>
|
|
<service name="recompress" mode="localonly">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="localonly">
|
|
<param name="basename">pcsx2</param>
|
|
</service>
|
|
<service name="format_spec_file" mode="localonly"/>
|
|
<service name="download_files" mode="localonly"/>
|
|
</services>
|