From 933a93e4a71591e867182999a7daf8ae3bad5596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 15 Feb 2013 12:34:32 +0100 Subject: Major overhaul: Support non-wine games * Moved wine support to own template * Added xpad template * Added no-x template for games that don't support being started on another X. * Improved ways template functions work together: - EXPORT now appends - OVERRIDE replaces all the others - in game: command 'super' to call the phases of the templates - super supports "-r tpl" to remove the phase function of tpl --- games/ff8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/ff8') diff --git a/games/ff8 b/games/ff8 index 04f4801..1bb647e 100644 --- a/games/ff8 +++ b/games/ff8 @@ -1,11 +1,11 @@ -inherit iso +inherit wine iso GPATH=c:/spiele/ff8/FF8.exe SIZE=1024x768 MOUNT=ff8/FF8_CD1.iso setupX () { - default_setupX + super exc nvidia-settings -a FSAA=1 exc nvidia-settings -a FSAAAppControlled=0 } -- cgit v1.2.3