mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
[zr] add an extra image to the wizard stub
This commit is contained in:
parent
f73d086abd
commit
1ee45f2162
@ -623,7 +623,7 @@ static void zrmenu_init_device(zrmenu_handle_t *zr)
|
||||
fill_pathname_join(buf, zr->assets_directory, "folder.png", sizeof(buf));
|
||||
zr->icons.folder = zr_icon_load(buf);
|
||||
fill_pathname_join(buf, zr->assets_directory, "speaker.png", sizeof(buf));
|
||||
zr->icons.folder = zr_icon_load(buf);
|
||||
zr->icons.speaker = zr_icon_load(buf);
|
||||
|
||||
zrmenu_set_style(&zr->ctx, THEME_DARK);
|
||||
}
|
||||
|
@ -446,7 +446,7 @@ void zrmenu_wnd_wizard(struct zr_context *ctx, zrmenu_handle_t *zr)
|
||||
zr_button_text_image(ctx, zr->icons.folder,
|
||||
"Test", ZR_TEXT_CENTERED, ZR_BUTTON_DEFAULT);
|
||||
|
||||
zr_button_text_image(ctx, zr->icons.display,
|
||||
zr_button_text_image(ctx, zr->icons.speaker,
|
||||
"Test", ZR_TEXT_CENTERED, ZR_BUTTON_DEFAULT);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user