[Vulkan] Make the title message more clear to users

This commit is contained in:
Triang3l 2020-04-25 14:33:16 +03:00
parent d65cbc160d
commit fb39bac2a1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class VulkanGraphicsSystem : public GraphicsSystem {
static bool IsAvailable() { return true; }
std::string name() const override { return "Vulkan"; }
std::string name() const override { return "Vulkan - obsolete"; }
X_STATUS Setup(cpu::Processor* processor, kernel::KernelState* kernel_state,
ui::Window* target_window) override;