mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' of https://github.com/stella-emu/stella
This commit is contained in:
commit
adea11e4bb
|
@ -125,12 +125,9 @@ class FrameBufferLIBRETRO : public FrameBuffer
|
||||||
Int32 getCurrentDisplayIndex() override { return 0; }
|
Int32 getCurrentDisplayIndex() override { return 0; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This method is called to query the current window position.
|
This method is called to preserve the last current windowed position.
|
||||||
|
|
||||||
@param x The x-position retrieved
|
|
||||||
@param y The y-position retrieved
|
|
||||||
*/
|
*/
|
||||||
void getCurrentWindowPos(int&, int&) override { }
|
void updateWindowedPos() override { }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This method is called to change to the given video mode.
|
This method is called to change to the given video mode.
|
||||||
|
|
Loading…
Reference in New Issue