mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Added verbosity for max texture size.
This commit is contained in:
parent
11b1331d3f
commit
41372cf177
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user