mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
.
This commit is contained in:
parent
8cd51aa49c
commit
37b451f3d4
@ -1036,6 +1036,14 @@ namespace
|
|||||||
buffer->size -= 1;
|
buffer->size -= 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
void F01001BB01E8E2000(TextBuffer *buffer, HookParam *hp)
|
||||||
|
{
|
||||||
|
|
||||||
|
auto s = buffer->strW();
|
||||||
|
s = std::regex_replace(s, std::wregex(L"<[^>]*>"), L"");
|
||||||
|
buffer->from(s);
|
||||||
|
}
|
||||||
|
|
||||||
void F0100B0C016164000(TextBuffer *buffer, HookParam *hp)
|
void F0100B0C016164000(TextBuffer *buffer, HookParam *hp)
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -3543,6 +3551,8 @@ namespace
|
|||||||
// フローラル・フローラブ
|
// フローラル・フローラブ
|
||||||
{0x80020974, {0, 0, 0, 0, F0100D8B019FC0000<true>, 0x0100D8B019FC0000ull, "1.0.0"}},
|
{0x80020974, {0, 0, 0, 0, F0100D8B019FC0000<true>, 0x0100D8B019FC0000ull, "1.0.0"}},
|
||||||
{0x80020958, {0, 0, 0, 0, F0100D8B019FC0000<false>, 0x0100D8B019FC0000ull, "1.0.0"}},
|
{0x80020958, {0, 0, 0, 0, F0100D8B019FC0000<false>, 0x0100D8B019FC0000ull, "1.0.0"}},
|
||||||
|
// FANTASIAN Neo Dimension
|
||||||
|
{0x81719ea0, {CODEC_UTF16, 0, 0, ReadTextAndLenDW<0>, F01001BB01E8E2000, 0x01001BB01E8E2000ull, "1.0.0"}},
|
||||||
|
|
||||||
};
|
};
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user