mirror of https://github.com/snes9xgit/snes9x.git
GTK: Update splash background.
This commit is contained in:
parent
65c5995436
commit
4f0cc90525
|
@ -138,8 +138,6 @@ int main (int argc, char *argv[])
|
|||
|
||||
gui_config->flush_joysticks ();
|
||||
|
||||
gtk_window_present (top_level->get_window ());
|
||||
|
||||
if (rom_filename && *Settings.InitialSnapshotFilename)
|
||||
S9xUnfreezeGame(Settings.InitialSnapshotFilename);
|
||||
|
||||
|
|
|
@ -714,7 +714,7 @@ Snes9xWindow::expose ()
|
|||
unsigned int blue = *splash_ptr++;
|
||||
|
||||
screen_ptr[x] = ((red & 0xF8) << 8) +
|
||||
((green & 0xFC) << 3) +
|
||||
((green & 0xF8) << 3) +
|
||||
((blue & 0xF8) >> 3);
|
||||
}
|
||||
}
|
||||
|
|
21509
gtk/src/gtk_splash.cpp
21509
gtk/src/gtk_splash.cpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue