This commit is contained in:
thrust26 2019-05-18 15:47:58 +02:00
commit adea11e4bb
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.