Added standby mode to reduce idling cpu load to near 0%

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-11-15 22:30:50 +01:00
parent 611e08340d
commit 486064cef3
15 changed files with 74 additions and 5 deletions

View File

@@ -14,6 +14,6 @@ std::string Updater::UpdateYoutubeDL()
return "error code: 0x" + (JasonPP::Internal::Helpers::Base10_2_X(res, "0123456789abcdef"));
}
#else
#endif
return "not implemented";
#endif
}