Skip to content

Commit

Permalink
nedex/QuickNTP
Browse files Browse the repository at this point in the history
Add nedex/QuickNTP.
Using a custom DNS (or a limited connection) it's not possible to update your clock with Nintendo's servers and the Switch appears to gain some minutes each month, with this you can now quickly update your clock connecting to a public NTP server.

Also enable add_defaults_to_dns_hosts atmosphere flag
  • Loading branch information
MentalBlank committed Oct 13, 2024
1 parent 809ed70 commit 245d637
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ jobs:
# Edit the system_settings.ini file
sed -i -e 's/^; fatal_auto_reboot_interval = u64!0x0/fatal_auto_reboot_interval = u64!0x1/' \
-e 's/^; power_menu_reboot_function = str!payload/power_menu_reboot_function = str!payload/' \
-e 's/^; add_defaults_to_dns_hosts = u8!0x1/add_defaults_to_dns_hosts = u8!0x1/' \
-e 's/^; dmnt_cheats_enabled_by_default = u8!0x1/dmnt_cheats_enabled_by_default = u8!0x0/' $CONFIG_DST/system_settings.ini
# Edit the exosphere.ini file
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ This project utilizes and credits the following repositories:
| [masagrator/Status-Monitor-Overlay](https://github.com/masagrator/Status-Monitor-Overlay) | Status monitor overlay |
| [nadrino/SimpleModManager](https://github.com/nadrino/SimpleModManager) | Simple game mod manager |
| [ndeadly/MissionControl](https://github.com/ndeadly/MissionControl) | Alternative Controller support |
| [nedex/QuickNTP](https://github.com/nedex/QuickNTP) | Update clock from NTP server |
| [PoloNX/SimpleModDownloader](https://github.com/PoloNX/SimpleModDownloader) | Simple game mod downloader |
| [ppkantorski/Ultrahand-Overlay](https://github.com/ppkantorski/Ultrahand-Overlay) | Overlay menu for the Switch |
| [proferabg/EdiZon-Overlay](https://github.com/proferabg/EdiZon-Overlay) | Overlay for EdiZon cheat manager |
Expand Down
8 changes: 8 additions & 0 deletions download_files.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
}
]
},
"nedex/QuickNTP": {
"files": [
{
"file": "QuickNTP.ovl",
"target_paths": ["release/switch/.overlays"]
}
]
},
"WerWolv/ovl-sysmodules": {
"files": [
{
Expand Down

0 comments on commit 245d637

Please sign in to comment.