From b7fcaafc08e73033cf42568b265dfd5a3c143d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 13 Sep 2010 23:17:28 +0200 Subject: Add games --- games/aom | 5 +++++ games/aomx | 5 +++++ games/ff7 | 9 +++++++++ games/populous3 | 6 ++++++ 4 files changed, 25 insertions(+) create mode 100644 games/aom create mode 100644 games/aomx create mode 100644 games/ff7 create mode 100644 games/populous3 diff --git a/games/aom b/games/aom new file mode 100644 index 0000000..2e7eab7 --- /dev/null +++ b/games/aom @@ -0,0 +1,5 @@ +PREFIX="aom" +SIZE="1024x768" +GPATH="c:/aom/aom.exe" + +# vim:ft=sh diff --git a/games/aomx b/games/aomx new file mode 100644 index 0000000..1604bf8 --- /dev/null +++ b/games/aomx @@ -0,0 +1,5 @@ +PREFIX="aom" +SIZE="1024x768" +GPATH="c:/aom/aomx.exe" + +# vim:ft=sh diff --git a/games/ff7 b/games/ff7 new file mode 100644 index 0000000..e122e49 --- /dev/null +++ b/games/ff7 @@ -0,0 +1,9 @@ +#inherit iso + +PREFIX=~/.ffwine +GPATH=c:/spiele/ff7/ff7.exe +SIZE="1280x960" + +MOUNT=ff8/FF8_CD1.iso + +# vim:ft=sh diff --git a/games/populous3 b/games/populous3 new file mode 100644 index 0000000..a3abbb3 --- /dev/null +++ b/games/populous3 @@ -0,0 +1,6 @@ +PREFIX="populous" +SIZE="1024x768" +GPATH="c:/populous/popTB.exe" +EXARGS="-depth 16" + +# vim:ft=sh -- cgit v1.2.3