We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346edbc commit bb412acCopy full SHA for bb412ac
devices/emunetworkaccessfactory.cpp
@@ -204,7 +204,7 @@ void EmuNetworkAccessFactory::onClientReadyRead()
204
sDebug() << "Chck current core" << info.deviceName << clientInfos[client].deviceName;
205
if (rep.isValid && rep.isAscii)
206
{
207
- if (rep["plateform"] == "SNES")
+ if (rep["platform"] == "SNES")
208
checkSuccess(client);
209
else
210
checkFailed(client, Error::DeviceError::DE_EMUNWA_GAME_LOADED_NO_SNES);
0 commit comments