mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
more fixes to zcomplock and opengl implementation
This commit is contained in:
parent
6ee6d0088a
commit
402006a83a
10 changed files with 86 additions and 42 deletions
|
@ -26,9 +26,8 @@ public:
|
|||
void SetSamplerState(int stage,int texindex);
|
||||
void SetInterlacingMode();
|
||||
|
||||
// TODO: Implement and use these
|
||||
void ApplyState(RenderStateMode mode){}
|
||||
void RestoreState(RenderStateMode mode){}
|
||||
void ApplyState(RenderStateMode mode);
|
||||
void RestoreState(RenderStateMode mode);
|
||||
|
||||
void RenderText(const char* pstr, int left, int top, u32 color);
|
||||
void DrawDebugInfo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue