diff --git a/desmume/src/slot2.cpp b/desmume/src/slot2.cpp index 8dd6ce993..7463d3e23 100644 --- a/desmume/src/slot2.cpp +++ b/desmume/src/slot2.cpp @@ -163,7 +163,7 @@ bool slot2_Change(NDS_SLOT2_TYPE changeToType) void slot2_setDeviceByType(NDS_SLOT2_TYPE theType) { - if (theType > NDS_SLOT2_COUNT || theType < 0) + if (theType >= NDS_SLOT2_COUNT || theType < 0) { return; }