You can subscribe to this list here.
2004 |
Jan
(17) |
Feb
(38) |
Mar
(24) |
Apr
(18) |
May
(75) |
Jun
(2) |
Jul
|
Aug
|
Sep
(21) |
Oct
(3) |
Nov
(19) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(15) |
Jul
(2) |
Aug
|
Sep
(5) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
(8) |
Feb
|
Mar
|
Apr
(6) |
May
(73) |
Jun
(57) |
Jul
(12) |
Aug
(68) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
(14) |
7
(2) |
8
(19) |
9
|
10
|
11
|
12
(7) |
13
|
14
|
15
|
16
(1) |
17
|
18
|
19
|
20
(2) |
21
(3) |
22
|
23
|
24
(6) |
25
|
26
|
27
|
28
|
29
(3) |
30
|
|
From: Spacy <sp...@us...> - 2006-06-12 22:03:31
|
Update of /cvsroot/vba/VisualBoyAdvance/src/win32 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19465/src/win32 Modified Files: vba.rc Log Message: VBA release build uses now SSE (1) optimizations. Index: vba.rc =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/vba.rc,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** vba.rc 6 Jun 2006 21:04:21 -0000 1.56 --- vba.rc 12 Jun 2006 22:03:24 -0000 1.57 *************** *** 13,16 **** --- 13,81 ---- #undef APSTUDIO_READONLY_SYMBOLS + ///////////////////////////////////////////////////////////////////////////// + // German (Germany) resources + + #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU) + #ifdef _WIN32 + LANGUAGE LANG_GERMAN, SUBLANG_GERMAN + #pragma code_page(1252) + #endif //_WIN32 + + ///////////////////////////////////////////////////////////////////////////// + // + // Icon + // + + // Icon with lowest ID value placed first to ensure application icon + // remains consistent on all systems. + IDI_ICON ICON "vbavista.ico" + + ///////////////////////////////////////////////////////////////////////////// + // + // Version + // + + VS_VERSION_INFO VERSIONINFO + FILEVERSION 1,8,0,600 + PRODUCTVERSION 1,8,0,600 + FILEFLAGSMASK 0x3fL + #ifdef _DEBUG + FILEFLAGS 0x29L + #else + FILEFLAGS 0x28L + #endif + FILEOS 0x40004L + FILETYPE 0x1L + FILESUBTYPE 0x0L + BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "VisualBoyAdvance comes with NO WARRANTY. Use it at your own risk." + VALUE "CompanyName", "http://vba.ngemu.com/" + VALUE "FileDescription", "VisualBoyAdvance emulator" + VALUE "FileVersion", "1, 8, 0, 600" + VALUE "InternalName", "VisualBoyAdvance" + VALUE "LegalCopyright", "Copyright © 2006 VBA development team" + VALUE "OriginalFilename", "VisualBoyAdvance.exe" + VALUE "PrivateBuild", "0" + VALUE "ProductName", "VisualBoyAdvance emulator" + VALUE "ProductVersion", "1, 8, 0, 600" + VALUE "SpecialBuild", "0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END + END + + #endif // German (Germany) resources + ///////////////////////////////////////////////////////////////////////////// + + + ///////////////////////////////////////////////////////////////////////////// + // English (U.S.) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) *************** *** 1753,1757 **** MENUITEM "Bug Report", ID_HELP_BUGREPORT MENUITEM "FAQ (website)", ID_HELP_FAQ ! MENUITEM "GNU Public License...", ID_HELP_GNUPUBLICLICENSE MENUITEM SEPARATOR MENUITEM "&About...", ID_HELP_ABOUT --- 1818,1822 ---- MENUITEM "Bug Report", ID_HELP_BUGREPORT MENUITEM "FAQ (website)", ID_HELP_FAQ ! MENUITEM "License...", ID_HELP_GNUPUBLICLICENSE MENUITEM SEPARATOR MENUITEM "&About...", ID_HELP_ABOUT |
From: Spacy <sp...@us...> - 2006-06-12 22:03:28
|
Update of /cvsroot/vba/VisualBoyAdvance/win32/dependencies/zlib In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19465/win32/dependencies/zlib Modified Files: zlib.vcproj Log Message: VBA release build uses now SSE (1) optimizations. Index: zlib.vcproj =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/win32/dependencies/zlib/zlib.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zlib.vcproj 12 May 2006 21:27:37 -0000 1.1 --- zlib.vcproj 12 Jun 2006 22:03:24 -0000 1.2 *************** *** 105,108 **** --- 105,109 ---- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" RuntimeLibrary="0" + EnableEnhancedInstructionSet="1" DisableLanguageExtensions="true" UsePrecompiledHeader="0" |
From: Spacy <sp...@us...> - 2006-06-12 22:03:28
|
Update of /cvsroot/vba/VisualBoyAdvance/win32/dependencies/libpng In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19465/win32/dependencies/libpng Modified Files: libpng.vcproj Log Message: VBA release build uses now SSE (1) optimizations. Index: libpng.vcproj =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/win32/dependencies/libpng/libpng.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** libpng.vcproj 12 May 2006 21:27:07 -0000 1.1 --- libpng.vcproj 12 Jun 2006 22:03:24 -0000 1.2 *************** *** 108,111 **** --- 108,112 ---- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" RuntimeLibrary="0" + EnableEnhancedInstructionSet="1" DisableLanguageExtensions="true" UsePrecompiledHeader="0" |
From: Spacy <sp...@us...> - 2006-06-12 22:03:27
|
Update of /cvsroot/vba/VisualBoyAdvance/win32 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19465/win32 Modified Files: vba_vs2005.suo vba_vs2005.vcproj Log Message: VBA release build uses now SSE (1) optimizations. Index: vba_vs2005.vcproj =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/win32/vba_vs2005.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** vba_vs2005.vcproj 7 Jun 2006 16:46:28 -0000 1.3 --- vba_vs2005.vcproj 12 Jun 2006 22:03:25 -0000 1.4 *************** *** 64,68 **** <Tool Name="VCLinkerTool" ! AdditionalDependencies="nafxcwd.lib LIBCMTD.lib WSock32.Lib Vfw32.Lib dsound.lib dinput.lib dxguid.lib winmm.lib d3d9.lib d3dx9.lib OpenGL32.Lib" OutputFile="$(OutDir)\VisualBoyAdvance_debug.exe" LinkIncremental="2" --- 64,68 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="nafxcwd.lib LIBCMTD.lib WSock32.Lib Vfw32.Lib dsound.lib dinput.lib dxguid.lib winmm.lib d3d9.lib d3dx9d.lib DxErr.lib OpenGL32.Lib" OutputFile="$(OutDir)\VisualBoyAdvance_debug.exe" LinkIncremental="2" *************** *** 130,133 **** --- 130,134 ---- PreprocessorDefinitions="WIN32;WINVER=0x0500;NDEBUG;_WINDOWS;OEMRESOURCE;MMX;ASM;FINAL_VERSION;BKPT_SUPPORT;_CRT_SECURE_NO_DEPRECATE;NOSKINS" RuntimeLibrary="0" + EnableEnhancedInstructionSet="1" UsePrecompiledHeader="0" WarningLevel="3" *************** *** 148,152 **** <Tool Name="VCLinkerTool" ! AdditionalDependencies="nafxcw.lib LIBCMT.lib WSock32.Lib Vfw32.Lib dsound.lib dinput.lib dxguid.lib winmm.lib d3d9.lib d3dx9.lib OpenGL32.Lib" OutputFile="$(OutDir)\VisualBoyAdvance.exe" LinkIncremental="1" --- 149,153 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="nafxcw.lib LIBCMT.lib WSock32.Lib Vfw32.Lib dsound.lib dinput.lib dxguid.lib winmm.lib d3d9.lib d3dx9.lib DxErr.lib OpenGL32.Lib" OutputFile="$(OutDir)\VisualBoyAdvance.exe" LinkIncremental="1" *************** *** 2503,2507 **** Name="VCCustomBuildTool" Description="Assembling $(InputFileName)..." ! CommandLine="yasm-0.5.0rc2-win32.exe -D __DJGPP__ --oformat=win32 --arch=x86 --dformat=cv8 --machine=x86 -X vc --objfile="$(OutDir)\$(InputName).obj" "$(InputPath)"" Outputs=""$(OutDir)\$(InputName).obj"" /> --- 2504,2508 ---- Name="VCCustomBuildTool" Description="Assembling $(InputFileName)..." ! CommandLine="yasm-0.5.0rc2-win32.exe -D __DJGPP__ --oformat=win32 --arch=x86 --dformat=cv8 --machine=x86 -X vc --objfile="$(OutDir)\$(InputName).obj" "$(InputPath)"
" Outputs=""$(OutDir)\$(InputName).obj"" /> *************** *** 2513,2517 **** Name="VCCustomBuildTool" Description="Assembling $(InputFileName)..." ! CommandLine="yasm-0.5.0rc2-win32.exe -D __DJGPP__ --oformat=win32 --arch=x86 --dformat=cv8 --machine=x86 -X vc --objfile="$(OutDir)\$(InputName).obj" "$(InputPath)"" Outputs=""$(OutDir)\$(InputName).obj"" /> --- 2514,2518 ---- Name="VCCustomBuildTool" Description="Assembling $(InputFileName)..." ! CommandLine="yasm-0.5.0rc2-win32.exe -D __DJGPP__ --oformat=win32 --arch=x86 --dformat=cv8 --machine=x86 -X vc --objfile="$(OutDir)\$(InputName).obj" "$(InputPath)"
" Outputs=""$(OutDir)\$(InputName).obj"" /> *************** *** 2523,2527 **** Name="VCCustomBuildTool" Description="Assembling $(InputFileName)..." ! CommandLine="yasm-0.5.0rc2-win32.exe -D __DJGPP__ --oformat=win32 --arch=x86 --dformat=cv8 --machine=x86 -X vc --objfile="$(OutDir)\$(InputName).obj" "$(InputPath)"" Outputs=""$(OutDir)\$(InputName).obj"" /> --- 2524,2528 ---- Name="VCCustomBuildTool" Description="Assembling $(InputFileName)..." ! CommandLine="yasm-0.5.0rc2-win32.exe -D __DJGPP__ --oformat=win32 --arch=x86 --dformat=cv8 --machine=x86 -X vc --objfile="$(OutDir)\$(InputName).obj" "$(InputPath)"
" Outputs=""$(OutDir)\$(InputName).obj"" /> *************** *** 2533,2537 **** Name="VCCustomBuildTool" Description="Assembling $(InputFileName)..." ! CommandLine="yasm-0.5.0rc2-win32.exe -D __DJGPP__ --oformat=win32 --arch=x86 --dformat=cv8 --machine=x86 -X vc --objfile="$(OutDir)\$(InputName).obj" "$(InputPath)"" Outputs=""$(OutDir)\$(InputName).obj"" /> --- 2534,2538 ---- Name="VCCustomBuildTool" Description="Assembling $(InputFileName)..." ! CommandLine="yasm-0.5.0rc2-win32.exe -D __DJGPP__ --oformat=win32 --arch=x86 --dformat=cv8 --machine=x86 -X vc --objfile="$(OutDir)\$(InputName).obj" "$(InputPath)"
" Outputs=""$(OutDir)\$(InputName).obj"" /> Index: vba_vs2005.suo =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/win32/vba_vs2005.suo,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsCuFaEN and /tmp/cvsCGQMNZ differ |
From: Spacy <sp...@us...> - 2006-06-12 22:01:55
|
Update of /cvsroot/vba/VisualBoyAdvance/src/win32 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18972/src/win32 Modified Files: Direct3D.cpp Display.h display.cpp Log Message: Reworked Direct3D to directly render to the BackBuffer. Results in speed even higher than DirectDraw. Index: display.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/display.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** display.cpp 8 Jun 2006 14:12:18 -0000 1.3 --- display.cpp 12 Jun 2006 22:01:51 -0000 1.4 *************** *** 109,113 **** } ! // very compatible C version //unsigned int nBytesPerPixel = colorDepth>>3; //unsigned int i, x, y, srcPitch = (width+1) * nBytesPerPixel; --- 109,113 ---- } ! // very compatible but slow C version //unsigned int nBytesPerPixel = colorDepth>>3; //unsigned int i, x, y, srcPitch = (width+1) * nBytesPerPixel; Index: Display.h =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/Display.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Display.h 6 Jun 2006 21:04:21 -0000 1.3 --- Display.h 12 Jun 2006 22:01:51 -0000 1.4 *************** *** 35,44 **** virtual void cleanup() = 0; virtual void render() = 0; ! virtual void checkFullScreen() { }; ! virtual void renderMenu() { }; virtual void clear()=0; virtual bool changeRenderSize(int w, int h) { return true; }; virtual void resize(int w, int h) {}; ! virtual void setOption(const char *option, int value) = 0; virtual DISPLAY_TYPE getType() = 0; virtual bool isSkinSupported() { return false; } --- 35,44 ---- virtual void cleanup() = 0; virtual void render() = 0; ! virtual void checkFullScreen() {}; ! virtual void renderMenu() {}; virtual void clear()=0; virtual bool changeRenderSize(int w, int h) { return true; }; virtual void resize(int w, int h) {}; ! virtual void setOption(const char *option, int value) {}; virtual DISPLAY_TYPE getType() = 0; virtual bool isSkinSupported() { return false; } Index: Direct3D.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/Direct3D.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Direct3D.cpp 6 Jun 2006 21:04:21 -0000 1.9 --- Direct3D.cpp 12 Jun 2006 22:01:51 -0000 1.10 *************** *** 2,5 **** --- 2,6 ---- // Copyright (C) 1999-2003 Forgotten // Copyright (C) 2004 Forgotten and the VBA development team + // Copyright (C) 2005-2006 VBA development team // This program is free software; you can redistribute it and/or modify *************** *** 18,26 **** #include "stdafx.h" [...1137 lines suppressed...] ! bool Direct3DDisplay::resetDevice() ! { ! HRESULT hr; ! destroyFont(); ! if( FAILED( hr = pDevice->Reset( &dpp ) ) ) { ! DXTRACE_ERR_MSGBOX( _T("pDevice->Reset failed"), hr ); ! failed = true; ! return false; ! } ! createFont(); ! failed = false; ! return true; } + IDisplay *newDirect3DDisplay() { ! return new Direct3DDisplay(); } |
From: Spacy <sp...@us...> - 2006-06-12 11:09:12
|
Update of /cvsroot/vba/VisualBoyAdvance/src/win32 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2787/src/win32 Modified Files: MainWnd.cpp MainWnd.h MainWndFile.cpp Log Message: I merged the open file source code for GB and GBA. Index: MainWndFile.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/MainWndFile.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** MainWndFile.cpp 6 Jun 2006 21:04:21 -0000 1.16 --- MainWndFile.cpp 12 Jun 2006 11:09:04 -0000 1.17 *************** *** 40,51 **** extern void InterframeCleanup(); void MainWnd::OnFileOpen() { ! theApp.winCheckFullscreen(); ! if(fileOpenSelect()) { ! FileRun(); ! } } void MainWnd::OnFilePause() { --- 40,53 ---- extern void InterframeCleanup(); + void MainWnd::OnFileOpen() { ! theApp.winCheckFullscreen(); ! if( fileOpenSelect( false ) ) { ! FileRun(); ! } } + void MainWnd::OnFilePause() { *************** *** 160,189 **** } void MainWnd::OnFileOpengameboy() { ! theApp.winCheckFullscreen(); ! theApp.dir = ""; ! CString initialDir = regQueryStringValue("gbromdir","."); ! if(!initialDir.IsEmpty()) ! theApp.dir = initialDir; ! ! theApp.szFile = ""; ! ! LPCTSTR exts[] = { "", "", "", "" }; ! CString filter = winLoadFilter(IDS_FILTER_GBROM); ! CString title = winResLoadString(IDS_SELECT_ROM); ! ! FileDlg dlg(this, "", filter, 0, "", exts, initialDir, title, false); ! ! if(dlg.DoModal() == IDOK) { ! theApp.szFile = dlg.GetPathName(); ! theApp.dir = theApp.szFile.Left(dlg.m_ofn.nFileOffset); ! if(theApp.dir.GetLength() > 3 && theApp.dir[theApp.dir.GetLength()-1] == '\\') ! theApp.dir = theApp.dir.Left(theApp.dir.GetLength()-1); ! regSetStringValue("gbromdir", theApp.dir); ! FileRun(); ! } } void MainWnd::OnFileLoad() { --- 162,175 ---- } + void MainWnd::OnFileOpengameboy() { ! theApp.winCheckFullscreen(); ! if( fileOpenSelect( true ) ) { ! FileRun(); ! } } + void MainWnd::OnFileLoad() { Index: MainWnd.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/MainWnd.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** MainWnd.cpp 27 May 2006 14:47:33 -0000 1.19 --- MainWnd.cpp 12 Jun 2006 11:09:04 -0000 1.20 *************** *** 992,1026 **** } - bool MainWnd::fileOpenSelect() - { - theApp.dir = ""; - CString initialDir = regQueryStringValue("romdir","."); - if(!initialDir.IsEmpty()) - theApp.dir = initialDir; - - int selectedFilter = regQueryDwordValue("selectedFilter", 0); - if(selectedFilter < 0 || selectedFilter > 2) - selectedFilter = 0; ! theApp.szFile = ""; ! LPCTSTR exts[] = { "", "", "" }; ! CString filter = winLoadFilter(IDS_FILTER_ROM); ! CString title = winResLoadString(IDS_SELECT_ROM); ! FileDlg dlg(this, "", filter, selectedFilter, "", exts, theApp.dir, title, false); ! if(dlg.DoModal() == IDOK) { ! regSetDwordValue("selectedFilter", dlg.m_ofn.nFilterIndex); ! theApp.szFile = dlg.GetPathName(); ! theApp.dir = theApp.szFile.Left(dlg.m_ofn.nFileOffset); ! if(theApp.dir.GetLength() > 3 && theApp.dir[theApp.dir.GetLength()-1] == '\\') ! theApp.dir = theApp.dir.Left(theApp.dir.GetLength()-1); ! regSetStringValue("romdir", theApp.dir); ! return true; ! } ! return false; } void MainWnd::OnPaint() { --- 992,1053 ---- } ! bool MainWnd::fileOpenSelect( bool gb ) ! { ! theApp.dir = _T(""); ! CString initialDir; ! if( gb ) { ! initialDir = regQueryStringValue( _T("gbromdir"), _T(".") ); ! } else { ! initialDir = regQueryStringValue( _T("romdir"), _T(".") ); ! } ! ! if( !initialDir.IsEmpty() ) { ! theApp.dir = initialDir; ! } ! int selectedFilter = 0; ! if( !gb ) { ! selectedFilter = regQueryDwordValue( _T("selectedFilter"), 0); ! if( (selectedFilter < 0) || (selectedFilter > 2) ) { ! selectedFilter = 0; ! } ! } ! ! theApp.szFile = _T(""); ! ! LPCTSTR exts[] = { _T(""), _T(""), _T(""), _T("") }; ! CString filter; ! CString title; ! if( gb ) { ! filter = winLoadFilter( IDS_FILTER_GBROM ); ! title = winResLoadString( IDS_SELECT_ROM ); ! } else { ! filter = winLoadFilter( IDS_FILTER_ROM ); ! title = winResLoadString( IDS_SELECT_ROM ); ! } ! FileDlg dlg( this, _T(""), filter, selectedFilter, _T(""), exts, theApp.dir, title, false); ! if( dlg.DoModal() == IDOK ) { ! if( !gb ) { ! regSetDwordValue( _T("selectedFilter"), dlg.m_ofn.nFilterIndex ); ! } ! theApp.szFile = dlg.GetPathName(); ! theApp.dir = theApp.szFile.Left( dlg.m_ofn.nFileOffset ); ! if( (theApp.dir.GetLength() > 3) && (theApp.dir[theApp.dir.GetLength()-1] == _T('\\')) ) { ! theApp.dir = theApp.dir.Left( theApp.dir.GetLength() - 1 ); ! } ! if( gb ) { ! regSetStringValue( _T("gbromdir"), theApp.dir ); ! } else { ! regSetStringValue( _T("romdir"), theApp.dir ); ! } ! return true; ! } ! return false; } + void MainWnd::OnPaint() { Index: MainWnd.h =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/MainWnd.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** MainWnd.h 4 Jan 2006 15:10:33 -0000 1.9 --- MainWnd.h 12 Jun 2006 11:09:04 -0000 1.10 *************** *** 56,60 **** void screenCapture(int captureNumber); HACCEL m_hAccelTable; ! bool fileOpenSelect(); afx_msg LRESULT OnConfirmMode(WPARAM, LPARAM); afx_msg LRESULT OnMySysCommand(WPARAM, LPARAM); --- 56,60 ---- void screenCapture(int captureNumber); HACCEL m_hAccelTable; ! bool fileOpenSelect( bool gb = false ); afx_msg LRESULT OnConfirmMode(WPARAM, LPARAM); afx_msg LRESULT OnMySysCommand(WPARAM, LPARAM); |
From: Spacy <sp...@us...> - 2006-06-12 11:09:12
|
Update of /cvsroot/vba/VisualBoyAdvance/win32 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2787/win32 Modified Files: vba_vs2005.suo Log Message: I merged the open file source code for GB and GBA. Index: vba_vs2005.suo =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/win32/vba_vs2005.suo,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsGxAKCX and /tmp/cvsCgR7p0 differ |