mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
Merge pull request #1227 from rommapp/fix/do-not-explicitly-set-rufflers-renderer
fix: Do not set Ruffle's renderer explicitly
This commit is contained in:
@@ -37,9 +37,7 @@ function onPlay() {
|
||||
allowFullScreen: true,
|
||||
autoplay: "on",
|
||||
backgroundColor: "#0D1117",
|
||||
logLevel: "debug",
|
||||
openUrlMode: "confirm",
|
||||
preferredRenderer: "webgl",
|
||||
publicPath: "/assets/ruffle/",
|
||||
url: `/api/roms/${rom.value?.id}/content/${rom.value?.file_name}`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user