mirror of
https://github.com/rock88/moonlight-nx
synced 2024-11-10 06:14:15 +00:00
Update latest firmware versions
This commit is contained in:
parent
b96e73cd0a
commit
46392ca385
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ void MainWindow::window_appear() {
|
|||
void MainWindow::reload() {
|
||||
clean_container();
|
||||
|
||||
container()->add<Label>("* For better performance use 5GHz WiFi, latest system firmware (10.0.2/10.0.3) and Atmosphère (0.12.0)");
|
||||
container()->add<Label>("* For better performance use 5GHz WiFi, latest system firmware (11.0.0/11.0.1) and Atmosphère (0.17.1)");
|
||||
container()->add<Widget>()->set_fixed_height(6);
|
||||
|
||||
auto button_container = container()->add<Widget>();
|
||||
|
|
Loading…
Reference in a new issue