libobs: Fix log message about max memory on 32bit
Sometimes windows will report 2 gigs instead of 4 gigs max.
This commit is contained in:
parent
ddc7484a6e
commit
2f6a10c93f
@ -163,7 +163,7 @@ static void log_available_memory(void)
|
||||
#ifdef _WIN64
|
||||
const char *note = "";
|
||||
#else
|
||||
const char *note = " (NOTE: 4 gigs max is normal for 32bit programs)";
|
||||
const char *note = " (NOTE: 2 or 4 gigs max is normal for 32bit programs)";
|
||||
#endif
|
||||
|
||||
blog(LOG_INFO, "Physical Memory: %luMB Total, %luMB Free%s",
|
||||
|
Loading…
x
Reference in New Issue
Block a user