Input: afegits dos inputs per a ServiceMenu (accept i back)
Style: renombrats alguns metodes de windowZoom a windowSize
This commit is contained in:
@@ -130,7 +130,7 @@ void Screen::setWindowZoom(int zoom)
|
||||
}
|
||||
|
||||
// Reduce el tamaño de la ventana
|
||||
bool Screen::decWindowZoom()
|
||||
bool Screen::decWindowSize()
|
||||
{
|
||||
if (!options.video.fullscreen)
|
||||
{
|
||||
@@ -149,7 +149,7 @@ bool Screen::decWindowZoom()
|
||||
}
|
||||
|
||||
// Aumenta el tamaño de la ventana
|
||||
bool Screen::incWindowZoom()
|
||||
bool Screen::incWindowSize()
|
||||
{
|
||||
if (!options.video.fullscreen)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user