PSP-Everest/app/include/consoleidinfo.h
2023-03-26 11:28:31 -04:00

11 lines
281 B
C++

#pragma once
#include <pspopenpsid.h>
namespace ConsoleIdInfo {
const char *GetProductCodeInfo(u16 productCode);
const char *GetProductSubCodeInfo(u16 productSubCode);
const char *GetFactoryCodeInfo(u16 factoryCode);
const char *GetPSID(PspOpenPSID *openpsid);
}