From dac0fe7a7e0cc3470cebdd2381928bd83fb85c6d Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sat, 18 May 2019 09:53:34 -0230 Subject: [PATCH] libretro: fix compile for recent FrameBuffer method change. --- src/libretro/FrameBufferLIBRETRO.hxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/libretro/FrameBufferLIBRETRO.hxx b/src/libretro/FrameBufferLIBRETRO.hxx index aa4824a9a..6ed1ea154 100644 --- a/src/libretro/FrameBufferLIBRETRO.hxx +++ b/src/libretro/FrameBufferLIBRETRO.hxx @@ -125,12 +125,9 @@ class FrameBufferLIBRETRO : public FrameBuffer Int32 getCurrentDisplayIndex() override { return 0; } /** - This method is called to query the current window position. - - @param x The x-position retrieved - @param y The y-position retrieved + This method is called to preserve the last current windowed position. */ - void getCurrentWindowPos(int&, int&) override { } + void updateWindowedPos() override { } /** This method is called to change to the given video mode.