2024-05-31 22:59:00 -04:00
|
|
|
#pragma once
|
|
|
|
|
2024-05-31 04:01:31 -04:00
|
|
|
#include <string>
|
|
|
|
|
2024-06-07 04:23:11 -04:00
|
|
|
#include "util/numtypes.h"
|
|
|
|
|
2024-06-08 15:53:06 -04:00
|
|
|
u64 GetMemInfo();
|
2024-06-01 06:59:01 -04:00
|
|
|
std::string GetNowPlaying();
|
2024-06-08 14:10:59 -04:00
|
|
|
const char* GetOSVersion();
|