$OpenBSD: patch-launcher_fs_uae_launcher_Config_py,v 1.1 2013/09/10 10:23:36 edd Exp $

Don't checksum device nodes (which report as size 0)

--- launcher/fs_uae_launcher/Config.py.orig	Tue Jun 25 20:21:16 2013
+++ launcher/fs_uae_launcher/Config.py	Wed Sep  4 10:11:48 2013
@@ -477,12 +477,7 @@ class Config:
                 # could set a fake checksum here or something, to indicate
                 # that it isn't supposed to be set..
                 return
-            print("checksumming", repr(path))
-            if os.path.getsize(path) > 64 * 1024 * 1024:
-                # not checksumming large files righ now
-                print("not checksumming large file")
-                return
-            if is_rom:
+            elif is_rom:
                 sha1 = checksum_tool.checksum_rom(path)
             else:
                 sha1 = checksum_tool.checksum(path)
