From: <fl...@pr...> - 2004-01-26 01:49:59
|
Update of /cvsroot/vba/VisualBoyAdvance/src/gb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5646/src/gb Modified Files: gbGlobals.cpp Log Message: Default to CGB/SGB Index: gbGlobals.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/gb/gbGlobals.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** gbGlobals.cpp 9 Dec 2003 01:39:13 -0000 1.3 --- gbGlobals.cpp 26 Jan 2004 01:49:13 -0000 1.4 *************** *** 44,48 **** int gbColorOption = 0; int gbPaletteOption = 0; ! int gbEmulatorType = 1; int gbBorderOn = 1; int gbBorderAutomatic = 0; --- 44,48 ---- int gbColorOption = 0; int gbPaletteOption = 0; ! int gbEmulatorType = 0; int gbBorderOn = 1; int gbBorderAutomatic = 0; |