mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-20 07:37:03 +02:00
fixup extra stuff + enable gamemode
This commit is contained in:
parent
ebf7eeee7e
commit
629ca92420
2 changed files with 13 additions and 3 deletions
|
|
@ -433,9 +433,9 @@ VkResult Free(VkDevice device, VkCommandPool handle, Span<VkCommandBuffer> buffe
|
||||||
Instance Instance::Create(u32 version, Span<const char*> layers, Span<const char*> extensions,
|
Instance Instance::Create(u32 version, Span<const char*> layers, Span<const char*> extensions,
|
||||||
InstanceDispatch& dispatch) {
|
InstanceDispatch& dispatch) {
|
||||||
VkFlags ci_flags{};
|
VkFlags ci_flags{};
|
||||||
// #ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
// ci_flags |= VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR;
|
ci_flags |= VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR;
|
||||||
// #endif
|
#endif
|
||||||
// DO NOT TOUCH, breaks RNDA3!!
|
// DO NOT TOUCH, breaks RNDA3!!
|
||||||
// Don't know why, but gloom + yellow line glitch appears
|
// Don't know why, but gloom + yellow line glitch appears
|
||||||
const VkApplicationInfo application_info{
|
const VkApplicationInfo application_info{
|
||||||
|
|
|
||||||
|
|
@ -186,5 +186,15 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
|
<!-- ITS -->
|
||||||
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
|
<false/>
|
||||||
|
|
||||||
|
<!-- GC -->
|
||||||
|
<!-- Game mode is supposed to be automatically enabled by the app category specification above,
|
||||||
|
but for some reason it needs to be explicitly enabled with this key. -->
|
||||||
|
<key>GCSupportsGameMode</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue