Skip to content

Commit 8149a90

Browse files
authored
emscripten: add dice core (#18506)
1 parent f30b203 commit 8149a90

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Future
2+
- EMSCRIPTEN: Added dice to core selection dropdown
23

34
# 1.22.1
45
- ANDROID: OnNewIntent handler to allow launchers start new content without closing first

pkg/emscripten/libretro-thread/core_list.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const libretroCores = {
66
"bk": "Elektronika - BK-0010/BK-0011 (BK)",
77
"chailove": "ChaiLove",
88
"craft": "Minecraft (Craft)",
9+
"dice": "Arcade (DICE)",
910
"DoubleCherryGB": "Nintendo - Game Boy / Color (DoubleCherryGB)",
1011
"ecwolf": "Wolfenstein 3D (ECWolf)",
1112
"fbalpha2012": "Arcade (FB Alpha 2012)",

pkg/emscripten/libretro/core_list.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const libretroCores = {
66
"bk": "Elektronika - BK-0010/BK-0011 (BK)",
77
"chailove": "ChaiLove",
88
"craft": "Minecraft (Craft)",
9+
"dice": "Arcade (DICE)",
910
"DoubleCherryGB": "Nintendo - Game Boy / Color (DoubleCherryGB)",
1011
"ecwolf": "Wolfenstein 3D (ECWolf)",
1112
"fbalpha2012": "Arcade (FB Alpha 2012)",

0 commit comments

Comments
 (0)