mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-22 10:42:25 -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);
|
||||
|
||||
// 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() {
|
||||
|
Reference in New Issue
Block a user