From 63c939c8f5ae3e235ba603b0a5e5fa9474d0f13a Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Sun, 10 Aug 2008 10:56:55 +0000 Subject: [PATCH] Numerious bugfixes and improvements, see changelogs for details [[Split portion of a mixed commit.]] --- ChangeLog | 2 ++ gfceux | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 30ce55f3..0ff9ff48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +================== version 2.0.2 ================================ +* Now stores config file in .fceultra ================== version 2.0.0 ================================ * Supports movie playback * Support lua script loading diff --git a/gfceux b/gfceux index 831b23b7..a2fcdb66 100644 --- a/gfceux +++ b/gfceux @@ -1,7 +1,7 @@ #!/usr/bin/python # gfceux - Graphical launcher for fceux. # Designed on Ubuntu, with platfrom independence in mind. -version = "2.0.0" +version = "2.0.2" title = "gfceux" # Copyright (C) 2008 Lukas Sabota ## @@ -205,7 +205,7 @@ def find_binary(file): # # # # # # # # # # # # # # # # # # Globals options = None -optionsfile = os.getenv('HOME') + '/.gfceux_options.dat' +optionsfile = os.getenv('HOME') + '/.fceultra/gfceux_options.dat' widgets = None class GfceuApp: