mirror of
https://github.com/libretro/RetroArch.git
synced 2025-12-28 05:24:00 +00:00
emscripten: add dice core (#18506)
This commit is contained in:
parent
f30b203398
commit
8149a902d9
@ -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
|
||||
|
||||
@ -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)",
|
||||
|
||||
@ -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)",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user