diff --git a/3ds-to-cia.py b/3ds-to-cia.py index a6ff173..fa474d2 100755 --- a/3ds-to-cia.py +++ b/3ds-to-cia.py @@ -533,7 +533,7 @@ if __name__ == "__main__": if BITS == "32": print colorama.Fore.YELLOW + "You are using a 32-bit OS." - print "You won't be able to convert some big roms." + print "You won't be able to convert some big roms (2GB+)." print colorama.Style.RESET_ALL roms = glob.glob(os.path.join("roms", "*.[3zZ][dDiI][sSpP]")) diff --git a/README.md b/README.md index b122c86..d2df93f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ in `distro` directory you will find the resulting binary. Put the binary in a folder with `cia`, `roms` and `xorpads` empty directories, zip it and redistribuite. ## Known Bugs -Big roms cannot be converted (yet) on 32-bit operating systems or if you are using a 32-bit make_cia. +Big roms (2GB+) cannot be converted (yet) on 32-bit operating systems or if you are using a 32-bit make_cia. ## Credits * `mid-kid` for the informations about the procedure