Updated generic game error message to include path

This commit is contained in:
SSimco
2024-10-29 21:40:59 +02:00
parent afe29d5b1d
commit 68d8d621c2
@@ -344,7 +344,7 @@ public class EmulationFragment extends Fragment implements PopupMenu.OnMenuItemC
case NativeEmulation.START_GAME_ERROR_NO_TITLE_TIK -> getString(R.string.no_title_tik);
default -> getString(R.string.game_files_unknown_error, launchPath);
};
onEmulationError(getString(errorMessageId));
onEmulationError(errorMessage);
}
private void onEmulationError(String errorMessage) {