Browse Source

libobs: Fix log message about max memory on 32bit

Sometimes windows will report 2 gigs instead of 4 gigs max.
jp9000 9 years ago
parent
commit
2f6a10c93f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libobs/obs-windows.c

+ 1 - 1
libobs/obs-windows.c

@@ -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",