From f201f512af0989bb1b23a40d02110c56a26a875d Mon Sep 17 00:00:00 2001 From: goeiecool9999 <> Date: Sat, 10 Sep 2022 03:55:10 +0200 Subject: [PATCH] Oops this breaks windows --- src/Cafe/HW/Latte/Core/LatteOverlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cafe/HW/Latte/Core/LatteOverlay.cpp b/src/Cafe/HW/Latte/Core/LatteOverlay.cpp index 4f922393..0bcf568a 100644 --- a/src/Cafe/HW/Latte/Core/LatteOverlay.cpp +++ b/src/Cafe/HW/Latte/Core/LatteOverlay.cpp @@ -62,7 +62,6 @@ struct ProcessorTime } }; -#endif std::istream& operator>>(std::istream& input, ProcessorTime & times) { @@ -80,6 +79,7 @@ std::istream& operator>>(std::istream& input, ProcessorTime & times) input >> times.guest_nice; return input; } +#endif struct OverlayStats {