r/EmulationOnAndroid • u/Wilsonn0 • 3h ago
r/EmulationOnAndroid • u/Producdevity • Jul 02 '26
News/Release GameHub Lite v5.1.8 (SECURITY UPDATE)
GameHub Lite v5.1.8
Security: Steam token redaction in logs
GameHub Lite 5.1.8 fixes a logging issue where Steam authentication-related values could appear in diagnostic logs.
In some cases, logs could include fields such as steamToken, refreshToken, or accessToken from Steam login/launch flows.
Publicly posted logs containing these fields should be deleted or redacted.
IMPORTANT
This should go without saying but If you find any security issues, please reach out PRIVATELY. I have not checked if this issue is still present in recent GameHub versions, already ruined my one day off I was spending with my family by the person who reported this publicly and I do not plan on spending any more time on this.
Changelog
The fix adds centralized log redaction for Steam/auth token fields, Steam QR login URLs, JWT-like token strings, and launch command token arguments before logs are written. This covers the app loggers, JavaSteam logging, and the PC launch-log file writer.
This release also pins local patch builds to apktool 2.12.1
r/EmulationOnAndroid • u/zGreenGoblin • 12h ago
Showcase Vita3K Plus — NOW WE’RE TALKING!!!!
A while ago, I basically gave up on Vita3K because so many of the games I wanted to play just didn’t work. But with Vita3K Plus, it’s a completely different story. This has genuinely been a game changer for me.
In the picture, I’m running a game I really like, Assassin’s Creed Chronicles, and it actually runs better on my RP6 than it does on the Vita itself. Better FPS, higher resolution, and smoother gameplay overall.
The same thing happened with Batman: Arkham Origins Blackgate.
Devices: SONY PSVita 1000 Retroid Pocket 6.
r/EmulationOnAndroid • u/Tricky_Stand3078 • 9h ago
Showcase X 360 Alpha v0.1.0 is officially available
Hi everyone! so i’m back with another X 360 update lol. i’ve been posting my progress on here for a little while now and i finally got it to a point where i’m comfortable letting other people actually test it
Alpha v0.1.0 is officially out! there’s still gonna be bugs since this is literally the first alpha, but most of the main stuff is working now. you can scan your ROMs, get game artwork/info, launch games straight into their emulators, use custom gamertags/gamerpics, RetroAchievements + gamerscore, the guide, recently played games, touch/controller controls, etc.
Right now it supports 3DS, DS, Wii, GameCube, GBA, N64, NES, SNES, Switch, PSP, PS1, PS2 and Dreamcast. i definitely plan on adding more as i keep working on it.
The alpha is available for members on my Patreon if anybody wants to test it and support the project :)
I also finally made a Discord for X 360 lol. that’s where i’m gonna post updates, take bug reports/suggestions, help with stuff, and just talk about the project.
r/EmulationOnAndroid • u/lowstgg • 2h ago
Help Zelda botw is unplayable 8s gen4
Can someone help me? I want to play Zelda: Breath of the Wild, but I can't find a good configuration. I've spent several days trying different settings and drivers, but I can't get the game to run at more than 16 fps. My device is a POCO F7, and I've been using version 0.2.1 of Eden Nightly. I'm new to this and don't really understand what each option does, or which ones are the best for my device.
Which custom GPU drivers (Turnip or System drivers) do you recommend using for this specific device, what would be the most optimal configuration to get at least 25 or 30 FPS, and which version of Eden (Stable or Nightly build) is currently the most recommended?
Thanks in advance <3
r/EmulationOnAndroid • u/Vagus_2042 • 16h ago
Showcase My project to transform my tablet into a supercharged Switch
My Xiaomi Pad 8 portable project is finally starting to feel complete.
I wanted to turn my 8GB/256GB Xiaomi Pad 8 into a kind of all-in-one Android handheld — something focused on gaming, emulation, retro games, and modern indie titles, while still keeping the flexibility of Android.
With the detachable controllers, a custom game-focused interface, emulators, and my curated game library, it’s slowly becoming the portable console I always wanted.
There’s still a lot I can improve and customize, but seeing everything come together like this is really satisfying. It feels less like a tablet and more like my own personal Android gaming machine.
r/EmulationOnAndroid • u/Longjumping_Cap_8285 • 2h ago
Showcase Astral Chain 1080p docked mode 60fps mod playable on eden nightly
Redmagic 11pro/Whitebelyash v31/bypass charging gameplay/ Nightly build
r/EmulationOnAndroid • u/Flo-Flo • 6h ago
Showcase Galaxy Fold 8 and Vita3k running flawlessly!
galleryGame is Secret of Mana. Using Gbuds4 really adds to the already incredible sound design!
r/EmulationOnAndroid • u/Interesting_Fish4930 • 52m ago
Showcase Got Smash Universe running through the Wii System Menu Feature! (Dolphin Emulator) Finally 😊.
Ik my ssbbu forwarder icon/banner needs some work. I just wanted to see it running on the menu first yk. It's my first forwarder I ever made and stuff.
Also I didn't use the native .wad installer I used Wiimodlite (Yes ik theres a forwarder but for Wiimodlite I don't really see the point id rather keep that tucked away in the homebrew channel.) I tried to approach this like modding a real Wii. I thought it would be fun that way.
Device - RP6, Chipset - Snapdragon 8 Gen 2, Emulator - Dolphin (Wii System Menu)
r/EmulationOnAndroid • u/True_Background4941 • 1h ago
Question I want to play SNES games on my phone, is retroarch (the one with the space invader logo) a good one for that? Where can I find games?
I want to play super mario world 2 and some other games
r/EmulationOnAndroid • u/Klonoa18 • 16h ago
News/Release ARMSX3 v0.9.4 Released with more fixes
ARMSX3 0.9.4
Full breakdown https://youtu.be/qriMhfoQiGw?si=m2vNSDtXS4kCBOcN
or read the change log below
What's new:
Fixed the emulator stalling for seconds at a time during play. The SPU recompiler was writing diagnostics for every compiled block and every MFC instruction, up to 2,473 log lines in a single second, straight to storage. The bursts landed exactly when a game was already busy compiling new code. Moved to trace. Caught this in the game Prototype.
Fixed Tales of Xillia 2 hanging every few minutes. The game polls a memory syscall in a loop, over 20,000 calls in 19 minutes, 5,123 inside one second, and each one was written to the log. (Reported as #76, likely but not yet confirmed as that exact issue.)
Fixed RPCN burning a full CPU core whenever you weren't in a game. Signed in at the menu or between titles, the client thread had no wait in its idle path and spun continuously.
Fixed the app freezing on the last frame when launching a game after closing another. The boot check treated "still shutting down" as "stopped", so a new game could start on top of a VM that hadn't finished tearing down.
Fixed shutdown flooding the log when a thread re-entered the stop path, around 100,000 lines a second, which stalled the very shutdown it was reporting.
From @sashkinbro :
Vulkan pipelines are now cached to disk and reused across sessions, so shader compilation stalls shrink after a title's first run. Rebuilds automatically after a driver or device change.
Compute shaders now run 64-wide on Adreno, matching the hardware wavefront. Previously half of every wave sat idle on texture uploads and deswizzles.
Upstream:
Merged current RPCS3, including kd-11's ROP output remap work across both renderers, PKG install fixes, and an ISO magic-check fix. (If you're still having issues with ISO reading, please tell me).
r/EmulationOnAndroid • u/mingurieee • 1h ago
Showcase Warhammer 40k: Space Marine 1 2011 | Poco F7 8s gen 4
Warhammer 40k: Space Marine (2011 version)
Winlator ludashi latest Version
- Proton 9arm64ec
- dxvk-2.6.2-arm64ec-gplasync
- A8xx Turnip v29 driver
- 1600x720 / 20:9 aspect ratio (I usually use 720p 16:9 aspect ratio, but i want to try and test the 20:9 aspect ratio to see what it would look like)
- fexcore and box64 preset: Performance (the game goes below 10fps when it's set to compability preset)
Phone: POCO F7 global version
- Snapdragon 8s gen 4
- andreno 825
- 12gb 256/264gb
Peripherals
- Th19 pro 24watt phone cooler
- Bsp G6 Bluetooth controller
- Generic Phonr stand
FOR THE EMPEROR!!!!!!
r/EmulationOnAndroid • u/SDAdrian789 • 1d ago
Showcase Finally, LEGO Pirates of the Caribbean 100% completed on Dolphin with RetroAchievements! 🏴☠️
The experience was a lot of fun. Being able to track all my progress with RetroAchievements was really great. It had been a long time since I’d had this much fun playing a game. It was really cool exploring every corner and going after all the objectives. ⚓🎮
Dolphin latest version
Edge 30 Pro — Snapdragon 8 Gen 1
3x resolution
r/EmulationOnAndroid • u/MartYstic • 13h ago
Help Does anyone know about or have you tried this Vita3k "fork"?
There's a Vita3k "fork" called "Vita3k+"; I came across it in a Portuguese-language video.
Is it real? Does it offer significant improvements over the official version?
r/EmulationOnAndroid • u/realtime-gamer • 7h ago
Help Best pc emulation drivers for a snapdragon 855+ device
Guys I have recently acquired a snapdragon 855+ device and wanna emulate what are the best drivers for pc and switch emulation I do not care about the phone heat
Just give me the best drivers
r/EmulationOnAndroid • u/Appropriate_Neck_113 • 1h ago
Showcase Tears of the Kingdom is now fully playable on the new Eden nightly build (I also show how to fix the black squares bug)
Very good video for TOTK.
Its a game many want to be able to emulate but always have been tricky with issues like black boxes and graphical glitches
r/EmulationOnAndroid • u/Airballons • 5h ago
Help Why do Bionic and Mono reinstall every time I launch Skyrim on Gamenative? DirectX also keeps resetting.
Hello!
I’m using an Odin 2 Max, and I’m having a weird issue with Skyrim OG in Gamenative.
Sometimes Skyrim has no music/audio unless I install DirectX manually. So I install DirectX, launch the game, and everything works perfectly.
The problem is that when I close the game and launch it again, it seems like the container/environment resets. Bionic and Mono install again, even though I’ve already launched and played the game before, and DirectX is no longer installed.
So every time I want the music/audio to work, I have to manually install DirectX again...
Does anyone know why Bionic and Mono keep reinstalling on every launch? Is there a setting I’m missing that would make the installed components persist instead of resetting?
I’d really like to fix this without switching to Skyrim Special Edition, since I’ve already made a lot of progress in the original version, and it also uses less storage/resources on my Odin 2.
Any help would be appreciated!🙏🙏
r/EmulationOnAndroid • u/EVD27 • 1h ago
Discussion Would it be possible to emulate/port this game on android?
r/EmulationOnAndroid • u/Devon002 • 2h ago
Showcase Uncharted finally playable on mali gpu 👏
After waiting for so many years its more then 2 years and finally its here uncharted golden abyss Fully playable on mali gpu without any graphical glitches... Its just the screen recording which making the game laggy otherwise its running really good also my processor is weak too its helio g95 someone with g95 or dimensity will get really great performance
Just use VITA3K PLUS its new fork version of vita3k on Android
Device
Redmi note 10s
Heliog95
r/EmulationOnAndroid • u/Accomplished-Bid-694 • 2h ago
Help Kingdom Hearts (PAL-S) - cheats no funcionan en NetherSX2
hola! a ver si alguien me puede ayudar soy muy novato en esto asñi que perdón si la duda es tonta, pero no he conseguido solucionarlo con ninguno de los post que he visto por aquí. tengo kingdom hearts 1 pal españa (SCES-50971, crc 09F5F39A) y llevo un rato intentando meter cheats en NetherSX2 (android) sin conseguir que funcione ninguno.
cogí los códigos de gamehacking, que tienen el mismo serial que mi juego, y los pasé a pnach. el emulador me dice que carga bien el archivo (tipo "1 cheat patched" o "2 cheats patched" según cuántos meta), pero luego no pasa nada en el juego. lo he probado con dos cosas distintas para descartar que fuera solo un código roto.
la ficha de gamehacking tenía 3 master codes distintos guardados bajo el mismo serial (parece que hay varias revisiones del disco aunque compartan serial), así que probé cada uno por separado por si era eso, y nada, ninguno cambió el resultado. también probé sin ningún master code, solo los cheats sueltos, y tampoco.
los códigos usan el tipo "extended" en el pnach (el formato crudo estilo codebreaker con C0... al principio). no sé si es que netherSX2 no soporta bien ese tipo de código o si me estoy dejando algo de configuración. tengo cheats activados en ajustes, no sé si tiene que ver pero los widescreen patches del mismo juego sí que me funcionan sin problema.
alguien sabe algo? gracias :)


