| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -388,4 +388,4 @@ static void DVDThread() | ||
| } | ||
| } | ||
| } | ||
| } // namespace DVDThread | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -10,7 +10,7 @@ namespace DiscIO | ||
| { | ||
| struct Partition; | ||
| class Volume; | ||
| } // namespace DiscIO | ||
|
|
||
| namespace FileMonitor | ||
| { | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -14,7 +14,7 @@ namespace ControllerEmu | ||
| { | ||
| class ControlGroup; | ||
| class Buttons; | ||
| } // namespace ControllerEmu | ||
|
|
||
| enum class KeyboardGroup | ||
| { | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -108,4 +108,4 @@ void DoState(PointerWrap& p) | ||
|
|
||
| p.DoMarker("WIIHW"); | ||
| } | ||
| } // namespace HW | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -11,4 +11,4 @@ namespace HW | ||
| void Init(); | ||
| void Shutdown(); | ||
| void DoState(PointerWrap& p); | ||
| } // namespace HW | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -237,4 +237,4 @@ class WriteHandler | ||
| #define MaybeExtern extern | ||
| MMIO_PUBLIC_SPECIALIZATIONS() | ||
| #undef MaybeExtern | ||
| } // namespace MMIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -70,4 +70,4 @@ void ADPCMDecoder::DecodeBlock(s16* pcm, const u8* adpcm) | ||
| m_histr1, m_histr2); | ||
| } | ||
| } | ||
| } // namespace StreamADPCM | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -31,4 +31,4 @@ class ADPCMDecoder | ||
| s32 m_histr1 = 0; | ||
| s32 m_histr2 = 0; | ||
| }; | ||
| } // namespace StreamADPCM | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -20,8 +20,8 @@ namespace FS | ||
| class FileSystem; | ||
| } | ||
| class IOSC; | ||
| } // namespace HLE | ||
| } // namespace IOS | ||
|
|
||
| namespace WiiSave | ||
| { | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -32,7 +32,7 @@ namespace Device | ||
| { | ||
| class Device; | ||
| class ES; | ||
| } // namespace Device | ||
|
|
||
| struct Request; | ||
| struct OpenRequest; | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -349,4 +349,4 @@ void UninstallExceptionHandler() | ||
|
|
||
| #endif | ||
|
|
||
| } // namespace EMM | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -8,4 +8,4 @@ namespace EMM | ||
| { | ||
| void InstallExceptionHandler(); | ||
| void UninstallExceptionHandler(); | ||
| } // namespace EMM | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -272,4 +272,4 @@ void Reload() | ||
| LoadPatches(); | ||
| } | ||
|
|
||
| } // namespace PatchEngine | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -272,4 +272,4 @@ void Shutdown() | ||
| g_jit = nullptr; | ||
| } | ||
| } | ||
| } // namespace JitInterface | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -70,4 +70,4 @@ void CompileExceptionCheck(ExceptionType type); | ||
| void SetJit(JitBase* jit); | ||
|
|
||
| void Shutdown(); | ||
| } // namespace JitInterface | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -198,4 +198,4 @@ void LogCompiledInstructions() | ||
| ++time; | ||
| } | ||
|
|
||
| } // namespace PPCTables | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -19,7 +19,7 @@ namespace IOS::HLE::FS | ||
| { | ||
| class FileHandle; | ||
| class FileSystem; | ||
| } // namespace IOS::HLE::FS | ||
|
|
||
| class SysConf final | ||
| { | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -849,4 +849,4 @@ bool RepairNAND(IOS::HLE::Kernel& ios) | ||
| { | ||
| return !CheckNAND(ios, true).bad; | ||
| } | ||
| } // namespace WiiUtils | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -210,4 +210,4 @@ std::unique_ptr<BlobReader> CreateBlobReader(const std::string& filename) | ||
| } | ||
| } | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -79,4 +79,4 @@ bool CISOFileReader::Read(u64 offset, u64 nbytes, u8* out_ptr) | ||
| return true; | ||
| } | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -57,4 +57,4 @@ class CISOFileReader : public BlobReader | ||
| MapType m_ciso_map[CISO_MAP_SIZE]; | ||
| }; | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -425,4 +425,4 @@ bool IsGCZBlob(File::IOFile& file) | ||
| return is_gcz; | ||
| } | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -68,4 +68,4 @@ class CompressedBlobReader : public SectorReader | ||
| std::string m_file_name; | ||
| }; | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -826,4 +826,4 @@ static std::string ASCIIToUppercase(std::string str) | ||
| return str; | ||
| } | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -44,4 +44,4 @@ class DriveReader : public SectorReader | ||
| u64 m_size = 0; | ||
| }; | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -672,4 +672,4 @@ const std::string& GetCompanyFromID(const std::string& company_id) | ||
| else | ||
| return EMPTY_STRING; | ||
| } | ||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -36,4 +36,4 @@ bool PlainFileReader::Read(u64 offset, u64 nbytes, u8* out_ptr) | ||
| } | ||
| } | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -32,4 +32,4 @@ class PlainFileReader : public BlobReader | ||
| s64 m_size; | ||
| }; | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -330,4 +330,4 @@ std::unique_ptr<FileInfo> FileSystemGCWii::FindFileInfo(u64 disc_offset) const | ||
| return nullptr; | ||
| } | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -58,4 +58,4 @@ class NANDImporter final | ||
| std::function<void()> m_update_callback; | ||
| size_t m_nand_root_length = 0; | ||
| }; | ||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -69,4 +69,4 @@ std::unique_ptr<Volume> CreateVolumeFromFilename(const std::string& filename) | ||
| return nullptr; | ||
| } | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -108,4 +108,4 @@ class VolumeGC : public Volume | ||
| std::unique_ptr<BlobReader> m_reader; | ||
| }; | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -33,7 +33,7 @@ namespace IOS::ES | ||
| { | ||
| struct Content; | ||
| class SignedBlobReader; | ||
| } // namespace IOS::ES | ||
|
|
||
| namespace DiscIO | ||
| { | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -218,4 +218,4 @@ u64 VolumeWAD::GetRawSize() const | ||
| return m_reader->GetRawSize(); | ||
| } | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -79,4 +79,4 @@ class VolumeWAD : public Volume | ||
| u32 m_data_size = 0; | ||
| }; | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -98,4 +98,4 @@ class VolumeWii : public Volume | ||
| mutable u8 m_last_decrypted_block_data[BLOCK_DATA_SIZE]; | ||
| }; | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -180,4 +180,4 @@ std::unique_ptr<WbfsFileReader> WbfsFileReader::Create(File::IOFile file, const | ||
| return reader; | ||
| } | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -81,4 +81,4 @@ class WbfsFileReader : public BlobReader | ||
| bool m_good; | ||
| }; | ||
|
|
||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -38,4 +38,4 @@ class WiiSaveBanner | ||
| bool m_valid = true; | ||
| std::string m_path; | ||
| }; | ||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -46,4 +46,4 @@ class WiiWAD | ||
| std::vector<u8> m_data_app; | ||
| std::vector<u8> m_footer; | ||
| }; | ||
| } // namespace DiscIO | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -65,5 +65,5 @@ class Touchscreen : public Core::Device | ||
| private: | ||
| const int _padID; | ||
| }; | ||
| } // namespace Android | ||
| } // namespace ciface | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -13,4 +13,4 @@ namespace DInput | ||
| { | ||
| std::unordered_set<DWORD> GetXInputGUIDS(); | ||
| } | ||
| } // namespace ciface | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -41,5 +41,5 @@ class RunLoopStopper | ||
| } | ||
| }; | ||
|
|
||
| } // namespace OSX | ||
| } // namespace ciface | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -161,5 +161,5 @@ void PipeDevice::ParseCommand(const std::string& command) | ||
| } | ||
| } | ||
| } | ||
| } // namespace Pipes | ||
| } // namespace ciface | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -10,5 +10,5 @@ namespace Quartz | ||
| { | ||
| void PopulateDevices(void* window); | ||
| void DeInit(); | ||
| } // namespace Quartz | ||
| } // namespace ciface | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -50,4 +50,4 @@ class ProfileCycler | ||
|
|
||
| int m_wiimote_profile_index = 0; | ||
| }; | ||
| } // namespace InputProfile | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -273,4 +273,4 @@ void GameFileCache::DoState(PointerWrap* p, u64 size) | ||
| }); | ||
| } | ||
|
|
||
| } // namespace UICommon | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -74,4 +74,4 @@ std::vector<std::string> GetAvailableAntialiasingModes(int& msaa_modes) | ||
|
|
||
| return modes; | ||
| } | ||
| } // namespace VideoUtils | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -275,4 +275,4 @@ void XRRConfiguration::AddResolutions(std::vector<std::string>& resos) | ||
| } | ||
|
|
||
| #endif | ||
| } // namespace X11Utils | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -51,4 +51,4 @@ class XRRConfiguration | ||
| bool bIsFullscreen; | ||
| }; | ||
| #endif | ||
| } // namespace X11Utils | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -17,4 +17,4 @@ class BBox | ||
| static void Set(int index, int value); | ||
| static int Get(int index); | ||
| }; | ||
| }; // namespace DX11 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -22,4 +22,4 @@ class VideoBackend final : public VideoBackendBase | ||
| private: | ||
| void FillBackendInfo(); | ||
| }; | ||
| } // namespace DX12 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -21,4 +21,4 @@ class PerfQuery : public PerfQueryBase | ||
| bool IsFlushed() const override { return true; } | ||
| }; | ||
|
|
||
| } // namespace Null | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -81,4 +81,4 @@ class PerfQueryGLESNV : public PerfQuery | ||
| void FlushOne(); | ||
| }; | ||
|
|
||
| } // namespace OGL | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -43,4 +43,4 @@ class SamplerCache | ||
| }; | ||
|
|
||
| extern std::unique_ptr<SamplerCache> g_sampler_cache; | ||
| } // namespace OGL | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -30,4 +30,4 @@ void CopyRegion(const T* const source, const MathUtil::Rectangle<int>& srcrect, | ||
| } | ||
| } | ||
| } | ||
| } // namespace SW | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -219,4 +219,4 @@ void OnObjectEnd() | ||
|
|
||
| stats.thisFrame.numDrawnObjects++; | ||
| } | ||
| } // namespace DebugUtil | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -33,4 +33,4 @@ void ClearEfb() | ||
| } | ||
| } | ||
| } | ||
| } // namespace EfbCopy | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -710,4 +710,4 @@ void IncPerfCounterQuadCount(PerfQueryType type) | ||
| quad[type] = 0; | ||
| ++perf_values[type]; | ||
| } | ||
| } // namespace EfbInterface | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -467,4 +467,4 @@ void DrawTriangleFrontFace(const OutputVertexData* v0, const OutputVertexData* v | ||
| } | ||
| } | ||
| } | ||
| } // namespace Rasterizer | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -40,4 +40,4 @@ struct RasterBlock | ||
| s32 TextureLod[16]; | ||
| bool TextureLinear[16]; | ||
| }; | ||
| } // namespace Rasterizer | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -19,4 +19,4 @@ enum | ||
| BLU_SMP, | ||
| ALP_SMP | ||
| }; | ||
| } // namespace TextureSampler | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -125,4 +125,4 @@ void ClearMessages() | ||
| std::lock_guard<std::mutex> lock(s_messages_mutex); | ||
| s_messages.clear(); | ||
| } | ||
| } // namespace OSD | ||