Fix parallel-rdp integration and reset whole state upon loading rom
This commit is contained in:
2
external/parallel-rdp/ParallelRDPWrapper.hpp
vendored
2
external/parallel-rdp/ParallelRDPWrapper.hpp
vendored
@@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#define VULKAN_DEBUG
|
||||
#include <Core.hpp>
|
||||
#include <wsi.hpp>
|
||||
#include <SDL2/SDL.h>
|
||||
@@ -26,7 +25,6 @@ class SDLParallelRdpWindowInfo : public ParallelRdpWindowInfo {
|
||||
}
|
||||
};
|
||||
|
||||
static u32 windowID;
|
||||
VkQueue GetGraphicsQueue();
|
||||
VkInstance GetVkInstance();
|
||||
VkPhysicalDevice GetVkPhysicalDevice();
|
||||
|
||||
Reference in New Issue
Block a user