mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
11 lines
319 B
Plaintext
11 lines
319 B
Plaintext
量産実機での動作にはマスタリングが必要
|
||
|
||
ciaはサーバ認証(OLS)必須
|
||
OLSは前回取得時からリマスタバージョンを上げる必要あり(2011/2月現在)
|
||
(例えば、前回 1.0.0 なら 1.0.1 )
|
||
メジャーはrsfで指定(Remasterversion)
|
||
マイナとマイクロはOmakefile
|
||
MAKECIAFLAGS = -minor 0 -micro 1
|
||
上の場合 *.0.1 (*はrsfのRemasterversion)
|
||
|