YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod
Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod
Hmm..the d-pad does nothing when I enter the menu but A and B buttons do as they're supposed to. I'm using a pro micro for controls(usb). Any idea how to fix this?
The Pi Guy #retromod_customs
-
- Posts: 24
- Joined: Sat Dec 02, 2017 3:47 pm
- Location: Porto Alegre - Brazil
- Has thanked: 6 times
- Been thanked: 15 times
Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod
I think I'll need to check your es_input.cfg, could you please post it here?
Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod
I will do that when I go to lunch, do you happen to know what directory that might be in?
The Pi Guy #retromod_customs
- YaYa
- Posts: 1719
- Joined: Mon Jun 26, 2017 12:42 pm
- Location: brittany - France
- Has thanked: 871 times
- Been thanked: 689 times
- Contact:
Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod
If i remember correctly it is located under
Otherwise you can install mlocate and make a global search
Translation :
You update apps listing
You install mlocate
You fill the database with all the files from the drive
You search for it
Everytime you will need a file, then you just updatedb and locate (updatedb if the file system has changed a lot, otherwise you don’t need to update)
Code: Select all
~/.emulationstation/es_input.cfg
Code: Select all
Sudo apt-get update
sudo apt-get install mlocate
Sudo updatedb
Locate es_input.cfg
You update apps listing
You install mlocate
You fill the database with all the files from the drive
You search for it
Everytime you will need a file, then you just updatedb and locate (updatedb if the file system has changed a lot, otherwise you don’t need to update)
-
- Posts: 134
- Joined: Sat Jan 27, 2018 9:21 pm
- Location: Toronto
- Has thanked: 47 times
- Been thanked: 19 times
Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod
Thank you!! Don't know how I missed that one!!YaYa wrote: ↑Wed Mar 21, 2018 11:55 pmall was already posted here
https://www.sudomod.com/forum/viewtopic ... 177#p48176

Can I ask you to post some pics without the battery inside? Want more visuals on the contact, how that was done etc. thank you again

- markolomew
- Posts: 60
- Joined: Wed Aug 23, 2017 1:31 pm
- Location: Houston, Texas
- Has thanked: 38 times
- Been thanked: 37 times
Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod
Question: I ran the optimizations (manually) on a Pi 3 B+ and on a Pi Zero W (with stock retropie) and have noticed that before running the optimizations, they boot up fine, but after running the lines of code, I have the same issues on all my devices (minus the Circuit Sword). After running the optimizations, once the boot up animation starts, it will run for about 2-4 seconds, then the boot up animation will just quit and the screen will stay black for another 5-10 seconds until emulations station starts up. Any idea what's going on or how to back out of this?
UPDATE:
for whatever reason, this fixed it:
UPDATE:
for whatever reason, this fixed it:
Code: Select all
sudo nano /boot/config.txt
disable_overscan=1
Check out my builds: Click Here
Free .STL files for 3DS/PSP joystick cap mashup: Click Here
Check out my store, 8bitmark.com: Click Here
Free .STL files for 3DS/PSP joystick cap mashup: Click Here
Check out my store, 8bitmark.com: Click Here
Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod
Code: Select all
<?xml version="1.0"?>
<inputList>
<inputAction type="onfinish">
<command>/opt/retropie/supplementary/emulationstation/scripts/inputconfiguration.sh</command>
</inputAction>
<inputConfig type="joystick" deviceName="Arduino LLC Arduino Leonardo" deviceGUID="03000000412300003680000001010000">
<input name="pageup" type="button" id="10" value="1"/>
<input name="start" type="button" id="1" value="1"/>
<input name="up" type="button" id="9" value="1"/>
<input name="a" type="button" id="3" value="1"/>
<input name="b" type="button" id="2" value="1"/>
<input name="down" type="button" id="7" value="1"/>
<input name="pagedown" type="button" id="12" value="1"/>
<input name="right" type="button" id="6" value="1"/>
<input name="x" type="button" id="5" value="1"/>
<input name="select" type="button" id="0" value="1"/>
<input name="y" type="button" id="4" value="1"/>
<input name="left" type="button" id="8" value="1"/>
</inputConfig>
</inputList>
i notice someone on facebook had the same problem but not sure if we are using the same controls
The Pi Guy #retromod_customs
- YaYa
- Posts: 1719
- Joined: Mon Jun 26, 2017 12:42 pm
- Location: brittany - France
- Has thanked: 871 times
- Been thanked: 689 times
- Contact:
Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod
Better with a code formatting lol
-
- Posts: 24
- Joined: Sat Dec 02, 2017 3:47 pm
- Location: Porto Alegre - Brazil
- Has thanked: 6 times
- Been thanked: 15 times
Re: YaYa's first GBZ - Kite's SAIO - Big Battery - NO Glue - Custom 3D parts - DC Jack - minimum case mod
hmmm, it wasn't what i thoughtKyran wrote: ↑Sun Mar 25, 2018 2:25 pmCode: Select all
<?xml version="1.0"?> <inputList> <inputAction type="onfinish"> <command>/opt/retropie/supplementary/emulationstation/scripts/inputconfiguration.sh</command> </inputAction> <inputConfig type="joystick" deviceName="Arduino LLC Arduino Leonardo" deviceGUID="03000000412300003680000001010000"> <input name="pageup" type="button" id="10" value="1"/> <input name="start" type="button" id="1" value="1"/> <input name="up" type="button" id="9" value="1"/> <input name="a" type="button" id="3" value="1"/> <input name="b" type="button" id="2" value="1"/> <input name="down" type="button" id="7" value="1"/> <input name="pagedown" type="button" id="12" value="1"/> <input name="right" type="button" id="6" value="1"/> <input name="x" type="button" id="5" value="1"/> <input name="select" type="button" id="0" value="1"/> <input name="y" type="button" id="4" value="1"/> <input name="left" type="button" id="8" value="1"/> </inputConfig> </inputList>
i notice someone on facebook had the same problem but not sure if we are using the same controls


Who is online
Users browsing this forum: No registered users and 1 guest