Clarify better what a big rom is

This commit is contained in:
Timothy Redaelli 2016-04-22 08:54:00 +02:00
parent 9fff4054d9
commit 8c2add4b2e
2 changed files with 2 additions and 2 deletions

View File

@ -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]"))

View File

@ -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