More actions
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew Apps (Plugins) - GameBrew! |title_mode=append |image=gamesdvita.jpg |image_alt=gamesd }} {{Infobox Vita Homebrew...") |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|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 14: | Line 13: | ||
|type=Plugins | |type=Plugins | ||
|version=1.6 | |version=1.6 | ||
|license= | |license=Mixed | ||
|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. | |||
https:// | ==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> | |||
==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 [https://creativecommons.org/publicdomain/zero/1.0/ CC0]. | |||
https:// | |||
Special thanks to: | |||
* @motoharu-gosuto for their work on gamecard RE | |||
* @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 | |||
* |
Latest revision as of 06:58, 8 Ocak 2023
gamesd | |
---|---|
General | |
Author | xyzz |
Type | Plugins |
Version | 1.6 |
License | Mixed |
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