mirror of
https://github.com/joel16/PSP-Everest.git
synced 2024-11-27 05:20:25 +00:00
11 lines
281 B
C++
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);
|
|
}
|