mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
[Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same.
This commit is contained in:
parent
b1268bfcd2
commit
1ec4894bc5
7 changed files with 50 additions and 89 deletions
|
@ -59,8 +59,6 @@ class CBannerLoaderWii
|
|||
|
||||
bool m_IsValid;
|
||||
|
||||
void decode5A3image(u32* dst, u16* src, int width, int height);
|
||||
|
||||
bool GetStringFromComments(const CommentIndex index, std::string& s);
|
||||
};
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue