mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-16 04:09:07 +00:00
overlays fix c++23 elifndef
This is a c++23 feature...
This commit is contained in:
parent
f739ce7323
commit
236f783466
@ -126,7 +126,7 @@ namespace rsx
|
||||
result.font_names.emplace_back("Roboto-Regular.ttf");
|
||||
result.font_names.emplace_back("OpenSans-Regular.ttf");
|
||||
result.font_names.emplace_back("FreeSans.ttf");
|
||||
#elifndef _WIN32
|
||||
#elif !defined(_WIN32)
|
||||
result.font_names.emplace_back("/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"); // ubuntu
|
||||
result.font_names.emplace_back("/usr/share/fonts/TTF/DejaVuSans.ttf"); // arch
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user