Overview
F1 2015のフルスクリーンモードの設定が保存されないバグへの対策です。It is a measure for the bug that F1 2015 full screen mode setting is not saved.
フルスクリーンモードの解像度を設定する
F1 2015のhardware_settings_config.xmlを編集します。
resolution widthとheightを指定し、 fullscreen=”false”をfullscreen=”true”に書き換えて、保存します。
xmlのファイル属性を読み取り専用に変更します
正しい解像度のフルスクリーンモードで起動するようになります。
Edit F1 2015 hardware_settings_config.xml.
Specify resolution width and height, rewrite fullscreen = “false” to fullscreen = “true” and save.
Change the file attribute of xml to read only.
You will now start in full screen mode with the correct resolution.