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