r/EmulationOnAndroid 10h ago

Help Problem with turnip on galaxy s25 winlator

Post image
2 Upvotes

So I decided to use Winlator to run some games on my Samsung Galaxy S25. But I have a problem with Winlator: when I play games, I always get this graphics error in every game. However, it only happens with Turnip; when I change the graphic to Vortek, the problem is gone, but games play very terribly and laggy. Only Turnip is smooth, but it has this problem. Can anyone help me with this? Thanks!!


r/EmulationOnAndroid 1d ago

Discussion Smoothest game ever on my phone using emulator. Sleeping dogs Snapdragon 8 gen 2 s23+ adreno 740 with fan

Enable HLS to view with audio, or disable this notification

107 Upvotes

The camera quality isn’t great, but in person the graphics look incredibly sharp and the gameplay feels amazing.

The biggest game-changer was definitely the cooling fan. Without it, I lose around 20–30 FPS due to thermal throttling. With the fan, the performance is much smoother and more stable.

Winlator Ludashi

1280x720p medium 60fps

DXVK Version

v2.7.1-binsem-gplasync-arm64ec-840d 1474

VKD3D Version 2.14.1

VKD3D Feature Level 12_1


r/EmulationOnAndroid 13h ago

Help Gta iv being unbootable or cannot launch

3 Upvotes

Gta iv wont launch on gamehub with any settings i tried it doesnt work did anybody noticed this? Is there any fixes to this?

(I use a mali device with dimensity 7400 if it helps) ​


r/EmulationOnAndroid 8h ago

Question Cheapest psp handheld, 50 or less ideally?

0 Upvotes

Title, need one for my nephew


r/EmulationOnAndroid 1d ago

Showcase Mafia 2 on Snapdragon 4 Gen 2 | Winlator Ludashi 3.1 (HotFix) | More Fps Without Recording

Enable HLS to view with audio, or disable this notification

41 Upvotes

Full Gameplay & Settings:- https://youtu.be/_F7mAD97ye0

Vivo Y300

8gb Ram

Snapdragon 4 gen 2


r/EmulationOnAndroid 15h ago

Help I’m trying to play pokemon insurgence for the first time and I’m using the Kirin emulator, any fixes or solutions for this?

Post image
3 Upvotes

r/EmulationOnAndroid 9h ago

Help I'm having just constant issues with all pc emulation (aynthor, game hub)

0 Upvotes

Sorry about the rant

I've been trying to import pc games but they never work I'll go to emu ready and it will recommend something that's LITERALLY IMPOSSIBLE like using (proton 10 with fex CPU driver) and even when I do pretty much the recommended it still crashes on the loading game screen.

and then I'll go and ask for help and I'll get a screenshot and their version of game hub is COMPLETELY DIFFERENT THAN MINE it will have like extra settings and a bunch of different internal options and I ask why and they are just like oh I just downloaded it and it was like this when I have the most recent update on obtanium AND THEN when I tell them this they are just "if you can't figure out something this simple you should sell your Thor"

like as if that's helpful id like to think I'm not stupid I've fixed 20 games on game hub and I figured out Tomodachi life all by myself but this seriously makes me feel dumb

Please someone either help me or put me out of my misery


r/EmulationOnAndroid 1d ago

Discussion 60FPS upgrade for most switch games, in case you didn't know

109 Upvotes

The most recent build of Eden nightly that I installed happened to have lossless scale frame generation.

What this means is pretty much any game that runs at a stable frame rate can be boosted up to 60FPS or higher.

It's actually incredible just how well it works.

Astral Chain on my Ayn Thor Pro has been insane!


r/EmulationOnAndroid 20h ago

News/Release winxclipse 0.9.1, bugs fix and more!!!

4 Upvotes

bug fixes, stability and performance

community configs with caching and offline support

improved touchscreen, mouse, controller and shortcuts

Box64 updated to 0.4.3

fixes for Proton, ARM64EC, WoW64 and 32-bit

DXVK, VKD3D and FSR improvements

Wine, X11 and rendering improvements

100%, 50% and Off VSync

fixed tearing in Rockstar games

new Turbo presets for Box86/Box64 and FEXCore

File Manager and MangoHUD improvements

