MangoHud: rename to LibraryUtils

It handles more than mangohud

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2026-01-14 20:02:03 +00:00
parent 248eb13ab9
commit 327a554d42
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
5 changed files with 20 additions and 20 deletions

View file

@ -107,9 +107,9 @@ if (UNIX AND NOT CYGWIN AND NOT APPLE)
set(CORE_SOURCES
${CORE_SOURCES}
# MangoHud
MangoHud.h
MangoHud.cpp
# LibraryUtils
LibraryUtils.h
LibraryUtils.cpp
)
endif()