mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
More formatting and consistency fixes
This commit is contained in:
@ -19,13 +19,9 @@ class IVolume;
|
||||
IBannerLoader* CreateBannerLoader(DiscIO::IFileSystem& _rFileSystem, DiscIO::IVolume *pVolume)
|
||||
{
|
||||
if (IsVolumeWiiDisc(pVolume) || IsVolumeWadFile(pVolume))
|
||||
{
|
||||
return new CBannerLoaderWii(pVolume);
|
||||
}
|
||||
if (_rFileSystem.IsValid())
|
||||
{
|
||||
return new CBannerLoaderGC(_rFileSystem, pVolume);
|
||||
}
|
||||
|
||||
return nullptr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user