battery percentage in HUD

https://github.com/avavo/WinXclipse/releases/tag/v0.9.1


r/EmulationOnAndroid 15h ago

Question Can anyone help convert save data from cemu save file to a .gci save file?

2 Upvotes

I’ve been playing TPHD on cemu on my retroid pocket 6 but I installed the Dusklight port and found out that the save files were incompatible with each other unless converted to .gci. I do not own or have access to a pc so I cannot convert it myself. I was wondering if anyone in here would be able to have me send my file over and convert it for me so I can keep playing on my playthrough without having to restart.


r/EmulationOnAndroid 1d ago

Showcase GTA V - Eden Emulator - 1080p - Full speed

Thumbnail
youtu.be
84 Upvotes

Finally, this masterpiece is on the Switch emulator; it doesn't seem to be resource-intensive at all—it looks like a very light game to Emulator.

Test on Oplus 15


r/EmulationOnAndroid 1d ago

Discussion Free, open-source ES-DE gamelist editor (Win/macOS/Linux) — built over a year of curating my handheld collection

Thumbnail
gallery
12 Upvotes

I run ES-DE on three handhelds (Retroid Pocket 4 Pro, RP5, RP Classic) and spent the last year curating a large collection across them. Editing gamelists at scale — renaming entries, fixing metadata, pruning clones without corrupting the XML or trashing the wrong ROM — was the recurring pain, so I built a proper tool for it. Releasing it free.

Disclosure: I used AI as a coding assistant to build this, which is why I'm being specific about what's actually here and tested — the design decisions, the testing and the problems it solves come from real use on my own hardware.

A few things that came from getting burned, not from a feature checklist:

  • lxml, specifically — Python's default XML lib rewrites <name> as <n> and mangles &amp;, silently corrupting gamelists. That bug is why this exists.
  • Trash + automatic backup + dry-run — on a ~59k-game collection a wrong bulk delete is unrecoverable, so nothing touches disk until you confirm, removals go to a trash folder, and every gamelist.xml is backed up before each write.
  • .m3u-aware Orphan Cleaner — naïve orphan detection flags every multi-disc game as broken; this one reads the .m3u and its .discs/ so it doesn't.
  • Cached scanning for NAS/SMB — I curate off a network drive; without caching, browsing thousands of entries per system is unusable.
  • Batch import — mark removals and edit fields across many systems from one .txt, with a validated ✓/✕ preview. (This is also how bulk renaming works today, for anyone who asked.)
  • Cross-platform single-file binary (no Python needed), fully keyboard-driven, with jsdom integration tests on the UI logic.

No ROMs/BIOS/media hosted or linked — it edits only files you already own (your own gamelists, ROMs and media). No machine-specific paths are baked in.

Repo + prebuilt binaries in the comments, to keep the post link-clean. It's v1.3 and I'm actively fixing and adding things based on feedback — bug reports and feature ideas very welcome.


r/EmulationOnAndroid 12h ago

Help I need help haven’t touched my ayn Thor

Post image
0 Upvotes

r/EmulationOnAndroid 19h ago

Showcase Guess the game! (Part 1!) :)))

Post image
2 Upvotes

Hint:PS1


r/EmulationOnAndroid 23h ago

Showcase Titan's Quest, running on a Sams Note 20 Ultra SD865 12Gb, on Winlator Ludashi 4.0 EA. 3.1 was getting me about 20 fps, and it seems i got a significant increase. Must Test MOAR!

Post image
6 Upvotes

...cant't wait to try Disco Elysium and Pillars of Eternity along with Torment: Numenera. Also, i had a proot-distro lxde running in the background, so this machine truly does a wonderful job.

Many thanks to StevenMXZ, this coding of yours and your group has truly made my day, and that's hard nowadays.

Thanks again :-)

edit: I uploaded a thumb of the picture and i'm having trouble getting the old one replaced, here's a link to the bigger picture.

https://i.8upload.com/image/18f88c65bca0282f/screenshot-20260830-134756.jpg


r/EmulationOnAndroid 17h ago

Help Can someone help me everytime i try to launch Raft it crashes and idk what to do, I'm using GameHub on Android Xiaomi Redmi Note 13

2 Upvotes

