GPU: Set line width at higher internal resolutions

This commit is contained in:
Connor McLaughlin
2019-10-04 21:08:53 +10:00
parent d3ecad391d
commit 8987fa93c2
4 changed files with 23 additions and 1 deletions

View File

@ -12,6 +12,7 @@ struct Settings
GPUBackend gpu_backend = GPUBackend::OpenGL;
u32 gpu_resolution_scale = 1;
u32 max_gpu_resolution_scale = 1;
// TODO: Controllers, memory cards, etc.
};