Integrate EJS 4.0.12 - Adds a new Master System core, and a new DS core (#343)
Closes #340
This commit is contained in:
@@ -17,8 +17,8 @@ RUN dotnet publish "gaseous-server/gaseous-server.csproj" --use-current-runtime
|
|||||||
# download and unzip EmulatorJS from CDN
|
# download and unzip EmulatorJS from CDN
|
||||||
RUN apt-get update && apt-get install -y p7zip-full
|
RUN apt-get update && apt-get install -y p7zip-full
|
||||||
RUN mkdir -p out/wwwroot/emulators/EmulatorJS
|
RUN mkdir -p out/wwwroot/emulators/EmulatorJS
|
||||||
RUN wget https://cdn.emulatorjs.org/releases/4.0.11.7z
|
RUN wget https://cdn.emulatorjs.org/releases/4.0.12.7z
|
||||||
RUN 7z x -y -oout/wwwroot/emulators/EmulatorJS 4.0.11.7z
|
RUN 7z x -y -oout/wwwroot/emulators/EmulatorJS 4.0.12.7z
|
||||||
|
|
||||||
# Build runtime image
|
# Build runtime image
|
||||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0
|
FROM mcr.microsoft.com/dotnet/aspnet:8.0
|
||||||
|
@@ -1232,6 +1232,9 @@
|
|||||||
"alternateCoreName": "melonds",
|
"alternateCoreName": "melonds",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"core": "desmume"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"core": "desmume2015"
|
"core": "desmume2015"
|
||||||
}
|
}
|
||||||
@@ -1590,18 +1593,21 @@
|
|||||||
"retroPieDirectoryName": "mastersystem",
|
"retroPieDirectoryName": "mastersystem",
|
||||||
"webEmulator": {
|
"webEmulator": {
|
||||||
"type": "EmulatorJS",
|
"type": "EmulatorJS",
|
||||||
"core": "picodrive",
|
"core": "smsplus",
|
||||||
"availableWebEmulators": [
|
"availableWebEmulators": [
|
||||||
{
|
{
|
||||||
"emulatorType": "EmulatorJS",
|
"emulatorType": "EmulatorJS",
|
||||||
"availableWebEmulatorCores": [
|
"availableWebEmulatorCores": [
|
||||||
{
|
{
|
||||||
"core": "picodrive",
|
"core": "segaMS",
|
||||||
|
"alternateCoreName": "smsplus",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"core": "segaMS",
|
"core": "picodrive"
|
||||||
"alternateCoreName": "genesis_plus_gx"
|
},
|
||||||
|
{
|
||||||
|
"core": "genesis_plus_gx"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user