More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |title=Vita Homebrew Apps (Plugins) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=gamesdvita2.png | ||
|image_alt=gamesd | |image_alt=gamesd | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=gamesd | |title=gamesd | ||
|image= | |image=gamesdvita2.png | ||
|description=Driver for SD to Gamecard adapters. | |description=Driver for SD to Gamecard adapters. | ||
|author=xyzz | |author=xyzz | ||
Line 15: | Line 15: | ||
|license=License | |license=License | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/gamesdvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/gamesdvita.7z | ||
|website= | |website=https://github.com/xyzz/gamecard-microsd#readme | ||
|source=https://github.com/xyzz/gamecard-microsd | |source=https://github.com/xyzz/gamecard-microsd | ||
}} | }} | ||
Gamesd is a plugin works as a driver for SD to Gamecard adapters (formerly know as SD2VITA). | |||
SD will be mounted as ux0:/ partition. | SD will be mounted as ux0:/ partition. | ||
== | ==Media== | ||
'''How to set up PS Vita SD2VITA (Micro SD to Gamecard) on Windows''' ([https://www.youtube.com/watch?v=vsdbdcAnH4Y The Modshiah]) <br> | |||
<youtube>vsdbdcAnH4Y</youtube> | <youtube>vsdbdcAnH4Y</youtube> | ||
== | ==Changelog== | ||
===Hardware=== | |||
=== Hardware | |||
'''v3.0 ''' | '''v3.0 ''' | ||
* Reduced gamecard pads total width by 0.2mm. | * Reduced gamecard pads total width by 0.2mm. | ||
Line 92: | Line 45: | ||
*Original design. | *Original design. | ||
=== | ===Software=== | ||
'''v1.6''' | |||
''' | |||
*Added 3.71/3.72 support. | *Added 3.71/3.72 support. | ||
''' | '''v1.5''' | ||
*Added 3.69/3.70 support. | *Added 3.69/3.70 support. | ||
''' | '''v1.4''' | ||
*Fix sporadic wakeup issue | *Fix sporadic wakeup issue. | ||
''' | '''v1.3''' | ||
*Added appmgr patch to allow memory card remount. | *Added appmgr patch to allow memory card remount. | ||
''' | '''v1.2''' | ||
*Added 3.68 support. | *Added 3.68 support. | ||
''' | '''v1.1''' | ||
*Added 3.65/3.67 support. | *Added 3.65/3.67 support. | ||
''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
== | == Credits== | ||
License: | |||
* Code inside the <code>driver</code> directory is licensed under GPLv3 or later. | * Code inside the <code>driver</code> directory is licensed under GPLv3 or later. | ||
* Contents of the <code>board</code> directory are licensed under [https://creativecommons.org/publicdomain/zero/1.0/ CC0]. | * Contents of the <code>board</code> directory are licensed under [https://creativecommons.org/publicdomain/zero/1.0/ CC0]. | ||
Special thanks to: | |||
* @motoharu-gosuto for their work on gamecard RE | * @motoharu-gosuto for their work on gamecard RE | ||
* @TheOfficialFlow for providing original version of the usbmc plugin | * @TheOfficialFlow for providing original version of the usbmc plugin | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/xyzz/gamecard-microsd | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/285 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/285 |
Revision as of 05:53, 8 Ocak 2023
gamesd | |
---|---|
General | |
Author | xyzz |
Type | Plugins |
Version | 1.6 |
License | License |
Last Updated | 2019/08/31 |
Links | |
Download | |
Website | |
Source | |
Gamesd is a plugin works as a driver for SD to Gamecard adapters (formerly know as SD2VITA).
SD will be mounted as ux0:/ partition.
Media
How to set up PS Vita SD2VITA (Micro SD to Gamecard) on Windows (The Modshiah)
Changelog
Hardware
v3.0
- Reduced gamecard pads total width by 0.2mm.
- Removed testpads.
- Removed unused INS pad on the microSD socket side.
- Changed routing to reduce number of VIAs and the probability of electrons falling out of the board.
This design is not tested yet.
v2.0
- Reduced gamecard pads total width by 1.0mm.
- Removed fourth microsd socket leg.
This design is not tested by me yet, but other people confirmed it works.
v1.0
- Original design.
Software
v1.6
- Added 3.71/3.72 support.
v1.5
- Added 3.69/3.70 support.
v1.4
- Fix sporadic wakeup issue.
v1.3
- Added appmgr patch to allow memory card remount.
v1.2
- Added 3.68 support.
v1.1
- Added 3.65/3.67 support.
v1.0
- First Release.
Credits
License:
- Code inside the
driver
directory is licensed under GPLv3 or later. - Contents of the
board
directory are licensed under CC0.
Special thanks to:
- @motoharu-gosuto for their work on gamecard RE
- @TheOfficialFlow for providing original version of the usbmc plugin