We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3904f commit 5754ca1Copy full SHA for 5754ca1
src/mangohud.json.in
@@ -1,7 +1,7 @@
1
{
2
"file_format_version" : "1.0.0",
3
"layer" : {
4
- "name": "VK_LAYER_MANGOHUD_overlay",
+ "name": "VK_LAYER_MANGOHUD_overlay_@cpu_family@",
5
"type": "GLOBAL",
6
"api_version": "1.3.0",
7
"library_path": "@ld_libdir_mangohud_abs@/libMangoHud.so",
src/meson.build
@@ -13,6 +13,7 @@ conf_data = configuration_data()
13
14
conf_data.set('ld_libdir_mangohud_abs', libdir_mangohud)
15
conf_data.set('ld_libdir_mangohud', ld_libdir_mangohud)
16
+conf_data.set('cpu_family', host_machine.cpu_family())
17
18
overlay_shaders = [
19
'overlay.frag',
0 commit comments