mirror of
https://github.com/RetroPie/EmulationStation.git
synced 2025-04-02 10:41:48 -04:00
Compare commits
1 commit
538278a010
...
377f551859
Author | SHA1 | Date | |
---|---|---|---|
|
377f551859 |
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ int launchGameCommand(const std::string& cmd_utf8)
|
||||||
rcode = 0;
|
rcode = 0;
|
||||||
Uint32
|
Uint32
|
||||||
wf;
|
wf;
|
||||||
|
int
|
||||||
|
width,
|
||||||
|
height;
|
||||||
|
|
||||||
wf = SDL_GetWindowFlags(Renderer::getSDLWindow());
|
wf = SDL_GetWindowFlags(Renderer::getSDLWindow());
|
||||||
SDL_SetWindowFullscreen(Renderer::getSDLWindow(), 0);
|
SDL_SetWindowFullscreen(Renderer::getSDLWindow(), 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue