more ParallelRDP debugging

This commit is contained in:
CocoSimone
2022-08-12 19:44:32 +02:00
parent e4c6217fd0
commit ed34d9c9ba
8 changed files with 53 additions and 30 deletions

View File

@@ -35,8 +35,8 @@ uint32_t GetVkGraphicsQueueFamily();
VkFormat GetVkFormat();
VkCommandBuffer GetVkCommandBuffer();
void SubmitRequestedVkCommandBuffer();
void InitParallelRDP(const u8* rdram, SDL_Window*);
void UpdateScreenParallelRdp(Window& imguiWindow, const n64::VI& vi);
void InitParallelRDP(u8* rdram, SDL_Window*);
void UpdateScreenParallelRdp(Window& imguiWindow, n64::VI& vi);
void ParallelRdpEnqueueCommand(int command_length, u32* buffer);
void ParallelRdpOnFullSync();
void UpdateScreenParallelRdpNoGame(Window& imguiWindow);