Fake 320x200 resolution instead of 200x320.
svn-id: r34279
This commit is contained in:
parent
a9248bf327
commit
b235b51e62
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue