Gateway 3DS microSD Tool: Difference between revisions
From GameBrew
More actions
m Text replacement - "image = https://dlhb.gamebrew.org/3dshomebrew/" to "image = " |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
| title = Gateway 3DS microSD Tool | |title=Gateway 3DS microSD Tool | ||
| image = | |image=Gw3dsmicrosdtool2.png | ||
| | |description=Manage microSD for Gateway 3DS. | ||
| | |author=_Tim_ | ||
| lastupdated = 2014/07/24 | |lastupdated=2014/07/24 | ||
| | |type=ROM Managers and Patchers | ||
| | |version=12 | ||
| website = https://gbatemp.net/threads/gateway-3ds-microsd-tool.369165 | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/gw3ds_tim.rar | |||
|website=https://gbatemp.net/threads/gateway-3ds-microsd-tool.369165 | |||
}} | }} | ||
Gateway 3DS microSD Tool is a program written to fix GW3DS fragmentation errors, which can occur when: | |||
* The rom file has more than 32 fragments. | |||
* The rom file occupies either of the last two clusters on an exFAT partition. | |||
* The root directory entry is fragmented, that lead to missing game icons. | |||
It defragments only if it is necessary. For instance, if a rom file consists of 35 fragments, this will reduce the number of fragments to 32 by combining the 4 smallest fragments into a single fragment. It is faster and introduces less wear than reformatting and copying everything back. | |||
* | ==User guide== | ||
Available commands: | |||
* | * <code>gw3ds.exe scan x:</code> - Scan for problems (<code>x:</code> is the driveletter of your GW3DS microSD card). | ||
* <code>gw3ds.exe fix x:</code> - Fix fragmentation errors and missing game icons. | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/3dshomebrews/gw3dsmicrosdtool3.png | |||
==External links== | |||
* GBAtemp - https://gbatemp.net/threads/gateway-3ds-microsd-tool.369165 | |||
Latest revision as of 11:18, 22 June 2024
| Gateway 3DS microSD Tool | |
|---|---|
| General | |
| Author | _Tim_ |
| Type | ROM Managers and Patchers |
| Version | 12 |
| License | Mixed |
| Last Updated | 2014/07/24 |
| Links | |
| Download | |
| Website | |
Gateway 3DS microSD Tool is a program written to fix GW3DS fragmentation errors, which can occur when:
- The rom file has more than 32 fragments.
- The rom file occupies either of the last two clusters on an exFAT partition.
- The root directory entry is fragmented, that lead to missing game icons.
It defragments only if it is necessary. For instance, if a rom file consists of 35 fragments, this will reduce the number of fragments to 32 by combining the 4 smallest fragments into a single fragment. It is faster and introduces less wear than reformatting and copying everything back.
User guide
Available commands:
gw3ds.exe scan x:- Scan for problems (x:is the driveletter of your GW3DS microSD card).gw3ds.exe fix x:- Fix fragmentation errors and missing game icons.
Screenshots