mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
ColorUtil: Amend function name casing
Makes the function names conform to our coding style.
This commit is contained in:
@ -244,7 +244,7 @@ VolumeGC::ConvertedGCBanner VolumeGC::ExtractBannerInformation(const GCBanner& b
|
||||
banner.image_width = GC_BANNER_WIDTH;
|
||||
banner.image_height = GC_BANNER_HEIGHT;
|
||||
banner.image_buffer = std::vector<u32>(GC_BANNER_WIDTH * GC_BANNER_HEIGHT);
|
||||
Common::decode5A3image(banner.image_buffer.data(), banner_file.image, GC_BANNER_WIDTH,
|
||||
Common::Decode5A3Image(banner.image_buffer.data(), banner_file.image, GC_BANNER_WIDTH,
|
||||
GC_BANNER_HEIGHT);
|
||||
|
||||
for (u32 i = 0; i < number_of_languages; ++i)
|
||||
|
Reference in New Issue
Block a user