$OpenBSD: patch-launcher_fs_uae_launcher_ui_config_HardDriveGroup_py,v 1.1 2013/09/10 10:23:37 edd Exp $

Moved the size logic into checksumtool instances.

--- launcher/fs_uae_launcher/ui/config/HardDriveGroup.py.orig	Wed Sep  4 10:15:46 2013
+++ launcher/fs_uae_launcher/ui/config/HardDriveGroup.py	Wed Sep  4 10:16:08 2013
@@ -105,11 +105,7 @@ class HardDriveGroup(fsui.Group):
         if dir_mode:
             print("not calculating HD checksums for directories")
         else:
-            size = os.path.getsize(path)
-            if size < 64*1024*1024:
-                sha1 = checksum_tool.checksum(path)
-            else:
-                print("not calculating HD checksums HD files > 64MB")
+            sha1 = checksum_tool.checksum(path)
         full_path = path
 
         # FIXME: use contract function