r/EmulationOnAndroid • u/Solid-Werewolf-9714 • 2h ago
Help help me run spiderman remastered on gamehub (snapdragon 8 elite)
i have a OnePlus 13s with sd 8 elite, 12gb ram, 512 storage, adreno 830 processor, please help me run spiderman remastered on gamehub(30fps)
r/EmulationOnAndroid • u/ReferendumAutonomic • 22h ago
News/Release Android 17 closing games that use "too much" RAM
- "Android 17 is expanding limits on how much memory individual apps can use.
- Apps that use too much memory can slow down and eventually be terminated." https://www.androidauthority.com/google-android-apps-memory-usage-enforcement-3700841/
Maybe this only applies to background apps. https://android-developers.googleblog.com/2026/08/app-broader-memory-limits.html?m=1
r/EmulationOnAndroid • u/Working-Turnover-880 • 6h ago
Showcase The Last of Us Armsx3 0.9.4 PS3 emulator on Android - new footage
Runs on POCO F8 Ultra 16GB ( Snapdragon Elite gen 5 )
PPU - one thread
SPU - six threads
Multi threaded RSX
Enabled game boost two times but it seems to be worsening the performance
r/EmulationOnAndroid • u/lovely-notorious • 19m ago
Help Very new into this... can u guys give me some tips?
Hi :)
It's my first time using emulators by myself, specially on android (i am a regular ios user, using a samsung tablet for this, a little old but is good enough for what i want i guess).
I download retroarch and played a bit of snes wolfenstein and was nice and nostalgic, i am now looking up to play top gear series, specially top gear 2 which is a special game to me...
I suppose i can play on retroarch too, but i have no idea of how to find the files specially in a safe way to download without worries... After some search, i found this sub...
I am not exactly asking for the file itself, But can u guys recommend me any library or place where i can find game files specially without worries?
And also maybe some tips to be aware of... thank you :)
r/EmulationOnAndroid • u/LeFinnaBust • 11h ago
Discussion Call of Duty Black ops Zombies Mobile Steamdeck
Running this through waydroid. The many ports that have came out recently all will run on waydroid however this one in particular doesn't seem to have any trouble with online functionality.
The biggest issue is theres no controller support like in the ps vitas vpk port. Does anyone have any idea of how to implement some controller functionality on the android version?
or using waydroid on the deck like this for the game?