mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
fix bug when rasterfont disappears sometimes
This commit is contained in:
@ -14,6 +14,9 @@ class Renderer : public ::Renderer
|
||||
public:
|
||||
Renderer();
|
||||
~Renderer();
|
||||
|
||||
static void Init();
|
||||
static void Shutdown();
|
||||
|
||||
void SetColorMask();
|
||||
void SetBlendMode(bool forceUpdate);
|
||||
|
Reference in New Issue
Block a user