mirror of
https://github.com/drizzt/3ds-to-cia.git
synced 2026-03-21 18:04:49 -05:00
Clarify better what a big rom is
This commit is contained in:
parent
9fff4054d9
commit
8c2add4b2e
|
|
@ -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]"))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user