Gtk: Set default background to starfield.

This commit is contained in:
BearOso 2022-01-30 18:34:51 -06:00
parent 71da4e3c07
commit c8ffda83e7
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ int Snes9xConfig::load_defaults()
save_sram_after_secs = 0; save_sram_after_secs = 0;
rom_loaded = false; rom_loaded = false;
multithreading = false; multithreading = false;
splash_image = SPLASH_IMAGE_COMBO; splash_image = SPLASH_IMAGE_STARFIELD;
hw_accel = 0; hw_accel = 0;
allow_opengl = false; allow_opengl = false;
allow_xv = false; allow_xv = false;