Add some comments and logging

This commit is contained in:
Henrik Rydgård
2024-01-22 10:08:50 +01:00
parent 902eed59bb
commit bd388fc094
2 changed files with 5 additions and 2 deletions
-1
View File
@@ -134,7 +134,6 @@ void GameManager::UninstallGame(const std::string &name) {
AndroidJNIThreadContext context; // Destructor detaches.
Path gameDir = GetSysDirectory(DIRECTORY_GAME) / name;
auto st = GetI18NCategory(I18NCat::STORE);
INFO_LOG(HLE, "Uninstalling '%s'", gameDir.c_str());