llyyr
b124a13776
* WaylandBackend: Run UpdateVRRRefreshRate on Wayland_Surface_Leave * WaylandBackend: Fix picking output refresh for VRR displays. * steamcompmgr: Add adaptive sync convar * steamcompmgr: Add filter appids for relative mouse mode * Utils: Add helpers for std::vector in our Algorithm helpers * convar: Add some helpers for std::string convars and callbacks * steamcompmgr: Only forward relative mouse mode if we have a cursor constraint * Utils: Use Contains in CloseAllFds * Utils: Add small Algorithm helper file * main: Only set no_display if in Steam mode. * openvr: Fix trackpad mode with fps limiter * openvr: Add trackpad stuff for relative mouse mode * steamcompmgr: Don't consider Steam for relative mouse mode * convar: Fix ordering for <=> * convar: Print info if invoked with one arg * steamcompmgr: Use active cursor for setting relative mouse mode * steamcompmgr: Fix relative mouse getting enabled when using a nested cursor * convar: Support for float convars * openvr: Use full output width/height for backing texture for now * main: Defer unlink for mangoapp/limiter configs * main: Set GAMESCOPE_LIMITER_FILE in UpdateCompatEnvVars * steamcompmgr: Add debug_force_repaint command * Utils: Only attempt to close open FDs in CloseAllFds * gamescopereaper: Fix zombie process buildup * utils: make setting/restoring from RT thread work on musl * gamescopereaper: add missing include * utils: Move defer to Utils folder * wlserver: Handle cursor not reaching full length of popup menus * gamescopestream: Hook up to regular log stuff OBS-URL: https://build.opensuse.org/package/show/games:tools/gamescope?expand=0&rev=31
17 lines
608 B
XML
17 lines
608 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/Plagman/gamescope.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionrewrite-pattern">([\.\d]+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|