summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-09-10 23:59:29 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-09-10 23:59:29 +0200
commit878b439fb9dda53e3159ae6e21775d1c22f8643d (patch)
tree95880e642305a5b2dd1f605ba79694c8e5dc315a /games
parent57120b3a90eaccd38b2c94dd16efee8c5eac05e1 (diff)
downloadplay-878b439fb9dda53e3159ae6e21775d1c22f8643d.tar.gz
play-878b439fb9dda53e3159ae6e21775d1c22f8643d.tar.bz2
play-878b439fb9dda53e3159ae6e21775d1c22f8643d.zip
Split 'prepare' in setupX and prepare -- this allows to cleanup even after killing X
Diffstat (limited to 'games')
-rw-r--r--games/ff84
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ff8 b/games/ff8
index a36d96d..04f4801 100644
--- a/games/ff8
+++ b/games/ff8
@@ -4,8 +4,8 @@ GPATH=c:/spiele/ff8/FF8.exe
SIZE=1024x768
MOUNT=ff8/FF8_CD1.iso
-prepare () {
- iso_prepare
+setupX () {
+ default_setupX
exc nvidia-settings -a FSAA=1
exc nvidia-settings -a FSAAAppControlled=0
}