mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Correct the comment about the number of ES devices
This commit is contained in:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user