revert vk application_info
All checks were successful
eden-license / license-header (pull_request) Successful in 32s
All checks were successful
eden-license / license-header (pull_request) Successful in 32s
This commit is contained in:
parent
bbeb7dd56b
commit
f222ae5023
1 changed files with 2 additions and 2 deletions
|
@ -444,9 +444,9 @@ Instance Instance::Create(u32 version, Span<const char*> layers, Span<const char
|
|||
const VkApplicationInfo application_info{
|
||||
.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO,
|
||||
.pNext = nullptr,
|
||||
.pApplicationName = "Eden Emulator",
|
||||
.pApplicationName = "yuzu Emulator",
|
||||
.applicationVersion = VK_MAKE_VERSION(0, 1, 0),
|
||||
.pEngineName = "Eden Emulator",
|
||||
.pEngineName = "yuzu Emulator",
|
||||
.engineVersion = VK_MAKE_VERSION(0, 1, 0),
|
||||
.apiVersion = VK_API_VERSION_1_3,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue