Skip to content
Permalink
Browse files
Merge pull request #9792 from sepalani/lint
Lint: End of namespace
  • Loading branch information
leoetlino committed Jun 7, 2021
2 parents 8ca6ffd + ce8004c commit 5e371bb
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
@@ -234,4 +234,4 @@ u32 UnPatch(std::string_view patch_name)

return 0;
}
} // end of namespace HLE
} // namespace HLE
@@ -266,4 +266,4 @@ std::string GetStringVA(u32 str_reg, ParameterType parameter_type)
return result;
}

} // end of namespace HLE_OS
} // namespace HLE_OS
@@ -344,4 +344,4 @@ int GetAIPeriod()
return static_cast<int>(std::min(period, s_period));
}

} // end of namespace AudioInterface
} // namespace AudioInterface
@@ -82,4 +82,4 @@ u8* GetARAMPtr();
void UpdateAudioDMA();
void UpdateDSPSlice(int cycles);

} // end of namespace DSP
} // namespace DSP
@@ -149,4 +149,4 @@ void FinishExecutingCommand(ReplyType reply_type, DIInterruptType interrupt_type
void SetInterruptEnabled(DIInterruptType interrupt, bool enabled);
void ClearInterrupt(DIInterruptType interrupt);

} // end of namespace DVDInterface
} // namespace DVDInterface
@@ -204,4 +204,4 @@ void ScheduleUpdateInterrupts(CoreTiming::FromThread from, int cycles_late)
CoreTiming::ScheduleEvent(cycles_late, updateInterrupts, 0, from);
}

} // end of namespace ExpansionInterface
} // namespace ExpansionInterface
@@ -47,4 +47,4 @@ CEXIChannel* GetChannel(u32 index);

IEXIDevice* FindDevice(TEXIDevices device_type, int customIndex = -1);

} // end of namespace ExpansionInterface
} // namespace ExpansionInterface
@@ -168,4 +168,4 @@ void FastWrite64(u64 value)
PowerPC::ppcState.gather_pipe_ptr += sizeof(u64);
}

} // end of namespace GPFifo
} // namespace GPFifo
@@ -197,4 +197,4 @@ void RegisterMMIO(MMIO::Mapping* mmio, u32 base)
}
}

} // end of namespace MemoryInterface
} // namespace MemoryInterface
@@ -17,4 +17,4 @@ namespace MemoryInterface
void DoState(PointerWrap& p);

void RegisterMMIO(MMIO::Mapping* mmio, u32 base);
} // end of namespace MemoryInterface
} // namespace MemoryInterface
@@ -687,4 +687,4 @@ u32 GetPollXLines()
return s_poll.X;
}

} // end of namespace SerialInterface
} // namespace SerialInterface
@@ -43,4 +43,4 @@ SIDevices GetDeviceType(int channel);

u32 GetPollXLines();

} // end of namespace SerialInterface
} // namespace SerialInterface
@@ -586,4 +586,4 @@ bool IsDetected(const char** error_message)
return false;
}

} // end of namespace GCAdapter
} // namespace GCAdapter
@@ -31,4 +31,4 @@ bool DeviceConnected(int chan);
void ResetDeviceType(int chan);
bool UseAdapter();

} // end of namespace GCAdapter
} // namespace GCAdapter
@@ -634,4 +634,4 @@ void HandleUnknownOpcode(u8 cmd_byte, void* buffer, bool preprocess)
}
}

} // end of namespace CommandProcessor
} // namespace CommandProcessor
@@ -322,4 +322,4 @@ UPEAlphaReadReg GetAlphaReadMode()
return m_AlphaRead;
}

} // end of namespace PixelEngine
} // namespace PixelEngine
@@ -66,4 +66,4 @@ void SetToken(const u16 token, const bool interrupt);
void SetFinish();
UPEAlphaReadReg GetAlphaReadMode();

} // end of namespace PixelEngine
} // namespace PixelEngine

0 comments on commit 5e371bb

Please sign in to comment.