ALL: unify setupScreen() arguments type
This commit is contained in:
parent
230fb47de4
commit
c14d0ad8dc
8 changed files with 9 additions and 9 deletions
|
@ -457,7 +457,7 @@ void OSystem_Android::copyRectToScreen(const void *buf, int pitch,
|
|||
|
||||
|
||||
// ResidualVM specific method
|
||||
Graphics::PixelBuffer OSystem_Android::setupScreen(int screenW, int screenH, bool fullscreen, bool accel3d, bool isGame) {
|
||||
Graphics::PixelBuffer OSystem_Android::setupScreen(uint screenW, uint screenH, bool fullscreen, bool accel3d, bool isGame) {
|
||||
_opengl = accel3d;
|
||||
initViewport();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue