Add 2.0.1 remark to GetSystemRAM
This commit is contained in:
parent
1d1eebb5cc
commit
f154bab1d8
@ -5375,7 +5375,10 @@ namespace SDL2
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// This function returns the amount of RAM configured in the system, in MB.
|
/// This function returns the amount of RAM configured in the system, in MB.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns>The amount of RAM configured in the system, in MB.</returns>
|
||||||
|
/// <remarks>
|
||||||
|
/// This function is only available in SDL 2.0.1 and later.
|
||||||
|
/// </remarks>
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern int SDL_GetSystemRAM();
|
public static extern int SDL_GetSystemRAM();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user