From d8d7cd1f96425a9ea33e290600a45b026efffb28 Mon Sep 17 00:00:00 2001 From: Visual Ehrmanntraut <30368284+VisualEhrmanntraut@users.noreply.github.com> Date: Sun, 22 Oct 2023 01:59:42 +0300 Subject: [PATCH] Fix smu10NotifyEvent Signed-off-by: Visual Ehrmanntraut <30368284+VisualEhrmanntraut@users.noreply.github.com> --- NootedRed/HWLibs.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/NootedRed/HWLibs.cpp b/NootedRed/HWLibs.cpp index 3fcadf01..bfe19b77 100644 --- a/NootedRed/HWLibs.cpp +++ b/NootedRed/HWLibs.cpp @@ -520,8 +520,6 @@ CAILResult X5000HWLibs::smu10NotifyEvent(void *, void *data) { [[fallthrough]]; case 4: [[fallthrough]]; - case 8: - [[fallthrough]]; case 10: smu10PowerUp(); return kCAILResultSuccess;