From 499d5c56a77ab12475c9bf48cce88fdbb07ec5eb Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 12 Mar 2025 09:02:43 -0500 Subject: [PATCH] Update virtualdisplay.py remove a rogue comment --- examples/virtualdisplay.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/virtualdisplay.py b/examples/virtualdisplay.py index 1fea2ae..5e16438 100644 --- a/examples/virtualdisplay.py +++ b/examples/virtualdisplay.py @@ -20,9 +20,6 @@ Here's an example for running an emulator using a rom stored in "/tmp/snesrom.sm $ python virtualdisplay.py --pinout AdafruitMatrixHatBGR --scale 2 --backend xvfb --width 128 --height 128 --serpentine --num-address-lines 5 --num-planes 4 -- mednafen -snes.xscalefs 1 -snes.yscalefs 1 -snes.xres 128 -video.fs 1 -video.driver softfb /tmp/snesrom.smc """ -# To run a nice emulator: - - import shlex from subprocess import Popen