mirror of
https://github.com/par274/sharpemu.git
synced 2026-08-12 12:38:42 +08:00
[VulkanVideoPresenter] revert back icon
This commit is contained in:
@@ -2646,6 +2646,12 @@ internal static unsafe class VulkanVideoPresenter
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (PngSplashLoader.TryLoadIcon(out var iconPixels, out var iconWidth, out var iconHeight))
|
||||||
|
{
|
||||||
|
var icon = new RawImage((int)iconWidth, (int)iconHeight, iconPixels);
|
||||||
|
_window.SetWindowIcon(ref icon);
|
||||||
|
}
|
||||||
|
|
||||||
WaitForRenderDocAttachIfRequested();
|
WaitForRenderDocAttachIfRequested();
|
||||||
_vk = Vk.GetApi();
|
_vk = Vk.GetApi();
|
||||||
CreateInstance();
|
CreateInstance();
|
||||||
|
|||||||
Reference in New Issue
Block a user