I’m trying to let someone play an emulator on another monitor while I use my computer normally on the main monitor.
I need to set up an emulator for SNES that will continue the emulation and accept joypad input even when the window doesn’t have focus. Numerous emulators for other systems allow me to do this, but at least trying zsnes and snes9x I can’t do this. I found a modified version of snes9x that sort of works, but the sound is a little iffy in game and when the game loses focus sound stops entirely. zsnes will run by default when it loses focus, but I can’t move it to the other monitor, and taking focus away means it won’t accept input.
Answer
I pulled out my old monitor to test the very small list of SNES emulators.
-
zSNES uses DirectX calls that ignore Windows’ own monitor logic, which requires that zSNES handles multiple monitors itself (which it doesn’t). Without a rework of its rendering code (which has been promised and undelivered since 2006, at least), zSNES is out of the running.
-
SNES9x though handles multiple monitors fine, and under the
Emulation
menu it hasPause When Inactive
on by default. Turning that off makes it continue emulation when it doesn’t have focus just fine, at least in the version I’m testing (v1.53 W64) on my hardware. (It’s possible that it has sound issues that are hardware dependent.) However, I appear to be suffering an odd bug where SNES9x will recognise my gamepad when I’m configuring the controls, but ignores them during emulation, so I can’t directly confirm that input works when it doesn’t have focus. In theory it should. -
higan is a bit idiosyncratic in a few ways – you have to “import” the cart if it isn’t a
.sfc
format ROM, and it offers a very granular degree of control over video and audio sync that doesn’t give an optimal out-of-box experience (there is an AV timing wizard to mess with) – but my testing confirms that its configuration options for background emulation and background input work just dandy with my gamepad and my second monitor. It won’t run in fullscreen on the second monitor – attempting that fullscreens it to the main monitor. You’ll also need to make sure that the controller config not only uses the gamepad, but that you also remove all the keyboard bindings as well, since otherwise higan will respond to your typing while your friend tries to play.
I haven’t tested OpenEmu or NO$SNS yet, but if higan or Snes9x v1.53 doesn’t do it for you, I can track those down too.
Attribution
Source : Link , Question Author : ssb , Answer Author : SevenSidedDie