mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-26 18:16:44 +08:00
@@ -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;
|
||||
}
|
||||
|
||||
@@ -1339,6 +1339,7 @@ const static struct {
|
||||
SDL_SYMBOL_ITEM(SDL_LoadPNG),
|
||||
SDL_SYMBOL_ITEM(SDL_SavePNG_IO),
|
||||
SDL_SYMBOL_ITEM(SDL_SavePNG),
|
||||
SDL_SYMBOL_ITEM(SDL_GetSystemPageSize),
|
||||
/* extra symbols go here (don't modify this line) */
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user