mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
fix bug when rasterfont disappears sometimes
This commit is contained in:
parent
41b1128fdd
commit
13e9bb56f8
3 changed files with 60 additions and 51 deletions
|
@ -14,6 +14,9 @@ class Renderer : public ::Renderer
|
|||
public:
|
||||
Renderer();
|
||||
~Renderer();
|
||||
|
||||
static void Init();
|
||||
static void Shutdown();
|
||||
|
||||
void SetColorMask();
|
||||
void SetBlendMode(bool forceUpdate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue