Update src/video_core/vulkan_common/vulkan_wrapper.cpp
This commit is contained in:
parent
2c03b638c4
commit
6c5adddac2
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ Instance Instance::Create(u32 version, Span<const char*> layers, Span<const char
|
|||
.pNext = nullptr,
|
||||
.pApplicationName = "yuzu Emulator",
|
||||
.applicationVersion = VK_MAKE_VERSION(1, 3, 0),
|
||||
.pEngineName = "yuzu Emulator",
|
||||
.pEngineName = "Eden Emulator",
|
||||
.engineVersion = VK_MAKE_VERSION(1, 3, 0),
|
||||
.apiVersion = VK_API_VERSION_1_3,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue