mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Core: Add a Maker field for GameModDescriptors.
This commit is contained in:
parent
85d2ea0dd2
commit
2906889804
4 changed files with 12 additions and 0 deletions
|
@ -36,6 +36,7 @@ struct GameModDescriptor
|
|||
{
|
||||
std::string base_file;
|
||||
std::string display_name;
|
||||
std::string maker;
|
||||
std::string banner;
|
||||
std::optional<GameModDescriptorRiivolution> riivolution = std::nullopt;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue