mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 12:32:48 +00:00
Correct the comment about the number of ES devices
This commit is contained in:
parent
fb2098917b
commit
aaa8ad330a
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user