SSブログ

Raspberry Pi 4 で Dolphin エミューレーター [Raspberry Pi]

Raspberry Pi 4に gamecube や Wii のエミュレーター Dolphin Emulatorをインストール
Screenshot_2020-04-12_00-47-52
方法はこちらのチュートリアルに書かれている。https://www.reddit.com/r/RetroPie/comments/cuuioi/wii_and_gamecube_on_raspberry_pi_4_tutorial/
gentoo 64bit のイメージファイルをこちらからダウンロードしてmicroSDカードに書き込む。


wget -c https://github.com/sakaki-/gentoo-on-rpi-64bit/releases/download/v1.5.4/genpi64.img.xz
xzcat genpi64.img.xz > /dev/sdb && sync
(/dev/sdb はmicroSDカード)


作成したmicroSDカードにrippingしたromファイルをコピーしておく。


cp romファイル /mnt/home/demouser/Downloads/.


Raspberry Piを起動して,Dolphinをインストールする。


git clone https://github.com/dolphin-emu/dolphin 
cd dolphin
mkdir Build && cd Build
cmake ..
sudo make
sudo make install


これで xfce4 のapplications メニュー Games に Dolphin Emulator が表示される。
Gentoo LinuxやDolphinは,上記チュートリアルの動画を参照しながらパラメータを設定した。
・xfce4のapplicationsメニューのSettingからRPi config tool を選択してPi4 Tunnig でExtreme 2000Mhz CPU..にチェックする。
・~/.config/dolphin-emu/GFX.ini に PreferGLES = True を追加。
・/usr/local/share/dolphin-emu/sys/GameSetting/ の中のiniファイルを GOW.ini のみにして他は削除。
・Dolphin のConfig
・General   Enable Dual Core, Enable Cheats  にチェック
・Audio Backend  ALSA
・Dolphin のGraphics
・General   Backend OpenGL
・Enhancements Internal Resolution  Native(640x528)
         Disable Fog, Disable Copy Filter, Force 24bit Color, Arbitrary Mipmap Detection  にチェック
・Hacks   Skip EFB Access from CPU, Store EFB Copies .., Ignore Format .., にチェック
ゲームは遅くて使えなかったがRaspberry Pi 4はGPUも持っている。GPUがないとDolphinは使えない。



タグ:wii Raspberry Pi
nice!(0)  コメント(0) 
共通テーマ:パソコン・インターネット

nice! 0

コメント 0

コメントを書く

お名前:
URL:
コメント:
画像認証:
下の画像に表示されている文字を入力してください。

Facebook コメント

この広告は前回の更新から一定期間経過したブログに表示されています。更新すると自動で解除されます。