Added an API to get the amount of system RAM

This commit is contained in:
Sam Lantinga 2013-10-17 11:32:56 -07:00
parent dc7ffa873c
commit a04ca13c2d
2 changed files with 60 additions and 0 deletions

View file

@ -134,6 +134,11 @@ extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE41(void);
*/
extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE42(void);
/**
* This function returns the amount of RAM configured in the system, in MB.
*/
extern DECLSPEC int SDLCALL SDL_GetSystemRAM(void);
/* Ends C function definitions when using C++ */
#ifdef __cplusplus