Lint: End of namespace

This commit is contained in:
Sepalani 2021-06-07 12:55:52 +04:00
parent 3ef9d5f659
commit ce8004c9c1
17 changed files with 17 additions and 17 deletions

View File

@ -234,4 +234,4 @@ u32 UnPatch(std::string_view patch_name)
return 0;
}
} // end of namespace HLE
} // namespace HLE

View File

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

View File

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

View File

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

View File

@ -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

View File

@ -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

View File

@ -47,4 +47,4 @@ CEXIChannel* GetChannel(u32 index);
IEXIDevice* FindDevice(TEXIDevices device_type, int customIndex = -1);
} // end of namespace ExpansionInterface
} // namespace ExpansionInterface

View File

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

View File

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

View File

@ -17,4 +17,4 @@ namespace MemoryInterface
void DoState(PointerWrap& p);
void RegisterMMIO(MMIO::Mapping* mmio, u32 base);
} // end of namespace MemoryInterface
} // namespace MemoryInterface

View File

@ -687,4 +687,4 @@ u32 GetPollXLines()
return s_poll.X;
}
} // end of namespace SerialInterface
} // namespace SerialInterface

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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