mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-18 21:27:52 +00:00
Add UI for Android with Linear Filtering
This commit is contained in:
parent
6a9e2e559c
commit
09cd9f2cba
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user