Now I use GledPlay play video on it.
Because of the video is 320*240 and the screen is 640*480,the video can't play full screen.
Then I set:
config.dwHighResolution = HighResolution::DISABLED;
This property enables or disables support for the high resolution screen devices. If it is disabled, a low resolution screen will be emulated for high resolution screen devices.
But it can't work.
How can I do it?
or How to set VGA screen to 320*240?
