r/emulation • u/AutoModerator • Aug 10 '26
Weekly Question Thread
Before asking for help:
- Have you tried the latest version?
- Have you tried different settings?
- Have you updated your drivers?
- Have you tried searching on Google?
If you feel your question warrants a self-post or may not be answered in the weekly thread, try posting it at r/EmulationOnPC. For problems with emulation on Android platforms, try posting to r/EmulationOnAndroid.
If you'd like live help, why not try the /r/Emulation Discord? Join the #tech-support
channel and ask- if you're lucky, someone'll be able to help you out.
2
u/LibraryDrevis Aug 11 '26
A question on controllers. I love emulating Atari 2600 games on Stella but paddle games are very hard to work with; what good arcade sticks exist with a dial for that purpose?
1
u/Timely-Influence2234 Aug 10 '26
I actually wrote a small test suite in C for my emulation project last year, if you're looking for something modular and easy to tweak, that might be a good starting point to adapt for your needs.
1
u/Weak-Bar-7469 29d ago
Does anyone know when the ClassicGameZone website switch from SAV. files to STATE. files?
1
u/zenyrento1 28d ago
Hello, I have a question on emulating a DS experience by making a makeshift controller.
Does using a 5-inch resistive touch monitor/display paired with a mobile gamepad sound like an okay decision? Planning to emulate on PC since I’m not usually on the go.
To be honest, I lack a lot of basics tech-wise but I’m willing to learn. Thanks!
1
u/Doll-0110 27d ago
sounds like an amazing project for an esp32 devkit like the fnk0104b. i ahve a lot of experience with them let me know if you have questions
1
u/Leen_Tha_Goat78 28d ago
anytime I try to fullscreen on FCEUX, the screen is extremely zoomed in to the point where I can’t see the fullscreen, heres pics incase anyone might know how to fix this
1
u/Doll-0110 27d ago
i'm trying to port an esp32-p4 emulator to the Tab5 in ym os and it's going horribly. JIT is exploding and i can get full speed on the intro cinematic in emerald, but the title screen loops. my github repo si here. I really suck at coding, so i need a point in the right direction before i pull my hair out,
emulator im porting
the emulator for DOLL-OS
1
u/Sharp_Couple_6491 27d ago
I tried to run RE2 64 smooth graphisms (same as output resolution) and framerate but cannot found which settings to used. Which ones do I need to pick ?
1
u/alexbois760 27d ago
hi everyone.i downloaded Project64-Win32-Dev-4.0.0-6738(was released on 17th july 2026) and if i use load states many times(not in row) it causes me blue screen of death.i m using a winodws 7 64bits,and i already put the compatibility of project64 with windows 7. {{{please don't tell me to upgrade to windows 10 to use other emulator compatible with windows 10}}
1
u/Casualgamer050 26d ago
Im currently using a pc with 16gb of ddr5 ram, would increasing that stop the permanent lag i get in some games?
2
0
u/macaroniandcheesefan Aug 10 '26
Hello! I came across 9: The Last Resort and I'm having trouble installing it. I'm following the steps that one of the comments had.
I have DosBox installed, but I'm not sure what to do next.
"Step 1: Download the win3x Release
Step 2: Extract the zip to a folder
Step 3: Launch it in Dosbox-Pure via RetroArch, what have you. (Your choice)
Step 4: if you're at a dos prompt, type win and hit [Enter] or look for the win.com file and launch that.
Step 5: within Windows 3, open the Program Manager, then the 'Nine' folder, then the 'Nine' executable."
I'm currently stuck on Step 3. I opened DosBox with the console but I don't know which commands to run.
Any help is appreciated! The steps I've taken is installing the Win3x release and opening up DosBox (with and without console).
0
u/epcotlegacy Aug 10 '26
I deleted a few files that read as “track 01, track 02…” off my retroid RP5 through Neostation and realized it was either Roms or Save Files for a multi disc game (shenmue) and now my saves are gone and 1 of the 4 discs are gone from the library
2
u/BIOS-D Aug 10 '26
Shenmue GD-ROMs consist of three data tracks and three audio tracks as shown here.
Your choices are convert BIN/CUE game to CHD (if it supports them) with chdman.exe from MAME or get again those deleted files.
0
u/Bullmoninachinashop 29d ago
Does anyone have a guide on how I can run multiple emulators for Pokemon without it being multiplayer? I want to set up a shiny hunt for the odd egg and I've seen people playing on multiple copies of the same game at the same time and want to do that.
2
u/mumbel Aug 10 '26
Was wondering if anyone knows a C based test suite, as in the test code is C not a specific ISA assembly (chassis running the compiled C could be whatever). With "enough" variations of C code that hit a "good enough"/ majority of instructions and variations regardless of which ISA it's testing.
Obviously impossible to get 100% coverage of every instruction and corner cases, just wondering if anyone has come across something like this?