Skip to content

Commit

Permalink
bundle the IA and emulator logos
Browse files Browse the repository at this point in the history
Drawing an image from another origin into the canvas prevents the
emulator from later reading data out of the canvas.
  • Loading branch information
db48x committed Apr 11, 2015
1 parent 17e9ae3 commit 857737f
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ var Module = null;
return img;
}

var logos = { ia: img("https://blog.archive.org/wp-content/uploads/2015/03/ia-logo-220x221-150x150.png"),
mame: img("https://archive.org/images/mame.png"),
mess: img("https://archive.org/images/mess.png"),
dosbox: img("https://archive.org/images/dosbox.png")
var logos = { ia: img("other_logos/ia-logo-150x150.png"),
mame: img("other_logos/mame.png"),
mess: img("other_logos/mess.png"),
dosbox: img("other_logos/dosbox.png")
};

var SAMPLE_RATE = (function () {
Expand Down
Empty file modified logo/emularity_color.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified logo/emularity_color_small.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified logo/emularity_dark.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified logo/emularity_light.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added other_logos/dosbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added other_logos/ia-logo-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added other_logos/mame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added other_logos/mess.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 857737f

Please sign in to comment.