filename | src/gtkui/gtkui.c |
changeset | 889:5baaea6d9722 |
prev | 853:9a0aa8217a31 |
next | 1015:ad448bedc48a |
author | nkeynes |
date | Mon Oct 20 06:19:07 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Remove run button disabling, instead print an error when attempting to run in an unrunnable situation and stop. |
file | annotate | diff | log | raw |
1.1 --- a/src/gtkui/gtkui.c Tue Sep 09 00:50:15 2008 +00001.2 +++ b/src/gtkui/gtkui.c Mon Oct 20 06:19:07 2008 +00001.3 @@ -362,7 +362,7 @@1.4 void gtk_gui_update( void )1.5 {1.6 if( global_action_group ) {1.7 - gtk_gui_enable_action("Run", dreamcast_can_run() && !dreamcast_is_running() );1.8 + gtk_gui_enable_action("Run", !dreamcast_is_running() );1.9 gtk_gui_enable_action("Pause", dreamcast_is_running() );1.10 }1.11 if( debug_win ) {
.