Revert "fixed commented validation to show all cases (nw)"

This reverts commit feef4e980e.
This commit is contained in:
Miodrag Milanovic 2015-10-12 08:11:04 +02:00
parent eaa4b31868
commit 08c512d923

View File

@ -282,7 +282,7 @@ void screen_device::device_validity_check(validity_checker &valid) const
if (m_palette != NULL && texformat == TEXFORMAT_RGB32)
osd_printf_warning("Screen does not need palette defined\n");
// if (m_orientation != (valid.driver()->flags & ORIENTATION_MASK))
// if (m_orientation != (valid.driver()->flags & ORIENTATION_MASK) && ((valid.driver()->flags & ORIENTATION_MASK)== ROT180))
// osd_printf_error("Screen orientation does not match\n");
}