mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
parent
9d635fe641
commit
f7d5bb3c7a
7 changed files with 85 additions and 0 deletions
|
|
@ -412,6 +412,7 @@ static int TestCPUInfo(bool verbose)
|
|||
SDL_Log("LSX %s", SDL_HasLSX() ? "detected" : "not detected");
|
||||
SDL_Log("LASX %s", SDL_HasLASX() ? "detected" : "not detected");
|
||||
SDL_Log("System RAM %d MB", SDL_GetSystemRAM());
|
||||
SDL_Log("System memory page size %d bytes", SDL_GetSystemPageSize());
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue