mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-15 11:27:35 +00:00
screen width&height of pref issue fixed
This commit is contained in:
@@ -156,8 +156,8 @@ static NSString *getStringFromPrefs(const char *key)
|
|||||||
}
|
}
|
||||||
|
|
||||||
[videoType selectItemAtIndex: display_type ];
|
[videoType selectItemAtIndex: display_type ];
|
||||||
[width setIntValue: dis_width ];
|
[width setStringValue:[NSString stringWithFormat:@"%d", dis_width]];
|
||||||
[height setIntValue: dis_height ];
|
[height setStringValue:[NSString stringWithFormat:@"%d", dis_height]];
|
||||||
|
|
||||||
int frameskip = PrefsFindInt32("frameskip");
|
int frameskip = PrefsFindInt32("frameskip");
|
||||||
int item = -1;
|
int item = -1;
|
||||||
|
Reference in New Issue
Block a user