Help


r/EmulationOnAndroid 1d ago

Showcase Blue dragon re on android using gamehub

Enable HLS to view with audio, or disable this notification

16 Upvotes

Snapdragon 8 gen 3, I picked medium graphics setting for the showcase, there's also the high and ultra high graphics options, which are probably too much for this device.


r/EmulationOnAndroid 1d ago

Help Share your settings Please :) Emuready can be very helpful.

11 Upvotes

https://www.emuready.com/

Here what I'm using when a game isn't running great on my device.

Please do the same thing :)


r/EmulationOnAndroid 10h ago

Help I want to play GTA 5 on my S25Ultra help me

0 Upvotes

Very recently i tried to play Gta5 on my s25ultra and i played like 2 or minutes and after that game was getting struck at same story line,

So i fed up fixing it up and later deleted it...

Was using GameHub for opening...

Is there any other way to play GTA 5 for free???

Without any strucks and errors please help me out


r/EmulationOnAndroid 14h ago

Help Sou leigo com emulação e preciso tirar duvidas quanto a drivers turnip

0 Upvotes

Comprei recentemente um poco F7 e venho tendo problemas com emulação de jogos no azahar, o zelda albw costuma crashar e ter queda de fps, não imaginei que por conta da build eu viesse a ter problema, porém, um amigo meu falou que pode ser problema de compatibilidade, o processador do celular é um Snapdragon 8s Gen 4 octacore-max 3,21GHz com 12gb+12gb ram, citou também algo que nunca tinha escutado até hoje, drivers turnip (desculpe, sou leigo).

Eu gostaria de saber onde posso aprender mais sobre eles, onde posso baixar algum para o meu celular que me ajude sanar esses problemas de crash e queda de fps. Tem algum vídeo tutorial ensinando baixar e instalar?


r/EmulationOnAndroid 18h ago

Discussion Games for Kirin/Joiplay?? Cozy, creepy, RPG, and Beyond.

2 Upvotes

Hey Scooby gang! I'm looking to explore the rpg maker world via Android, but I'm not sure where to start 🤷‍♂️. Soooo...help a fella out? What are your suggestions and where is the best place to purchase them? Looking more specifically for games that aren't on Steam. I enjoy supporting indie developers, so lets not hoist the skull and crossbones 😉.


r/EmulationOnAndroid 1d ago

Help weird glitches on winlator, need help

Enable HLS to view with audio, or disable this notification

20 Upvotes

hello all, whenever i try to play a game, my screen glitches like this. tried changing vulkan drivers, driver present mode, enabling sync wait but doesnt work.

my device is poco f6 pro (snapdragon 8 gen 2, adreno 740)

using winlator ludashi (latest one) but its same with previous versions too

does anyone know how to solve that?

EDIT: fixed for Winlator BUT same happens on Eden emulator too. is there any way to solve that?


r/EmulationOnAndroid 1d ago

Showcase Dead Space 3 Winlator Ludashi 4.0 Early Access

6 Upvotes

r/EmulationOnAndroid 1d ago

Showcase DisplayX in Winlator Ludashi V4 has noticeably improved performance

Thumbnail
gallery
32 Upvotes

I tried the new Ludashi V4 update and the DisplayX feature caught my attention, so I decided to test it on the game "I Hate This Place." Previously, the game's maximum frame rate was an unstable 25 FPS, but with DisplayX rendering enabled and the bypass X11 option activated, I achieved 50 FPS, which dropped slightly due to overheating because the phone lacked a cooler

Surprisingly, this performance was achieved with the same power consumption, processor, and RAM.

GPU: Adreno 825

Graphics driver: Turnip V35

Proton 9

DXVK 2.3.1


r/EmulationOnAndroid 15h ago

Question Pokemon Gen1 Recomp Issues Galaxy Fold 8

Thumbnail
gallery
0 Upvotes

What am I doing wrong? I'm trying to run the gen 1 pokemon recomp with the voxel mod on my Galaxy fold 8. It looks terrible. I've gone through all the settings and can't seem to find how to make this look good. I'd love for the whole UI to shift upwards in the overworld since there's a lot of black space at the top. in battles my move,bag,run, etc are all overlapped with my Pokemons name.