mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-28 13:42:24 -07:00
gl_rasterizer: Log warning instead of sync'ing unimplemented funcs.
This commit is contained in:
@@ -127,13 +127,7 @@ RasterizerOpenGL::RasterizerOpenGL() {
|
|||||||
|
|
||||||
glEnable(GL_BLEND);
|
glEnable(GL_BLEND);
|
||||||
|
|
||||||
// Sync fixed function OpenGL state
|
LOG_WARNING(HW_GPU, "Sync fixed function OpenGL state here when ready");
|
||||||
SyncClipEnabled();
|
|
||||||
SyncClipCoef();
|
|
||||||
SyncCullMode();
|
|
||||||
SyncBlendEnabled();
|
|
||||||
SyncBlendFuncs();
|
|
||||||
SyncBlendColor();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
RasterizerOpenGL::~RasterizerOpenGL() {
|
RasterizerOpenGL::~RasterizerOpenGL() {
|
||||||
|
Reference in New Issue
Block a user