GTK: Force file extension when creating files
src/gtkui/gtk_ctrl.c
src/gtkui/gtkcb.c
src/gtkui/gtkui.h
src/sh4/timer.c
test/Makefile.in
src/gtkui/gtk_ctrl.c
src/gtkui/gtkcb.c
src/gtkui/gtkui.h
src/sh4/timer.c
test/Makefile.in
Tweak debug window layout to give the mode dropdown a little more room by default
src/gtkui/gtk_debug.c
src/gtkui/gtk_debug.c
Close tmpfiles at exit rather than destroying them, to avoid triggering the assertion
due to the source still being referenced
src/drivers/cdrom/sector.c
due to the source still being referenced
src/drivers/cdrom/sector.c
Add missing sh4_translate_breakpoint_hit to the symbol table
Change asm() to __asm__() as it's more likely to work
src/sh4/sh4x86.in
Change asm() to __asm__() as it's more likely to work
src/sh4/sh4x86.in
Run the eventq at the end of the time-slice rather than the beginning, so
that it runs for the correct period of time when the time-slice finishes
early
src/dreamcast.c
src/eventq.c
src/eventq.h
that it runs for the correct period of time when the time-slice finishes
early
src/dreamcast.c
src/eventq.c
src/eventq.h
Abort configure when we can't find a gdk display method
Add -lX11 to the GTK-X11 lib list explicitly - on OSX at least pkg-config
doesn't do the right thing automatically
configure
configure.in
Add -lX11 to the GTK-X11 lib list explicitly - on OSX at least pkg-config
doesn't do the right thing automatically
configure
configure.in
.