Fixed + enabled all compiler warnings

This commit is contained in:
Jordon Brooks 2024-06-06 18:15:51 +01:00
parent 6b90c9f76a
commit c68c039c70
Signed by: jordon
GPG key ID: DBD9758CD53E786A
16 changed files with 72 additions and 22 deletions

View file

@ -89,7 +89,7 @@ int main()
std::thread inputThread(checkForQuit);
if (!LibHarmonyLink::HarmonyLink_Init())
if (!LibHarmonyLink::HL_Init())
{
printf("Failed to Initialize HarmonyLink!");
}