Whitespace fixup.
This commit is contained in:
parent
b5b2729ad0
commit
752a660b7d
|
@ -1623,19 +1623,19 @@ static inline void _updateDTools()
|
||||||
class GtkDriver : public BaseDriver
|
class GtkDriver : public BaseDriver
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual void EMU_DebugIdleUpdate()
|
virtual void EMU_DebugIdleUpdate()
|
||||||
{
|
{
|
||||||
usleep(1000);
|
usleep(1000);
|
||||||
_updateDTools();
|
_updateDTools();
|
||||||
while (gtk_events_pending())
|
while (gtk_events_pending())
|
||||||
gtk_main_iteration();
|
gtk_main_iteration();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
static void DoQuit()
|
static void DoQuit()
|
||||||
{
|
{
|
||||||
emu_halt();
|
emu_halt();
|
||||||
gtk_main_quit();
|
gtk_main_quit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1842,7 +1842,7 @@ static gboolean timeout_exit_cb(gpointer data)
|
||||||
static int
|
static int
|
||||||
common_gtk_main( struct configured_features *my_config)
|
common_gtk_main( struct configured_features *my_config)
|
||||||
{
|
{
|
||||||
driver = new GtkDriver();
|
driver = new GtkDriver();
|
||||||
|
|
||||||
SDL_TimerID limiter_timer = NULL;
|
SDL_TimerID limiter_timer = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue