FrontendCommon: Drop imgui deps for libretro build

This commit is contained in:
Connor McLaughlin
2020-09-01 12:46:58 +10:00
parent 6bbbb96d4b
commit 0af22825ad
7 changed files with 126 additions and 68 deletions

View File

@ -65,20 +65,17 @@ protected:
virtual bool CreateResources();
virtual void DestroyResources();
#ifndef LIBRETRO
virtual bool CreateImGuiContext();
virtual void DestroyImGuiContext();
#ifndef LIBRETRO
bool CreateSwapChain();
bool CreateSwapChainRTV();
#endif
void RenderDisplay();
void RenderSoftwareCursor();
#ifndef LIBRETRO
void RenderImGui();
#endif
void RenderDisplay(s32 left, s32 top, s32 width, s32 height, void* texture_handle, u32 texture_width,
s32 texture_height, s32 texture_view_x, s32 texture_view_y, s32 texture_view_width,