mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-27 01:40:23 +00:00
Remove redundant const in declaration.
git-svn-id: https://gambatte.svn.sourceforge.net/svnroot/gambatte@24 9dfb2916-2d38-0410-aef4-c5fe6c9ffc24
This commit is contained in:
parent
f9e3f59777
commit
92b4f81ed9
@ -88,7 +88,7 @@ void syncFunc() {
|
||||
class SdlBlitter : public VideoBlitter {
|
||||
SDL_Surface *screen;
|
||||
public:
|
||||
void setBufferDimensions(const unsigned int width, const unsigned int height);
|
||||
void setBufferDimensions(unsigned int width, unsigned int height);
|
||||
const PixelBuffer inBuffer();
|
||||
void blit();
|
||||
void toggleFullScreen();
|
||||
|
Loading…
Reference in New Issue
Block a user