Update of /cvsroot/vba/VisualBoyAdvance/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28465/src
Modified Files:
Globals.cpp Globals.h
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: Globals.cpp
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/Globals.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Globals.cpp 24 Jun 2006 20:21:47 -0000 1.10
--- Globals.cpp 31 Jul 2006 15:51:01 -0000 1.11
***************
*** 49,53 ****
bool speedHack = false;
int cpuSaveType = 0;
- bool cpuEnhancedDetection = true;
bool cheatsEnabled = true;
bool mirroringEnable = false;
--- 49,52 ----
Index: Globals.h
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/Globals.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Globals.h 27 May 2006 14:47:32 -0000 1.9
--- Globals.h 31 Jul 2006 15:51:01 -0000 1.10
***************
*** 58,62 ****
extern bool speedHack;
extern int cpuSaveType;
- extern bool cpuEnhancedDetection;
extern bool cheatsEnabled;
extern bool mirroringEnable;
--- 58,61 ----
|