Skip to content

Commit 35f47ce

Browse files
committed
use boot image for emulatorjs
1 parent 6e48e3a commit 35f47ce

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

frontend/assets/logos/romm_logo_xbox_one_circle_boot.svg

Lines changed: 4 additions & 1 deletion
Loading

frontend/src/console/views/Play.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ async function boot() {
408408
window.EJS_alignStartButton = "center";
409409
window.EJS_startOnLoaded = true;
410410
// window.EJS_fullscreenOnLoaded = true;
411-
window.EJS_backgroundImage = `${window.location.origin}/assets/emulatorjs/emulatorjs.svg`;
411+
window.EJS_backgroundImage = `${window.location.origin}/assets/logos/romm_logo_xbox_one_circle_boot.svg`;
412412
window.EJS_backgroundColor = "#000000"; // Match original which uses theme colors, but #000000 should work fine
413413
const coreOptions = configStore.getEJSCoreOptions(core);
414414
window.EJS_defaultOptions = {

frontend/src/views/Player/EmulatorJS/Player.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ window.EJS_player = "#game";
116116
window.EJS_color = "#A453FF";
117117
window.EJS_alignStartButton = "center";
118118
window.EJS_startOnLoaded = true;
119-
window.EJS_backgroundImage = `${window.location.origin}/assets/emulatorjs/emulatorjs.svg`;
119+
window.EJS_backgroundImage = `${window.location.origin}/assets/logos/romm_logo_xbox_one_circle_boot.svg`;
120120
window.EJS_backgroundColor = theme.current.value.colors.background;
121121
window.EJS_Buttons = {
122122
// Disable the standard exit button to implement our own

0 commit comments

Comments
 (0)