mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-06 06:41:45 +00:00
custominstall: block DSiWare from installing
This commit is contained in:
@@ -236,6 +236,9 @@ class CustomInstall:
|
|||||||
# the file would be tried in CDNReader next (assuming it's a tmd)
|
# the file would be tried in CDNReader next (assuming it's a tmd)
|
||||||
# any other error should be propagated to the caller
|
# any other error should be propagated to the caller
|
||||||
reader = CDNReader(path)
|
reader = CDNReader(path)
|
||||||
|
if reader.tmd.title_id.startswith('00048'): # DSiWare
|
||||||
|
self.log(f'Skipping {reader.tmd.title_id} - DSiWare is not supported')
|
||||||
|
continue
|
||||||
readers.append(reader)
|
readers.append(reader)
|
||||||
self.readers = readers
|
self.readers = readers
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user