From e0437ab447c0915d6d8f9902cfe751fa76945edf Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Wed, 20 Oct 2021 15:28:34 +0200 Subject: [PATCH] msvc fix --- core/network/ggpo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/network/ggpo.cpp b/core/network/ggpo.cpp index 6713f9088..17740b690 100644 --- a/core/network/ggpo.cpp +++ b/core/network/ggpo.cpp @@ -140,7 +140,7 @@ struct Inputs { u32 kcode:20; u32 mouseButtons:4; - u8 kbModifiers; + u32 kbModifiers:8; union { struct {