mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-05 22:25:32 +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 ];
|
||||
[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;
|
||||
|
Reference in New Issue
Block a user