Skip to content

Commit

Permalink
Style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Jun 8, 2024
1 parent f0e039f commit bbf395a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/iop/namco_sys147/Iop_NamcoSys147.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ bool CSys147::Invoke99(uint32 method, uint32* args, uint32 argsSize, uint32* ret
reply.checksum = ComputePacketChecksum(reply);
m_pendingReplies.emplace_back(reply);
}

{
MODULE_99_PACKET reply = {};
reply.type = 3;
Expand Down
2 changes: 1 addition & 1 deletion Source/iop/namco_sys147/Iop_NamcoSys147.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Iop
DEFAULT,
AI,
};

CSys147(CSifMan&, const std::string&);
virtual ~CSys147() = default;

Expand Down
2 changes: 1 addition & 1 deletion Source/ui_shared/ArcadeDefinition.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct ARCADE_MACHINE_DEF
DEFAULT,
SYS147_AI,
};

struct PATCH
{
uint32 address = 0;
Expand Down

0 comments on commit bbf395a

Please sign in to comment.