Correct the comment about the number of ES devices

This commit is contained in:
JosJuice 2017-02-11 17:13:42 +01:00
parent fb2098917b
commit aaa8ad330a
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ void Reinit()
AddDevice<Device::STMEventHook>("/dev/stm/eventhook");
AddDevice<Device::FS>("/dev/fs");
// IOS allows two ES devices at a time
// IOS allows three ES devices at a time
for (auto& es_device : s_es_handles)
es_device = AddDevice<Device::ES>("/dev/es");