Author Topic: Rotated Snes9x  (Read 2002 times)

rmrfchik

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
Rotated Snes9x
« on: June 28, 2005, 07:20:18 am »
I have installed snes9x from feed. When I'm trying to start it with some roms (via self-created sh script:
#!/bin/sh
snes9x -xs 320 -ys 240 ~/lost_vikings2.smc

I got rotated on 180 degrees screen.
--
pdaXrom, SL-C860, Chronos (Billionton) BT/CF, SE Z600, SD 1Gb, Debian, brain damaged.

ninjafoo

  • Newbie
  • *
  • Posts: 36
    • View Profile
Rotated Snes9x
« Reply #1 on: July 09, 2005, 02:51:03 pm »
Code: [Select]
#!/bin/sh
export SQL_QT_INVERT_ROTATION=1
/home/QtPalmtop/bin/snes9x -xs 32- -ys 240 /path/to/rom.smc