Frontend: Add display linear filtering option

This commit is contained in:
Connor McLaughlin
2019-10-27 00:02:01 +10:00
parent f9e964e34d
commit 0d71ebccc8
3 changed files with 20 additions and 0 deletions

View File

@ -15,6 +15,7 @@ struct Settings
u32 gpu_resolution_scale = 1;
u32 max_gpu_resolution_scale = 1;
bool gpu_vsync = true;
bool display_linear_filtering = true;
struct DebugSettings
{