Skip to content

Commit

Permalink
WinSystemAmlogic: buffer age is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Portisch committed Jan 16, 2025
1 parent cb0b998 commit a3dd910
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/windowing/amlogic/WinSystemAmlogicGLESContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ class CWinSystemAmlogicGLESContext : public CWinSystemAmlogic, public CRenderSys

bool SupportsStereo(RENDER_STEREO_MODE mode) const override;

int GetBufferAge() override { return 0; }

EGLDisplay GetEGLDisplay() const;
EGLSurface GetEGLSurface() const;
EGLContext GetEGLContext() const;
Expand Down

0 comments on commit a3dd910

Please sign in to comment.