Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
8a4be778
Commit
8a4be778
authored
Mar 28, 2018
by
Martin Schultz
Browse files
use 4x msaa by default also on osx
parent
8d6cbb0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/GlobalOptions.cc
View file @
8a4be778
...
...
@@ -394,11 +394,7 @@ void samples(int _samples) {
/// Get opengl MSAA sample count
int
samples
()
{
#if defined(ARCH_DARWIN) //Disable MSAA on OSX by default until workaround is found.
return
OpenFlipperSettings
().
value
(
"Core/OpenGL/Samples"
,
0
).
toInt
();
#else
return
OpenFlipperSettings
().
value
(
"Core/OpenGL/Samples"
,
4
).
toInt
();
#endif
}
/// Store opengl stereo mode setting
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment