Skip to content

Commit

Permalink
Linux: Fixed incorrect SMS state in debugger/register viewer/etc
Browse files Browse the repository at this point in the history
  • Loading branch information
SourMesen committed Aug 26, 2024
1 parent 586b0e7 commit d6b23ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/SMS/SmsTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ struct SmsControlManagerState
uint8_t ControlPort;
};

struct SmsState : public BaseState
struct SmsState
{
SmsCpuState Cpu;
SmsVdpState Vdp;
Expand Down

0 comments on commit d6b23ba

Please sign in to comment.