Address remaining review comments

This commit is contained in:
fearlessTobi 2019-04-07 15:58:42 +02:00
parent 1517d2fef7
commit e9bd34f7da
4 changed files with 35 additions and 10 deletions

View file

@ -18,7 +18,7 @@ constexpr char MII_BUTTON_CANCEL[] = "Cancel";
/// later learn is needed can be added here and filled in by the backend HLE applet
struct MiiSelectorConfig {
bool enable_cancel_button;
std::u16string title;
std::string title;
u32 initially_selected_mii_index;
};