From: <for...@us...> - 2004-02-07 15:36:41
|
Update of /cvsroot/vba/VisualBoyAdvance In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27695 Modified Files: ChangeLog NEWS Log Message: Disable remove intros option (too many problems with it) Index: ChangeLog =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** ChangeLog 7 Feb 2004 13:59:56 -0000 1.67 --- ChangeLog 7 Feb 2004 14:07:28 -0000 1.68 *************** *** 1,4 **** --- 1,7 ---- 2004-02-07 Forgotten <for...@us...> + * src/SDL.cpp (main): disable remove intros option + * src/win32/MainWndOptions.cpp (OnUpdateOptionsEmulatorRemoveintrosgba): disable remove intros option + * src/win32/MainWnd.cpp: disable remove intros option * src/win32/VBA.cpp: fix power management code * src/win32/MainWnd.cpp (OnMySysCommand): fix power management code Index: NEWS =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/NEWS,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** NEWS 7 Feb 2004 13:59:56 -0000 1.55 --- NEWS 7 Feb 2004 14:07:28 -0000 1.56 *************** *** 4,7 **** --- 4,8 ---- - avoid crash when loading an invalid ELF file - avoid turning sound on if soundOffFlag is true + - disabled remove intros option - fixed memory leak in ELF support code - fixed memory corruption if loading a bigger file than the memory to hold it |