mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Core: Clean up brace placements
This commit is contained in:
@ -269,7 +269,8 @@ void Shutdown()
|
||||
void RegisterMMIO(MMIO::Mapping* mmio, u32 base)
|
||||
{
|
||||
// Declare all the boilerplate direct MMIOs.
|
||||
struct {
|
||||
struct
|
||||
{
|
||||
u32 addr;
|
||||
u16* ptr;
|
||||
bool align_writes_on_32_bytes;
|
||||
|
Reference in New Issue
Block a user