[Scummvm-cvs-logs] SF.net SVN: scummvm: [24790] scummvm/trunk/backends/platform/ds/arm9/source /dsmain.cpp
Tramboi at users.sourceforge.net
Tramboi at users.sourceforge.net
Sat Nov 25 23:03:34 CET 2006
Revision: 24790
http://svn.sourceforge.net/scummvm/?rev=24790&view=rev
Author: Tramboi
Date: 2006-11-25 14:03:34 -0800 (Sat, 25 Nov 2006)
Log Message:
-----------
DS : The hi-quality scaler works on the secondary screen
Modified Paths:
--------------
scummvm/trunk/backends/platform/ds/arm9/source/dsmain.cpp
Modified: scummvm/trunk/backends/platform/ds/arm9/source/dsmain.cpp
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/source/dsmain.cpp 2006-11-25 22:02:43 UTC (rev 24789)
+++ scummvm/trunk/backends/platform/ds/arm9/source/dsmain.cpp 2006-11-25 22:03:34 UTC (rev 24790)
@@ -470,8 +470,6 @@
BG3_XDY = 0;
BG3_YDX = 0;
BG3_YDY = (int) ((200.0f / 192.0f) * 256);
-
- SUB_BG3_CR = BG_BMP16_256x256;
}
else
{
@@ -492,11 +490,10 @@
BG3_XDY = 0;
BG3_YDX = 0;
BG3_YDY = (int) ((200.0f / 192.0f) * 256);
-
- SUB_BG3_CR = BG_BMP8_512x256;
}
-
+ SUB_BG3_CR = BG_BMP8_512x256;
+
SUB_BG3_XDX = (int) (subScreenWidth / 256.0f * 256);
SUB_BG3_XDY = 0;
SUB_BG3_YDX = 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list