(CTR/3DS) hide 'Take Screenshot' since screenshots are not implemented

anyway
This commit is contained in:
twinaphex 2019-05-05 14:14:14 +02:00
parent c0f8f2cab6
commit f349410082

View File

@ -1219,8 +1219,6 @@ static uint32_t ctr_get_flags(void *data)
{
uint32_t flags = 0;
BIT32_SET(flags, GFX_CTX_FLAGS_SCREENSHOTS_SUPPORTED);
return flags;
}