mirror of https://github.com/stella-emu/stella.git
IX build fix
This commit is contained in:
parent
f6d020d538
commit
62b3ef38d8
|
@ -471,7 +471,7 @@ class FrameBuffer
|
||||||
|
|
||||||
@return The bezel name for the given index
|
@return The bezel name for the given index
|
||||||
*/
|
*/
|
||||||
const string FrameBuffer::getBezelName(int& index) const;
|
const string getBezelName(int& index) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Check if a bezel for the current ROM name exists.
|
Check if a bezel for the current ROM name exists.
|
||||||
|
|
Loading…
Reference in New Issue