rename -> ResidualVM
This commit is contained in:
parent
cfe2ba6442
commit
4fa79cd323
84 changed files with 473 additions and 485 deletions
|
@ -102,7 +102,7 @@ byte *GfxOpenGL::setupScreen(int screenW, int screenH, bool fullscreen) {
|
|||
g_system->showMouse(!fullscreen);
|
||||
|
||||
char GLDriver[1024];
|
||||
sprintf(GLDriver, "Residual: %s/%s", glGetString(GL_VENDOR), glGetString(GL_RENDERER));
|
||||
sprintf(GLDriver, "ResidualVM: %s/%s", glGetString(GL_VENDOR), glGetString(GL_RENDERER));
|
||||
g_system->setWindowCaption(GLDriver);
|
||||
|
||||
// Load emergency built-in font
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue