mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
16 lines
156 B
C
16 lines
156 B
C
const char* logoBgNames[] {
|
|
"RocketRobz",
|
|
"Nintendo",
|
|
"SEGA Genesis",
|
|
"TWiLight Menu++",
|
|
"hiyaCFW",
|
|
};
|
|
|
|
int logoBgNums[] {
|
|
67,
|
|
68,
|
|
69,
|
|
70,
|
|
71,
|
|
};
|