From d6b23ba396b3d97a179ff24a3fc6dcc9952def56 Mon Sep 17 00:00:00 2001 From: Sour Date: Mon, 26 Aug 2024 09:53:57 +0900 Subject: [PATCH] Linux: Fixed incorrect SMS state in debugger/register viewer/etc --- Core/SMS/SmsTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/SMS/SmsTypes.h b/Core/SMS/SmsTypes.h index d97e841fe..4d429ce5a 100644 --- a/Core/SMS/SmsTypes.h +++ b/Core/SMS/SmsTypes.h @@ -193,7 +193,7 @@ struct SmsControlManagerState uint8_t ControlPort; }; -struct SmsState : public BaseState +struct SmsState { SmsCpuState Cpu; SmsVdpState Vdp;