Merge pull request #991 from raven02/patch-8

Add UI for Android with Linear Filtering
This commit is contained in:
Henrik Rydgård 2013-03-15 01:06:29 -07:00
commit 05c7b86dc2

View file

@ -323,6 +323,7 @@ void SettingsScreen::render() {
int stride = 40;
int columnw = 420;
UICheckBox(GEN_ID, x, y += stride, "Sound Emulation", ALIGN_TOPLEFT, &g_Config.bEnableSound);
UICheckBox(GEN_ID, x + columnw, y, "Linear Filtering", ALIGN_TOPLEFT, &g_Config.bLinearFiltering);
if (UICheckBox(GEN_ID, x, y += stride, "Buffered Rendering", ALIGN_TOPLEFT, &g_Config.bBufferedRendering)) {
if (gpu)
gpu->Resized();