Search
lxdream.org :: lxdream/src/main.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/main.c
changeset 495:4db4702b0778
prev480:d28c2992f5ee
next531:f0fee3ba71d1
author nkeynes
date Wed Nov 07 11:45:53 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add crash handler to get a backtrace via gdb
file annotate diff log raw
1.1 --- a/src/main.c Wed Oct 31 11:53:35 2007 +0000
1.2 +++ b/src/main.c Wed Nov 07 11:45:53 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: main.c,v 1.34 2007-10-31 11:53:35 nkeynes Exp $
1.6 + * $Id: main.c,v 1.35 2007-11-07 11:45:53 nkeynes Exp $
1.7 *
1.8 * Main program, initializes dreamcast and gui, then passes control off to
1.9 * the gtk main loop (currently).
1.10 @@ -64,6 +64,8 @@
1.11 {
1.12 int opt, i;
1.13 double t;
1.14 +
1.15 + install_crash_handler();
1.16 #ifdef ENABLE_NLS
1.17 bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR);
1.18 textdomain (PACKAGE);
.