mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 13:16:41 +00:00
2x banner images!
This commit is contained in:
parent
0787019cbe
commit
18abc33306
14 changed files with 112 additions and 72 deletions
|
@ -26,7 +26,7 @@ class IBannerLoader
|
|||
|
||||
virtual bool IsValid() = 0;
|
||||
|
||||
virtual bool GetBanner(u32* _pBannerImage) = 0;
|
||||
virtual std::vector<u32> GetBanner(int* pWidth, int* pHeight) = 0;
|
||||
|
||||
virtual std::vector<std::string> GetNames() = 0;
|
||||
virtual std::string GetCompany() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue