Fake 320x200 resolution instead of 200x320.

svn-id: r34279
This commit is contained in:
Johannes Schickel 2008-09-02 13:17:40 +00:00
parent a9248bf327
commit b235b51e62

View file

@ -204,11 +204,11 @@ void OSystem_NULL::initSize(uint width, uint height) {
}
int16 OSystem_NULL::getHeight() {
return 320;
return 200;
}
int16 OSystem_NULL::getWidth() {
return 200;
return 320;
}
void OSystem_NULL::setPalette(const byte *colors, uint start, uint num) {