mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-20 00:31:28 +00:00
Support up to 1GB in SheepShaver for Windows now.
This commit is contained in:
parent
bd6ec66354
commit
ab1565ced2
@ -1610,12 +1610,10 @@ static void create_memory_pane(GtkWidget *top)
|
||||
STR_RAMSIZE_128MB_LAB,
|
||||
STR_RAMSIZE_256MB_LAB,
|
||||
STR_RAMSIZE_512MB_LAB,
|
||||
#ifndef SHEEPSHAVER
|
||||
STR_RAMSIZE_1024MB_LAB,
|
||||
#endif
|
||||
0
|
||||
};
|
||||
char default_ramsize[10];
|
||||
char default_ramsize[16];
|
||||
sprintf(default_ramsize, "%d", PrefsFindInt32("ramsize") >> 20);
|
||||
w_ramsize = table_make_combobox(table, 0, STR_RAMSIZE_CTRL, default_ramsize, options);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user