From f154bab1d83e7f45266807f5ea46111e0083a8ae Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Tue, 22 Oct 2013 22:34:30 -0400 Subject: [PATCH] Add 2.0.1 remark to GetSystemRAM --- src/SDL2.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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();