#!/bin/sh
scriptdir=$(dirname "$0")
cd "$scriptdir"

gamescope -f \
	-W 3840 -H 2160 \
	-w 1280 -h 720 \
	-- wine Game.exe -3dfx
