Limpieza de código. Añadida la última versión de jail_audio
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
#include "title.h"
|
||||
#ifdef __MIPSEL__
|
||||
#include <sys/stat.h>
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
||||
// Constructor
|
||||
Title::Title(SDL_Window *window, SDL_Renderer *renderer, Screen *screen, Input *input, std::string *fileList, options_t *options, Lang *lang)
|
||||
@@ -516,10 +512,6 @@ void Title::updateMenuLabels()
|
||||
// Aplica las opciones de menu seleccionadas
|
||||
void Title::applyOptions()
|
||||
{
|
||||
//SDL_SetWindowFullscreen(mWindow, mOptions->fullScreenMode);
|
||||
//if (mOptions->fullScreenMode == 0)
|
||||
// SDL_SetWindowSize(mWindow, mOptions->screenWidth * mOptions->windowSize, mOptions->screenHeight * mOptions->windowSize);
|
||||
//SDL_RenderSetLogicalSize(mRenderer, mOptions->screenWidth, mOptions->screenHeight);
|
||||
mScreen->setVideoMode(mOptions->fullScreenMode);
|
||||
|
||||
mLang->setLang(mOptions->language);
|
||||
|
||||
Reference in New Issue
Block a user