Browse Source
Update src/video_core/vulkan_common/vulkan_wrapper.cpp
v0.0.3-rc2
SDK-Chan
5 months ago
committed by
crueter
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
src/video_core/vulkan_common/vulkan_wrapper.cpp
|
|
@ -446,7 +446,7 @@ Instance Instance::Create(u32 version, Span<const char*> layers, Span<const char |
|
|
.pNext = nullptr, |
|
|
.pNext = nullptr, |
|
|
.pApplicationName = "yuzu Emulator", |
|
|
.pApplicationName = "yuzu Emulator", |
|
|
.applicationVersion = VK_MAKE_VERSION(1, 3, 0), |
|
|
.applicationVersion = VK_MAKE_VERSION(1, 3, 0), |
|
|
.pEngineName = "yuzu Emulator", |
|
|
|
|
|
|
|
|
.pEngineName = "Eden Emulator", |
|
|
.engineVersion = VK_MAKE_VERSION(1, 3, 0), |
|
|
.engineVersion = VK_MAKE_VERSION(1, 3, 0), |
|
|
.apiVersion = VK_API_VERSION_1_3, |
|
|
.apiVersion = VK_API_VERSION_1_3, |
|
|
}; |
|
|
}; |
|
|
|