mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #4897 from JosJuice/correct-es-comment
Correct the comment about the number of ES devices
This commit is contained in:
commit
bb82586a3d
@ -496,7 +496,7 @@ static void AddStaticDevices()
|
||||
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…
Reference in New Issue
Block a user