Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpunkrockguy318 <punkrockguy318@users.sf.net>2012-08-11 07:49:27 +0400
committerpunkrockguy318 <punkrockguy318@users.sf.net>2012-08-11 07:49:27 +0400
commitb54b1bee43f46840dacdb792a09d6bf3f056369e (patch)
tree93e110a05c2912a47cd34cb09b5de60253fcc43e /changelog.txt
parent28c348d9f954bbaa4ba293034967003eff94cb30 (diff)
gtk: reset video on video dialog close
gtk: add gui option for showfps
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index fca9ce7c..0b237e08 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,5 @@
+10-Aug-2012 - prg - gtk: reset video on video dialog close
+10-Aug-2012 - prg - gtk: add gui option for showfps
10-Aug-2012 - prg - sdl: add runtime option for controling drawing fps (SDL.ShowFPS)
10-Aug-2012 - prg - core: move showfps from build option to runtime option
10-Aug-2012 - prg - sdl: fix and enable SHOWFPS build option (TODO: make runtime option)