rename Engine to Eden again
All checks were successful
eden-license / license-header (pull_request) Successful in 34s

This commit is contained in:
Maufeat 2025-07-28 00:45:58 +02:00
parent f222ae5023
commit 53ab462e84

View file

@ -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(0, 1, 0),
.pEngineName = "yuzu Emulator",
.pEngineName = "Eden Emulator",
.engineVersion = VK_MAKE_VERSION(0, 1, 0),
.apiVersion = VK_API_VERSION_1_3,
};