mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-28 12:26:36 +08:00
Fix up pulled code, bump version.
This commit is contained in:
parent
fe122e2f3f
commit
eebae40556
@ -353,7 +353,7 @@ bool onLoop() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::string str = stream.str();
|
std::string str = stream.str();
|
||||||
const std::string title = "FBI v1.4.6";
|
const std::string title = "FBI v1.4.7";
|
||||||
gputDrawString(title, (gpuGetViewportWidth() - gputGetStringWidth(title, 16)) / 2, (gpuGetViewportHeight() - gputGetStringHeight(title, 16) + gputGetStringHeight(str, 8)) / 2, 16, 16);
|
gputDrawString(title, (gpuGetViewportWidth() - gputGetStringWidth(title, 16)) / 2, (gpuGetViewportHeight() - gputGetStringHeight(title, 16) + gputGetStringHeight(str, 8)) / 2, 16, 16);
|
||||||
gputDrawString(str, (gpuGetViewportWidth() - gputGetStringWidth(str, 8)) / 2, 4, 8, 8);
|
gputDrawString(str, (gpuGetViewportWidth() - gputGetStringWidth(str, 8)) / 2, 4, 8, 8);
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ const char* ropNames[ROP_COUNT] = {
|
|||||||
"rxTools 4.x",
|
"rxTools 4.x",
|
||||||
"MsetForBoss 4.x",
|
"MsetForBoss 4.x",
|
||||||
"MsetForBoss 6.x"
|
"MsetForBoss 6.x"
|
||||||
"Reinand N3DS 4.x MSET"
|
"Reinand N3DS 4.x"
|
||||||
};
|
};
|
||||||
|
|
||||||
unsigned char rops[ROP_COUNT][ROP_SIZE] = {
|
unsigned char rops[ROP_COUNT][ROP_SIZE] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user