libretro / dolphin

Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
https://dolphin-emu.org/
GNU General Public License v2.0
86 stars 68 forks source link

Update VulkanContext.cpp #264

Closed gravitone closed 2 years ago

gravitone commented 2 years ago

Added vendor and device descriptors for the mesa vulkan driver for the Broadcom VideoCore found in the raspberry pi 4 and newer.

inactive123 commented 2 years ago

Why was this closed?

gravitone commented 2 years ago

Had some indentation error causing it to be rejected by the compiler upstream, and missing some addition in the related header file needed to make it work. I'll resubmit with the proper changes later today. No rush on my side since I discovered after compilation that it segfaults due to underlying issues anyways that causes the vulkan backend to be currently broken on all platforms.