mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 15:09:57 +00:00
gl_rasterizer: Log warning instead of sync'ing unimplemented funcs.
This commit is contained in:
parent
b7da9d5a54
commit
4ed54738fc
1 changed files with 1 additions and 7 deletions
|
@ -127,13 +127,7 @@ RasterizerOpenGL::RasterizerOpenGL() {
|
|||
|
||||
glEnable(GL_BLEND);
|
||||
|
||||
// Sync fixed function OpenGL state
|
||||
SyncClipEnabled();
|
||||
SyncClipCoef();
|
||||
SyncCullMode();
|
||||
SyncBlendEnabled();
|
||||
SyncBlendFuncs();
|
||||
SyncBlendColor();
|
||||
LOG_WARNING(HW_GPU, "Sync fixed function OpenGL state here when ready");
|
||||
}
|
||||
|
||||
RasterizerOpenGL::~RasterizerOpenGL() {
|
||||
|
|
Loading…
Reference in a new issue