forked from eden-emu/eden
Compare commits
2 commits
refactor/c
...
master
Author | SHA1 | Date | |
---|---|---|---|
896bfcdaaa | |||
9ccb792d29 |
2 changed files with 2 additions and 2 deletions
2
externals/cpp-httplib
vendored
2
externals/cpp-httplib
vendored
|
@ -1 +1 @@
|
|||
Subproject commit ca5fe354fb83194bc72a676c4cc4136fca5316d0
|
||||
Subproject commit a609330e4c6374f741d3b369269f7848255e1954
|
|
@ -444,7 +444,7 @@ 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",
|
||||
.engineVersion = VK_MAKE_VERSION(0, 1, 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue