mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 05:35:35 +00:00
Add 2.0.1 remark to GetSystemRAM
This commit is contained in:
parent
1d1eebb5cc
commit
f154bab1d8
|
@ -5375,7 +5375,10 @@ namespace SDL2
|
|||
/// <summary>
|
||||
/// This function returns the amount of RAM configured in the system, in MB.
|
||||
/// </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)]
|
||||
public static extern int SDL_GetSystemRAM();
|
||||
|
||||
|
|
Loading…
Reference in a new issue