From: Spacy <sp...@us...> - 2006-07-31 15:51:11
|
Update of /cvsroot/vba/VisualBoyAdvance/win32 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28465/win32 Modified Files: vba_vs2005.suo vba_vs2005.vcproj Log Message: Added aspect ratio correct scaling to Direct3D (triggered by !theApp.fullScreenStretch) ReAdded texture filtering support to Direct3D. Removed remaining code pieces of flash size enhancedDetection. Changed some default settings Index: vba_vs2005.vcproj =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/win32/vba_vs2005.vcproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** vba_vs2005.vcproj 18 Jul 2006 14:13:13 -0000 1.7 --- vba_vs2005.vcproj 31 Jul 2006 15:51:02 -0000 1.8 *************** *** 2435,2438 **** --- 2435,2442 ---- > <File + RelativePath="..\src\win32\icon.ico" + > + </File> + <File RelativePath="..\src\win32\resource.h" > Index: vba_vs2005.suo =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/win32/vba_vs2005.suo,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 Binary files /tmp/cvsN7BQKn and /tmp/cvs7Euqjx differ |