mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-22 10:39:19 +01:00
Set custom option
This commit is contained in:
parent
332a2da212
commit
acdeb56cc7
@ -415,6 +415,8 @@ static int get_model(void)
|
|||||||
return 2;
|
return 2;
|
||||||
if (currprefs.cpu_level == 2) /* 68020 - only on the A1200 */
|
if (currprefs.cpu_level == 2) /* 68020 - only on the A1200 */
|
||||||
return 3;
|
return 3;
|
||||||
|
if (currprefs.cpu_level == 0) /* 68000 - A1000/A500 */
|
||||||
|
{
|
||||||
if (currprefs.bogomem_size == 0) /* A1000 */
|
if (currprefs.bogomem_size == 0) /* A1000 */
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
@ -422,6 +424,10 @@ static int get_model(void)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Custom */
|
||||||
|
return 4;
|
||||||
|
}
|
||||||
|
|
||||||
static void amiga_model_options(void)
|
static void amiga_model_options(void)
|
||||||
{
|
{
|
||||||
int submenus[2];
|
int submenus[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user