[APP] Fixed potential string corruption
This commit is contained in:
@@ -1794,7 +1794,7 @@ EmulatorWindow::ControllerHotKey EmulatorWindow::ProcessControllerHotkey(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!notificationTitle.empty()) {
|
if (!notificationTitle.empty()) {
|
||||||
app_context_.CallInUIThread([&]() {
|
app_context_.CallInUIThread([=]() {
|
||||||
new xe::ui::HostNotificationWindow(imgui_drawer(), notificationTitle,
|
new xe::ui::HostNotificationWindow(imgui_drawer(), notificationTitle,
|
||||||
notificationDesc, 0);
|
notificationDesc, 0);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user