mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-24 00:40:06 +00:00
Tiny typo fix
This commit is contained in:
parent
d9c311737d
commit
95b6883ad4
@ -205,7 +205,7 @@ emu_settings::Render_Creator::Render_Creator()
|
|||||||
if (thread_running)
|
if (thread_running)
|
||||||
{
|
{
|
||||||
LOG_ERROR(GENERAL, "Vulkan device enumeration timed out");
|
LOG_ERROR(GENERAL, "Vulkan device enumeration timed out");
|
||||||
auto button = QMessageBox::critical(nullptr, tr("Vulkan check timeout"),
|
auto button = QMessageBox::critical(nullptr, tr("Vulkan Check Timeout"),
|
||||||
tr("Querying for Vulkan-compatible devices is taking too long. This is usually caused by malfunctioning "
|
tr("Querying for Vulkan-compatible devices is taking too long. This is usually caused by malfunctioning "
|
||||||
"graphics drivers, reinstalling them could fix the issue.\n\n"
|
"graphics drivers, reinstalling them could fix the issue.\n\n"
|
||||||
"Selecting ignore starts the emulator without Vulkan support."),
|
"Selecting ignore starts the emulator without Vulkan support."),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user