libretro: fix compile for recent FrameBuffer method change.

This commit is contained in:
Stephen Anthony 2019-05-18 09:53:34 -02:30
parent f466ddc544
commit dac0fe7a7e
1 changed files with 2 additions and 5 deletions

View File

@ -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.