shithub: rc

ref: 864c67531f8f2144c9979a486afd3165c13ee816
dir: rc/gba

View raw version
#!/bin/rc
echo resize `{echo $vgasize |\
	awk -Fx '{
		a=$1/240;
		b=$2/160;
		c=int(b<a?b:a);
		if(c*240 == $1 || c*160 == $2)
			c--;
		print "-dx", c*240+8, "-dy", c*160+8
	}'
} >/dev/wctl
if(~ $1 -j)
	nusb/joy /dev/usb/ep^$2^.0 | joygba | {games/gba -a $*(3-) || games/gba $*(3-)}
if not
	games/gba -a $* || games/gba $*