Recalbox Forum

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

    Topics created by Luciano Silva

    • Luciano Silva

      Pifba rotate but not stretch to full screen
      Emulator Arcade/PC/Console • pifba rotate stretch full • • Luciano Silva

      1
      0
      Votes
      1
      Posts
      1319
      Views

      No one has replied

    • Luciano Silva

      Shader gameboy2.glslp slow and sound glithc
      Emulator Arcade/PC/Console • shader gameboy2.glslp slow sound glithc • • Luciano Silva

      1
      0
      Votes
      1
      Posts
      930
      Views

      No one has replied

    • Luciano Silva

      Solved Unhide roms
      Emulator Arcade/PC/Console • unhide roms • • Luciano Silva

      4
      0
      Votes
      4
      Posts
      4808
      Views

      Luciano Silva

      I´m using the same folder for two diferent emulators.
      I renamed the two files and manually added them to my gamelist.xml
      Thanks.

    • Luciano Silva

      How to set-up per core specific settings?
      Emulator Arcade/PC/Console • set-up per core specific settings • • Luciano Silva

      12
      0
      Votes
      12
      Posts
      10220
      Views

      Substring

      remember to save the files you changed, they will most probably overwritten on update

    • Luciano Silva

      Help with whdload games on ua4arm
      Emulateurs Arcade/PC/Console • help whdload ua4arm • • Luciano Silva

      19
      0
      Votes
      19
      Posts
      9515
      Views

      Luciano Silva

      @ironic Here is my openmsx config for recalbox.

      I´ve created a folder on : /usr/emulators/openmsx/bin/
      I put my openmsx binary file form retropie inside.
      Here you have the link
      http://s000.tinyupload.com/?file_id=22889548546368582728

      2 . This libraries are needed to launch the emulator.
      Put them on /usr/lib
      http://s000.tinyupload.com/?file_id=15973386028963335785

      Launch the emulator with ./openmsx

      After first launch go to /recalbox/share/system/.openMSX/
      Put all this files inside the folder:
      http://s000.tinyupload.com/?file_id=17148959869931873621

      Create a folder on /recalbox/share/roms/msx inside it you have to put your Msx roms

      Finally edit the file /recalbox/share_init/system/.emulationstation/es_systems.cfg

      Adding this lines:

      <system>
      <fullname>MSX OpenMsx</fullname>
      <name>msx</name>
      <path>/recalbox/share/roms/msx</path>
      <extension>.mx1 .MX1 .mx2 .MX2.rom .ROM</extension>
      <command>/recalbox/scripts/runcommand.sh 4 "/usr/emulators/openmsx/bin/openmsx %ROM%"</command>
      <platform>msx</platform>
      <theme>msx</theme>
      </system>

      P.D. Maybe you need chmod 0755 -R to all files and folders and chmod +x to openmsx binary file.