GTK: Update splash background.

This commit is contained in:
Brandon Wright 2019-03-16 13:45:38 -05:00
parent 65c5995436
commit 4f0cc90525
3 changed files with 14341 additions and 7172 deletions

View File

@ -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);

View File

@ -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);
}
}

File diff suppressed because it is too large Load Diff