fix: string for Citron compilation error

This commit is contained in:
collecting
2025-10-07 05:10:41 +00:00
parent 5ffcc35011
commit 791718ea7f

View File

@@ -1,4 +1,5 @@
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
// SPDX-FileCopyrightText: Copyright 2025 citron Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include <thread>
@@ -65,7 +66,7 @@ void DefaultSoftwareKeyboardApplet::ShowNormalKeyboard() const {
LOG_WARNING(Service_AM,
"(STUBBED) called, backend requested to show the normal software keyboard.");
SubmitNormalText(u"citron");
SubmitNormalText(std::u16string(u"citron", 6));
}
void DefaultSoftwareKeyboardApplet::ShowTextCheckDialog(