
Still amazes me what this little thing can play
What's the most surprising game to you that you've played on this thing?

What's the most surprising game to you that you've played on this thing?
I used the existing steam port of HL2 to add its episodes and now Portal. Runs on Knulli.
I own a few Anbernic consoles; I always remove the stock microSD cards for safety, but I forgot to label them, and now I can't tell which card belongs to which console. Do you have any recommendations other than having to insert the cards into the different consoles?
Hi, I used Rufus to flash a new micro sd card (64gb) with the file from anbernic, however it now limits the size of the card to 1.99gb. I then try to transfer over the roms and saves from the old card and its 27gb short. Any suggestions to remedy this?
So getting the essentials ready. Loaded some puzzle fare for the wife and kids on the 35xxh and on the cube I’ll be continuing my adventure on ff7 which I’m replaying for the millionth time. Having a case always comes in clutch for things like this.
I downloaded the compatibility version from Steam.
Installed the PortMaster port and pasted the files in the gamedata folder.
Even reinstalled mono.
Tried this three times, even watched a YouTube video and did exactly the same thing. It just shows a black screen and goes back into the ports folder.
I am running muOS Funky Jacaranda. Any help will be appreciated. Thanks!
What was your first anbernic.. live love game
A thing that always bugged me, was that PortMaster installed games come with no meta data, even though PortMaster displays info and screenshots in their app.
And most scrapers can’t help, since there’s nothing for them to match against. So I looked at what PortMaster stores on the SD card and I found gold.
Based on it I built a simple scraper which reads that and fills in your gamelist.xml, so the Ports menu looks like the rest of your library.
Setup is simple:. Copy one .sh into roms/ports, launch it once from the Ports menu, done. After that it runs itself whenever you exit PortMaster, so new ports get scraped automatically. It’s dry-run by default, backs up your gamelist, and won’t overwrite anything you already scraped.
It also adds itself as an entry into your ports folder, in case you want to scrape it manually.
I tested it on my RG40XXH with KNULLI Gladiator 2 but should work on any Anbernic running KNULLI/Batocera.
I’d love to hear if it does (or doesn’t) on yours.
If you are interested:
Is there a way to get this game running? If so I'll definitely get one.
Couldn't see this asked already, that may just me being bad at looking, but basically, I'm currently running the stock frimwear v1.1.4 and I'm getting ready to update.
Seeing as I'm looking to update anyway, I'm weighing up the options for other OSs. The only one so far I know I don't want is the minimalist one, but I have a few questions about the new ones.
Stock v1.2.4. Main questions:
What's the highest power games people have gotten running comfortably, is it still N64/PS1/DC?
Can you run 3DS games on it, or is that a hardware limitation?
What's it like for ports/portmaster, would love to get something like morrowind running.
(possibly stupid question) do I need a new SD card or to reformat the one I've got if it's alresdy 32fat, or can I just clear it and dump the new files on? I already have two backups in seperate locations, one in an ready to run SD and one on my pc. It's just every install video in finding is saying to use a new one or to format the other.
Other OS questions:
Which software allows me to play the highest demand games? (unless of course this is more of a hardwear issue) (some id like to run, but think may be hardwear restrictions but don't know enough myself are things like 3DS, N-Gage/2.0
Which ones have all of the base functions (WiFi, Bluetooth, HDMI output, etc) because I've heard they don't all have those features
Which is the easiest to set up?
Hey guys, so as you can see, my buttons may have had a bit of wear, any suggestions on replacements?
Got this RG35XXH in excellent condition and the price was too good to pass up. I just discovered about handheld tate mode so now I am using this for vertical games and shmups on Knulli Scarab. Also using it for portmaster games that require dual analog sticks. Overall very happy with this device.
COD Black Ops Zombies Online Multiplayer (Crossplay PS Vita) Device in the picture; RG35XX-H
Not directly for the Vita, but an addition to the ports scene.
Local Wi-Fi works without a server. To use Play Online (crossplay with vita), edit config.txt in the port directory:
```
multiplayer_server=boz-online.xubi.org
multiplayer_proxy=0
voice_chat=0
player_name=JeKaleVader
```
Voice chat defaults to off. Set voice_chat=1 to enable it. The devices I use during development do not expose ALSA capture device, so voice input on those systems requires a supported USB microphone or audio adapter. If you got a fancy linux-arm handheld, this should work out of the box.
Cross-play with the PS Vita port also works with the `multiplayer_server` changed to the one made and hosted by devnoname120
My attempt to reimplement the server results in something that works, but honestly the one made by u/devnoname120 who brought you guys the PSVita port of this game works much better (and has more active players atm).
Patreon - Not directly for this project, but it has been difficult keeping EmuReady (and the GameHub Lite servers) running with the insane amount of traffic and many apps/frontends/projects/emulators that use our API. Last 4 months have all been above €400 (or 460 “freedom units”). I usually don’t “advertise” the Patreon page and not many people join because you can find all my work online for free, but it’s very much appreciated if you have the means to.
If you go to the original post https://www.reddit.com/r/R36S/s/pINwyPlyrT then do their instructions, with the right donor files, it will fail to load but will install properly. Open up the deadspace.sh file and after the line:
for candidate in \
ADD:
"/usr/lib32/libmali.so \
/usr/lib32/libEGL.so \"
Then before the line:
$TASKSET "$GAMEDIR/deadspace" "GAMEDIR"
ADD:
"export SDL_VIDEODRIVER="mali"
export SDL_VIDEO_EGL_DRIVER="/usr/lib32/libEGL.so"
export SDL_VIDEO_GL_DRIVER="/usr/lib32/libGLESv2.so"
export LIBGL_ES=1"
Run the game again and it should launch! Great stuff!
If you go to the original post https://www.reddit.com/r/R36S/s/AEdJtlfxFn then do their instructions, with the right donor files, it will fail to load but will install properly. Open up the Mass Effect Infiltrator.sh file and before the line:
$TASKSET "$GAMEDIR/masseffect" "GAMEDIR"
ADD:
"export SDL_VIDEODRIVER="mali"
export SDL_VIDEO_EGL_DRIVER="/usr/lib32/libEGL.so"
export SDL_VIDEO_GL_DRIVER="/usr/lib32/libGLESv2.so"
export LIBGL_ES=1"
I suck at it so far but it runs great!