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: