mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 10:28:19 -07:00
Merge branch '86Box:master' into ymf701
This commit is contained in:
@@ -19589,11 +19589,7 @@ machine_get_min_ram(int m)
|
||||
int
|
||||
machine_get_max_ram(int m)
|
||||
{
|
||||
#if (!(defined __amd64__ || defined _M_X64 || defined __aarch64__ || defined _M_ARM64))
|
||||
return MIN(((int) machines[m].ram.max), 2097152);
|
||||
#else
|
||||
return MIN(((int) machines[m].ram.max), 3145728);
|
||||
#endif
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user