Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Future
- EMSCRIPTEN: Added dice to core selection dropdown

# 1.22.1
- ANDROID: OnNewIntent handler to allow launchers start new content without closing first
Expand Down
1 change: 1 addition & 0 deletions pkg/emscripten/libretro-thread/core_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const libretroCores = {
"bk": "Elektronika - BK-0010/BK-0011 (BK)",
"chailove": "ChaiLove",
"craft": "Minecraft (Craft)",
"dice": "Arcade (DICE)",
"DoubleCherryGB": "Nintendo - Game Boy / Color (DoubleCherryGB)",
"ecwolf": "Wolfenstein 3D (ECWolf)",
"fbalpha2012": "Arcade (FB Alpha 2012)",
Expand Down
1 change: 1 addition & 0 deletions pkg/emscripten/libretro/core_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const libretroCores = {
"bk": "Elektronika - BK-0010/BK-0011 (BK)",
"chailove": "ChaiLove",
"craft": "Minecraft (Craft)",
"dice": "Arcade (DICE)",
"DoubleCherryGB": "Nintendo - Game Boy / Color (DoubleCherryGB)",
"ecwolf": "Wolfenstein 3D (ECWolf)",
"fbalpha2012": "Arcade (FB Alpha 2012)",
Expand Down
Loading