From aaa8ad330aa81c02a72cd68b646d9b17bbe7f49a Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 11 Feb 2017 17:13:42 +0100 Subject: [PATCH] Correct the comment about the number of ES devices --- Source/Core/Core/IOS/IPC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/IOS/IPC.cpp b/Source/Core/Core/IOS/IPC.cpp index 1580791a80..373365e08e 100644 --- a/Source/Core/Core/IOS/IPC.cpp +++ b/Source/Core/Core/IOS/IPC.cpp @@ -495,7 +495,7 @@ void Reinit() AddDevice("/dev/stm/eventhook"); AddDevice("/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("/dev/es");