GUI: add render preInit settings
This commit is contained in:
parent
5f89cb1dea
commit
ae386f6269
16 changed files with 111 additions and 41 deletions
|
|
@ -6982,7 +6982,7 @@ bool FurnaceGUI::init() {
|
|||
return false;
|
||||
}
|
||||
|
||||
rend->preInit();
|
||||
rend->preInit(e->getConfObject());
|
||||
|
||||
logD("creating window...");
|
||||
sdlWin=SDL_CreateWindow("Furnace",scrX,scrY,scrW,scrH,SDL_WINDOW_RESIZABLE|SDL_WINDOW_ALLOW_HIGHDPI|(scrMax?SDL_WINDOW_MAXIMIZED:0)|(fullScreen?SDL_WINDOW_FULLSCREEN_DESKTOP:0)|rend->getWindowFlags());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue