2026-09-15 21:13:53

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-15 21:13:53 +00:00
parent d76f8f91c4
commit 6eba647722
+2 -2
View File
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
#include "core/hle/service/cmif_serialization.h" #include "core/hle/service/cmif_serialization.h"
#include "core/hle/service/ns/i_async_result.h" #include "core/hle/service/ns/async_result.h"
#include <cstring> #include <cstring>
@@ -32,4 +32,4 @@ Result IAsyncResult::Cancel() {
R_SUCCEED(); R_SUCCEED();
} }
} // namespace Service::NS } // namespace Service::NS