DRAFT |
SDL_GetSystemRAM
Use this function to get the amount of RAM configured in the system.
Syntax
int SDL_GetSystemRAM(void)
Return Value
Returns the amount of RAM configured in the system in MB.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This function is available since SDL 2.0.1.