Added verbosity for max texture size.

This commit is contained in:
Aaron Giles 2008-05-22 05:08:01 +00:00
parent 11b1331d3f
commit 41372cf177

View File

@ -765,6 +765,7 @@ try_again:
// set the max texture size
render_target_set_max_texture_size(window->target, d3d->texture_max_width, d3d->texture_max_height);
mame_printf_verbose("Direct3D: Max texture size = %dx%d\n", (int)d3d->texture_max_width, (int)d3d->texture_max_height);
// set the gamma if we need to
if (window->fullscreen)