1
1

Kei’s Retro Gaming
Here are the top 5 bugs I've seen popping up in the Retroid community and how to fix them. From bootlooping, touchscreen issues, battery drain, problems powe...

2
1
submitted 1 year ago* (last edited 1 year ago) by alphtrion@lemmy.world to c/retroid@kbin.social

Well only finished the story with sun zero, not with all 30+ characters, but I got the credits rolling so that counts in my book!

(Mortal Kombat Trilogy on PS1)

3
1

I've been eagerly awaiting the release of the Retroid Pocket 2S as a true Retroid emulation device. Does this handheld live up to the hype? Should you grab t...

4
1

Need some help setting up the RP3+. Since i aim to use Daijinhso, are there any better options on having emulators for the Nes till Snes and Genesis games other than having retroarch installed ?

Having SD card as portable storage, do i need to reconfigure the paths in retroarch every time i pull out the sdcard for file transfering. because it gets a different name every time ? Bonus - how do you copy stuff over, using linux ?

#retroid

5
0

Anyone who has either of these? I could use some advice. I've never owned anything like this before mostly wanting to play psp and the occasional ps2 rpg or gc zelda if I can I honestly don't know the capabilities of what I can and can't play

6
1

Thanks to its powerful chipset, excellent controls, and competitive price, the new Retroid Pocket 2S takes the crown as the best retro Android-based handheld...

7
1
8
2
submitted 1 year ago* (last edited 1 year ago) by Eggyhead@kbin.social to c/retroid@kbin.social

After many weeks of effort between a group of developers and testers, we are proud to announce the release of NetherSX2, a modification for AetherSX2 on android.

Removing advertisements, Reimplementing frontend support, Removing PS3 derived bios checks, and supporting custom application names, this modification is designed to streamline and improve your PS2 Emulation experience on the go.

Build yourself with a simple one line patcher, and organize your games, your way, today.

9
1
RP2S Compatibility Sheet (docs.google.com)
submitted 1 year ago* (last edited 1 year ago) by Eggyhead@kbin.social to c/retroid@kbin.social

Good news, everyone! The RP2S community compatibility list has been established. The link as been added to the useful links thread pinned in this magazine.

(It will need time to propagate since not many devices are out yet as of this post.)

10
1
11
1

Thanks to the retro gaming community, especially Russ from Retro Games Corp for loads of helpful videos and guides. Love this device, many more games to come.

12
2
submitted 1 year ago by ADHDefy@kbin.social to c/retroid@kbin.social

Title

13
1
submitted 1 year ago* (last edited 1 year ago) by Eggyhead@kbin.social to c/retroid@kbin.social

(Reposted and adapted from a thread I made on Reddit a month ago.)

What is CHD?
.chd is a lossless compression format. It’ll allow you to better preserve things like audio while still saving storage space. There are tools available on Windows that will allow you to compress bin/cue and iso files to chd easily, but not so much on Mac, so here’s my attempt to lend a hand.

Disclaimer: I’m not a coder, I just took the time to hunt down some instructions on various threads and put them together. Feel free to comment if you have a better method. _Better yet, if anyone knows how to somehow turn this into a handy-dandy Siri Shortcut that would be outstanding!!_. Unfortunately if something doesn't work, I probably won't be able to help much.

Anyhoo, here’s how I did it.
——
First I installed Homebrew to my Mac by opening terminal and typing in:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

It prompted me for my admin password. I typed it out and pressed enter, but didn't see anything happen. No worries. It worked anyway.

It then asked me if I wanted to install, I hit enter to approve and waited it out.
When finished, I typed out:
brew install rom-tools

At first it failed because I am a proud owner of an apple silicon Mac, so I dug up this fix, which was mentioned in this stackedoverflow thread.

While still in terminal, type:
cd /opt/homebrew/bin/

enter, then:
export PATH=$PATH:/opt/homebrew/bin

enter, then:
cd ~/

enter, then:
touch .zshrc

enter, then:
echo export PATH=$PATH:/opt/homebrew/bin >> .zshrc

enter.

After that, I was able to finally install rom-tools, which includes CHDMAN: (Same as before…)
brew install rom-tools

At this point I was ready to convert bin/cue files to CHD, and this is how I do it.

In terminal, run this script (which I pulled from an old reddit thread):
#!/bin/bash echo "Will proccess files on directory: $1" cd $1 for i in */*.cue; do chdman createcd -i "$i" -o "${i%.*}.chd"; done echo "All done"

When I ran it for the first time, MacOS asked me for permissions to a bunch of directories. I just said “yeah man, I wanna do it”, and gave it carte blanch. I had a bunch of bin/cue files in my Mac's Downloads folder and this script just found and converted them in all the same directory.
If I want to convert .iso files instead of bin/cue, I just run the same script but use “.iso” instead of “.cue”
——
Platforms I know that can use CHD files on retroid include PS1, PS2, Sega CD, Saturn, and Dreamcast.

Good luck!

Edit: Info for CHD compression commands.

14
1
submitted 1 year ago* (last edited 1 year ago) by Eggyhead@kbin.social to c/retroid@kbin.social

Here are some links to help you get set up with your Retroid device.

Retroid's Website
Delivery Dashboard

Community-driven game compatibility sheets (Google Sheets):

RP3+/Flip
RP2S
RP2+/3

Setup:

Retro Game Corps - RETROID POCKET 2+/3/3+/FLIP STARTER GUIDE

Youtube Guides:
TechDweeb
Mjonir Stone: RP3+ optimization playlist - Includes lots of useful guides on how to set up individual systems for good performance.
RoeTaKa: RP3+ optimization playlist
Feel free to comment if anything else should be added.

Retroid

1 readers
1 users here now

Unofficial home for Retroid device owners & enthusiasts.

founded 1 year ago