mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
NstBoardBmcVt5201.cpp: Silence a -Wswitch warning
This commit is contained in:
parent
79067594c8
commit
fee18da964
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ namespace Nes
|
|||
case VT5201_54IN1: id = 4; break;
|
||||
case VT5201_55IN1: id = 5; break;
|
||||
case VT5201_65IN1: id = 6; break;
|
||||
case VT5201_XIN1: default: break;
|
||||
}
|
||||
|
||||
return names[id][i];
|
||||
|
|
Loading…
Add table
Reference in a new issue