mirror of https://github.com/snes9xgit/snes9x.git
Gtk: Set default background to starfield.
This commit is contained in:
parent
71da4e3c07
commit
c8ffda83e7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue