mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt: Restrict size of banner image in game properties info tab.
This commit is contained in:
@ -13,6 +13,9 @@ namespace DiscIO
|
||||
class WiiSaveBanner
|
||||
{
|
||||
public:
|
||||
static constexpr u32 BANNER_WIDTH = 192;
|
||||
static constexpr u32 BANNER_HEIGHT = 64;
|
||||
|
||||
explicit WiiSaveBanner(u64 title_id);
|
||||
explicit WiiSaveBanner(const std::string& path);
|
||||
|
||||
|
Reference in New Issue
Block a user