Clarify usage with Titan Two
This commit is contained in:
parent
e8f3508d39
commit
528c6753b4
6 changed files with 13 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
|
//#include <titanone.gph>
|
||||||
|
|
||||||
// Script to use a Zuiki Switch controller with Densha de GO! games for the PS1/PS2 on emulators or real hardware
|
// Script to use a Zuiki Switch controller with Densha de GO! games for the PS1/PS2 on emulators or real hardware
|
||||||
// Written by Marc Riera, 2022
|
// Written by Marc Riera, 2022
|
||||||
|
|
||||||
// D-Pad is mapped to left stick and X is mapped to L3 for use with for use with PS2 cheats:
|
// D-Pad is mapped to left stick and X is mapped to L3 for use with for use with PS2 cheats:
|
||||||
https://marcriera.github.io/ddgo-controller-docs/adapters/#playstation-2-cheat-codes-for-playstation-1-controllers
|
// https://marcriera.github.io/ddgo-controller-docs/adapters/#playstation-2-cheat-codes-for-playstation-1-controllers
|
||||||
|
|
||||||
unmap HID_XINPUT_1;
|
unmap HID_XINPUT_1;
|
||||||
unmap PS4_PS;
|
unmap PS4_PS;
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
//#include <titanone.gph>
|
||||||
|
|
||||||
// Script to use PS1/N64/SS/DC Densha de GO! controllers with Densha de GO! Hashirou Yamanote Sen (PS4/Switch)
|
// Script to use PS1/N64/SS/DC Densha de GO! controllers with Densha de GO! Hashirou Yamanote Sen (PS4/Switch)
|
||||||
// Written by Marc Riera, 2021
|
// Written by Marc Riera, 2021
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
//#include <titanone.gph>
|
||||||
|
|
||||||
// Script to use PS1/N64/SS/DC Densha de GO! controllers with Densha de GO! Hashirou Yamanote Sen (PS4/Switch)
|
// Script to use PS1/N64/SS/DC Densha de GO! controllers with Densha de GO! Hashirou Yamanote Sen (PS4/Switch)
|
||||||
// Written by Marc Riera, 2021
|
// Written by Marc Riera, 2021
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
//#include <titanone.gph>
|
||||||
|
|
||||||
// Script to use PS1/N64/SS/DC Densha de GO! controllers with Densha de GO! Hashirou Yamanote Sen (PS4/Switch)
|
// Script to use PS1/N64/SS/DC Densha de GO! controllers with Densha de GO! Hashirou Yamanote Sen (PS4/Switch)
|
||||||
// Written by Marc Riera, 2021
|
// Written by Marc Riera, 2021
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
//#include <titanone.gph>
|
||||||
|
|
||||||
// Script to use PS1/N64/SS/DC Densha de GO! controllers with Densha de GO! Hashirou Yamanote Sen (PS4/Switch)
|
// Script to use PS1/N64/SS/DC Densha de GO! controllers with Densha de GO! Hashirou Yamanote Sen (PS4/Switch)
|
||||||
// Written by Marc Riera, 2021
|
// Written by Marc Riera, 2021
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
This repository contains GPC scripts for the Titan One/Two to use Densha de GO! controllers with many games. Each folder contains scripts for a specific game.
|
This repository contains GPC scripts for the Titan One/Two to use Densha de GO! controllers with many games. Each folder contains scripts for a specific game.
|
||||||
|
|
||||||
|
**IMPORTANT:** To use the scripts with the Titan Two, remove the `//` from the first line before compiling the script. Otherwise, you will get an error. Titan One users do not need to do this.
|
||||||
|
|
||||||
**Densha de GO! Hashirou Yamanote Sen (PS4)**
|
**Densha de GO! Hashirou Yamanote Sen (PS4)**
|
||||||
|
|
||||||
- **DenshaDeGoPS1ToPS4_General-T1.gpc**: to connect PS1 controllers to a PS4. For use with all trains except 103 series.
|
- **DenshaDeGoPS1ToPS4_General-T1.gpc**: to connect PS1 controllers to a PS4. For use with all trains except 103 series.
|
||||||
|
|
Loading…
Add table
Reference in a new issue