Redo the rest of the config sections.

Now they're all just once, rather than twice.
This commit is contained in:
Unknown W. Brackets 2014-02-09 17:08:40 -08:00
parent db918d01e8
commit 9e02b4307c
2 changed files with 389 additions and 464 deletions

File diff suppressed because it is too large Load Diff

View File

@ -326,7 +326,6 @@ namespace Reporting
bool IsSupported()
{
// Disabled when using certain hacks, because they make for poor reports.
// TODO: Numbers to avoid dependency on GLES code.
if (g_Config.iRenderingMode >= FBO_READFBOMEMORY_MIN)
return false;