Skip to content

Commit

Permalink
libretro: update cards.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
  • Loading branch information
audetto committed Dec 11, 2021
1 parent abe7d66 commit 6dd4390
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions source/frontends/libretro/retroregistry.cpp
Expand Up @@ -46,11 +46,21 @@ namespace
{"TK3000 //e", A2TYPE_TK30002E},
}
},
{
"slot3",
"Card in slot 3",
"Configuration\\Slot 3",
REGVALUE_CARD_TYPE,
{
{"Empty", CT_Empty},
{"Video HD", CT_VidHD},
}
},
{
"slot4",
"Card in slot 4",
REG_CONFIG,
REGVALUE_SLOT4,
"Configuration\\Slot 4",
REGVALUE_CARD_TYPE,
{
{"Empty", CT_Empty},
{"Mouse", CT_MouseInterface},
Expand All @@ -61,8 +71,8 @@ namespace
{
"slot5",
"Card in slot 5",
REG_CONFIG,
REGVALUE_SLOT5,
"Configuration\\Slot 5",
REGVALUE_CARD_TYPE,
{
{"Empty", CT_Empty},
{"CP/M", CT_Z80},
Expand Down

0 comments on commit 6dd4390

Please sign in to comment.