ref: 817969067019a4d9c90846c54f2cc19abc05e6af
dir: /gba/
#!/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 $*