Skip to content

RereoArchFrontEnd

Compare
Choose a tag to compare
@game-de-it game-de-it released this 26 May 13:39
· 25 commits to main since this release
c4b87c7

RereoArchFrontEnd

RG35xx StockOS(H700系)でフロントエンドをRetroarchに変更するスクリプトです。
擬似ハイバネーションを実装しています。

注意事項

  1. Retroarchのオンラインアップデータ機能を利用する場合は、あらかじめデフォルトのフロントエンド側でWiFiの接続設定を実施しておいてください
  2. StockOSも念の為DLしておいてください
    https://we.tl/t-9EZVaMLrK8

使い方

  1. RetroArchFrontEnd.7zファイルをダウンロードしてください
  2. RetroArchFrontEnd.7zを解凍してできた「RAFE.sh」と「RAFE」フォルダをSDカード内の「Roms/APPS」フォルダにコピーします
  3. 「RA Game」→「APPS」→「RAFE」を実行します
StockOSのバージョンによっては次のような手順になります

「App Center」→「APPS」→「RAFE」を実行します

デフォルトのフロントエンドに戻す方法

  1. SDカード内の「Roms/APPS/RAFE」フォルダ内に「RAFE-OFF」という名前で空のファイルを置いてください
  2. 次回OS起動時にデフォルトのフロントエンドに戻ります

Retroarchのホットキー

Button Combo Action
F-Key メニュー表示
F-key+B retroarchの終了
F-key+R ステートセーブ
F-key+L ステートロード
F-key+R2 fastforward
F-key+L2 スローモーション
F-key+X スクリーンショット
F-key+Y FPS表示/非表示

OSのホットキー

Button Combo Action
F-Key+Vol.UP 画面輝度を増やす
F-key+Vol.DOWN 画面輝度を減らす

プレイリストの作成

retroarchメニュー→プレイリスト→コンテンツをインポート→ディレクトリをスキャン→SD1もしくはSD2を選択→Roms→このディレクトリをスキャン

プレイリストのサムネイル作成

retroarchメニュー→オンラインアップデータ→プレイリストサムネイルアップデータ→プレイリストを選択

擬似ハイバネーション

retroarchのホットキー「F-key+B 」を実行するとretroarchとOSがシャットダウンします。
(シャットダウン時に自動的にステートセーブが実行されます)
次回OS起動後にretroarchメニューの「履歴」からゲームを選択して実行してください。
(自動的にステートロードが実行されます)

以上


RereoArchFrontEnd

This is a script to change the front end to Retroarch on RG35xx StockOS (H700 series).
Implements pseudo-hibernation.

Notes

  1. If you want to use Retroarch's online updater function, please configure the WiFi connection settings on the default front end in advance.
  2. Please download StockOS just in case.
    https://we.tl/t-9EZVaMLrK8

How to use

  1. Download the RetroArchFrontEnd.7z file
  2. Copy "RAFE.sh" and "RAFE" folder created by unzipping RetroArchFrontEnd.7z to "Roms/APPS" folder in SD card
  3. Run “RA Game” → “APPS” → “RAFE”
Depending on the version of StockOS, the steps are as follows:

Run “App Center” → “APPS” → “RAFE”

How to revert to default frontend

  1. Place an empty file named "RAFE-OFF" in the "Roms/APPS/RAFE" folder on the SD card.
  2. The next time the OS boots, it will return to the default front end

Retroarch hotkeys

Button Combo Action
F-Key Menu display
F-key+B Exit retroarch
F-key+R Save state
F-key+L State Lord
F-key+R2 fastforward
F-key+L2 Slow motion
F-key+X Screenshot
F-key+Y FPS display/hide

OS hotkeys

Button Combo Action
F-Key+Vol.UP Increase screen brightness
F-key+Vol.DOWN Decrease screen brightness

Create a playlist

retroarch menu → Playlist → Import content → Scan directory → Select SD1 or SD2 → Roms → Scan this directory

Create playlist thumbnail

retroarch menu → Online updater → Playlist thumbnail updater → Select playlist

Pseudo hibernation

Executing retroarch's hotkey "F-key+B" will shut down retroarch and the OS.
(State save will be executed automatically at shutdown)
Next time you start the OS, select the game from "History" in the retroarch menu and run it.
(State load will be executed automatically)

that's all