mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Remove old RasterFont classes
This commit is contained in:
@ -65,6 +65,7 @@ PUBLIC
|
||||
PRIVATE
|
||||
png
|
||||
xxhash
|
||||
imgui
|
||||
)
|
||||
|
||||
if(_M_X86)
|
||||
|
@ -159,8 +159,6 @@ public:
|
||||
// ImGui initialization depends on being able to create textures and pipelines, so do it last.
|
||||
bool InitializeImGui();
|
||||
|
||||
virtual void RenderText(const std::string& text, int left, int top, u32 color) = 0;
|
||||
|
||||
virtual void ClearScreen(const EFBRectangle& rc, bool colorEnable, bool alphaEnable, bool zEnable,
|
||||
u32 color, u32 z) = 0;
|
||||
virtual void ReinterpretPixelData(unsigned int convtype) = 0;
|
||||
|
Reference in New Issue
Block a user