美文网首页
树莓派Batocera系统添加OpenBOR模拟器教程

树莓派Batocera系统添加OpenBOR模拟器教程

作者: Alvin00 | 来源:发表于2019-12-06 19:54 被阅读0次

    安装文件下载链接

    https://pan.baidu.com/s/1ezCip4lzxaA28Ba2EYEYJw

    使用WinSCP登录batocera

    把FICHIERS-A-COLLER文件夹中的2个文件:openbor-install.sh和OpenBOR文件,放到/usr/share/路径下

    然后添加文件上openbor-install.sh权限,右键单击属性,然后将八进制0644改写成777。

    然后打开命令的WinSCP控制台运行此行代码来安装文件:/usr/share/openbor-install.sh

    现在你需要配置文件:ES_systems.cfg

    在/ usr /share/ emulationstation 下打开ES_systems.cfg配置文件,在里面添加以下代码:

    <system>

            <fullname>OpenBOR</fullname>

            <name>openbor</name>

            <path>/userdata/roms/openbor</path>

            <extension>.pak .PAK</extension>

            <command>cd /usr/share/openbor; LIB_FB=3 /usr/share/openbor/OpenBOR %ROM%;</command>

            <platform>pc</platform>

            <theme>openbor</theme>

            <emulators>

                <emulator name="openbor">

                    <cores>

                        <!-- <core>3400</core> -->

                        <!-- <core>6315</core> -->

                        <core>6510</core>

                    </cores>

                </emulator>

            </emulators>

      </system>

    然后执行以下代码:batocera-save-overlay

    进行备份保存记录(这步必须操作不然重启后失效)

    剩下的就是将.pak格式的游戏添加到openbor文件夹(如果不存在的话)中创建:/ share / roms / openbor

    相关文章

      网友评论

          本文标题:树莓派Batocera系统添加OpenBOR模拟器教程

          本文链接:https://www.haomeiwen.com/subject/gtjlgctx.html