Revert "Gtk: Reorder init."

This reverts commit a9a9b0fafb.
This commit is contained in:
BearOso 2020-11-04 12:41:55 -06:00
parent a9a9b0fafb
commit b4de90a0f1
1 changed files with 3 additions and 2 deletions

View File

@ -86,10 +86,11 @@ int main(int argc, char *argv[])
top_level->window->fullscreen();
top_level->show();
Gtk::Main::iteration(false);
S9xPortSoundInit();
S9xInitDisplay(argc, argv);
S9xPortSoundInit();
for (int port = 0; port < 2; port++)
{
enum controllers type;