mirror of https://github.com/snes9xgit/snes9x.git
parent
a9a9b0fafb
commit
b4de90a0f1
|
@ -86,10 +86,11 @@ int main(int argc, char *argv[])
|
||||||
top_level->window->fullscreen();
|
top_level->window->fullscreen();
|
||||||
|
|
||||||
top_level->show();
|
top_level->show();
|
||||||
Gtk::Main::iteration(false);
|
|
||||||
S9xPortSoundInit();
|
|
||||||
S9xInitDisplay(argc, argv);
|
S9xInitDisplay(argc, argv);
|
||||||
|
|
||||||
|
S9xPortSoundInit();
|
||||||
|
|
||||||
for (int port = 0; port < 2; port++)
|
for (int port = 0; port < 2; port++)
|
||||||
{
|
{
|
||||||
enum controllers type;
|
enum controllers type;
|
||||||
|
|
Loading…
Reference in New Issue