diff --git a/src/SDL2.cs b/src/SDL2.cs index d692539..70c6227 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -5375,7 +5375,10 @@ namespace SDL2 /// /// This function returns the amount of RAM configured in the system, in MB. /// - /// + /// The amount of RAM configured in the system, in MB. + /// + /// This function is only available in SDL 2.0.1 and later. + /// [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern int SDL_GetSystemRAM();