mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Move Presenting, Dumping and ImGui out of Renderer
This commit is contained in:
@ -34,6 +34,8 @@ add_library(videocommon
|
||||
FramebufferManager.h
|
||||
FramebufferShaderGen.cpp
|
||||
FramebufferShaderGen.h
|
||||
FrameDumper.cpp
|
||||
FrameDumper.h
|
||||
FreeLookCamera.cpp
|
||||
FreeLookCamera.h
|
||||
GeometryShaderGen.cpp
|
||||
@ -82,6 +84,8 @@ add_library(videocommon
|
||||
NetPlayGolfUI.h
|
||||
OnScreenDisplay.cpp
|
||||
OnScreenDisplay.h
|
||||
OnScreenUI.cpp
|
||||
OnScreenUI.h
|
||||
OpcodeDecoding.cpp
|
||||
OpcodeDecoding.h
|
||||
PerfQueryBase.cpp
|
||||
@ -98,6 +102,8 @@ add_library(videocommon
|
||||
PixelShaderManager.h
|
||||
PostProcessing.cpp
|
||||
PostProcessing.h
|
||||
Present.cpp
|
||||
Present.h
|
||||
RenderBase.cpp
|
||||
RenderBase.h
|
||||
RenderState.cpp
|
||||
|
Reference in New Issue
Block a user