Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. bmjob
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by bmjob

    • RE: PiSNES fullscreen since last update 6.1.1-Dragonblaze

      Hi @loak

      true, i didn't think about the updates...
      i will try your method as it looks to be more clean

      thanks

      posted in Emulator Arcade/PC/Console
      bmjob
      bmjob
    • RE: PiSNES fullscreen since last update 6.1.1-Dragonblaze

      Hi @acris

      i created a file snes9x.cfg inside /recalbox/share_init/system/configs/pisnes/ like this:

      [Graphics]
      MaintainAspectRatio=1

      [Joystick]
      A_1=0
      B_1=1
      L_1=4
      R_1=5
      SELECT_1=6
      START_1=7
      X_1=2
      Y_1=3

      [Path]
      RomFolder=/recalbox/share/roms/snes
      SaveStateFolder=/recalbox/share/saves/snes

      but it's still not working, snes emulator stays full screen 16/9

      Instead, i looked for what was forcing MaintainAspectRatio to 0 inside /recalbox/share/system/configs/pisnes/snes9x.cfg
      and i found this script /usr/lib/python2.7/site-packages/configgen/generators/pisnes/pisnesGenerator.py containing:

          # Full screen settings
          key = "integerscale"
          intScale = key in system.config and system.config[key] in ('1', 'true')
          config.setOption(self.SECTION_GFX, "MaintainAspectRatio", '1' if intScale else '0')
      

      i changed the last line to this: config.setOption(self.SECTION_GFX, "MaintainAspectRatio", '1')
      so it forces MaintainAspectRatio=1 in the /recalbox/share/system/configs/pisnes/snes9x.cfg config file

      it works perfectly, snes emulator is now at 4/3 format

      i hope this will help

      posted in Emulator Arcade/PC/Console
      bmjob
      bmjob
    • RE: PiSNES fullscreen since last update 6.1.1-Dragonblaze

      @acris do you mean: /recalbox/share_init/system/configs/pisnes/snes9x.cfg ?

      posted in Emulator Arcade/PC/Console
      bmjob
      bmjob
    • RE: PiSNES fullscreen since last update 6.1.1-Dragonblaze

      Hello @acris

      i modified "MaintainAspectRatio" inside /recalbox/share/system/configs/pisnes/snes9x.cfg like this:

      [Graphics]
      MaintainAspectRatio=1
      (it was =0 at the beginning)

      but when i run the snes emulator, MaintainAspectRatio is restored to MaintainAspectRatio=0, and emulation stays full screen at 16/9 format

      i also tried to delete the line MaintainAspectRatio=X
      and it is also restored to MaintainAspectRatio=0 just after snes emulator is started

      PS: i use recalbox on Raspberry pi 1 B, on TV through it's HDMI port, it works well thanks to the overclocking

      posted in Emulator Arcade/PC/Console
      bmjob
      bmjob
    • PiSNES fullscreen since last update 6.1.1-Dragonblaze

      Hi,
      i recently updated Recalbox to last version (6.1.1), and SNES emulator is now running full screen on my TV so it is deformed to 16/9 format.
      Is there a way to have a classic 4/3 native format on PiSNES like before ?

      i added snes.ratio=4/3 to recalbox.conf, but it's not working

      any ideas ?

      posted in Emulator Arcade/PC/Console
      bmjob
      bmjob