diff --git a/_pages/en_US/f3-(linux).txt b/_pages/en_US/f3-(linux).txt index 402077d357..ac42b99f4d 100644 --- a/_pages/en_US/f3-(linux).txt +++ b/_pages/en_US/f3-(linux).txt @@ -56,7 +56,7 @@ Average Reading speed: 9.42 MB/s ___ -If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on your SD card +If the test shows the result `Data LOST: 0.00 Byte (0 sectors)`, your SD card is good and you can delete all `.h2w` files on your SD card {: .notice--success} If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it! diff --git a/_pages/en_US/f3x-(mac).txt b/_pages/en_US/f3x-(mac).txt index d8b57a9b97..6813f3be87 100644 --- a/_pages/en_US/f3x-(mac).txt +++ b/_pages/en_US/f3x-(mac).txt @@ -12,6 +12,9 @@ Depending on the size of your SD card and the speed of your computer, this proce This page is for Mac users only. If you are not on Mac, check out the [H2testw (windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages. +If you're using a Mac on macOS 10.13 (High Sierra) and above, follow [F3XSwift (Mac)](f3xswift-(mac)) instead. +{: .notice--primary} + ### What You Need * The latest release of [F3X](https://github.com/insidegui/F3X/releases/latest) diff --git a/_pages/en_US/f3xswift-(mac).txt b/_pages/en_US/f3xswift-(mac).txt new file mode 100644 index 0000000000..bf4806a18f --- /dev/null +++ b/_pages/en_US/f3xswift-(mac).txt @@ -0,0 +1,38 @@ +--- +title: "F3XSwift (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for checking your SD card for errors using F3XSwift. + +Depending on the size of your SD card and the speed of your computer, this process can take up to several hours! + +This page is for Mac users only. If you are not on Mac, check out the [H2testw (Windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages. + +F3XSwift is only compatible with macOS 10.13 (High Sierra) and above. If you have an older version of macOS, follow [F3X (Mac)](f3x-(mac)) instead. +{: .notice--primary} + +### What You Need + +* The latest release of [F3XSwift](https://github.com/vrunkel/F3XSwift/releases/latest) + +### Instructions + +1. Insert your SD card into your computer +1. Run the F3XSwift app +1. Select your SD card from the list of volumes +1. Click "Test" +1. Click "Open" to confirm writing to your SD card +1. Wait until the process is complete + +If the test shows the result `Success! Your card is ok!`, your SD card is good and you can delete all .h2w files on your SD card +{: .notice--success} + +If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it! +{: .notice--danger} + +### Return to [Get Started](get-started) +{: .notice--primary} diff --git a/_pages/en_US/get-started.txt b/_pages/en_US/get-started.txt index a7240e762e..c92df61b00 100644 --- a/_pages/en_US/get-started.txt +++ b/_pages/en_US/get-started.txt @@ -13,9 +13,11 @@ Different device models, versions, and regions will require different steps to a The colors of the devices in the image may vary, but note the button placement and features of each device carefully to ensure you select the correct one. - Click the image of your device to take you to the appropriate page. +Before starting, you may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3XSwift (Mac)](f3xswift-(mac))! +{: .notice--warning} + | New 3DS or New 2DS | Old 3DS or Old 2DS | |:-:|:-:| | [![New 3DS](/images/new3ds.png)](get-started-(new-3ds))    [![New 3DS XL](/images/new3dsxl.png)](get-started-(new-3ds))

[![New 2DS XL](/images/new2dsxl.png)](get-started-(new-3ds)) | [![Old 3DS](/images/old3ds.png)](get-started-(old-3ds))    [![Old 3DS XL](/images/old3dsxl.png)](get-started-(old-3ds))

[![2DS](/images/2ds.png)](get-started-(old-3ds)) | diff --git a/_pages/en_US/site-navigation.txt b/_pages/en_US/site-navigation.txt index 37448fb9d6..56a3378c2d 100644 --- a/_pages/en_US/site-navigation.txt +++ b/_pages/en_US/site-navigation.txt @@ -27,6 +27,7 @@ sitemap: false + [Donations](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) ++ [F3XSwift (Mac)](f3xswift-(mac)) + [FAQ](faq) + [File Extensions (Windows)](file-extensions-(windows)) + [Finalizing Setup](finalizing-setup) diff --git a/assets/js/_main.js b/assets/js/_main.js index 03743a5957..baceea9987 100644 --- a/assets/js/_main.js +++ b/assets/js/_main.js @@ -111,7 +111,7 @@ $(document).ready(function(){ } var sidebar_shown = true; - var sidebar_hidden_pages = ["404", "a9lh-to-b9s", "credits", "donations", "f3-(linux)", "f3x-(mac)", "faq", + var sidebar_hidden_pages = ["404", "a9lh-to-b9s", "credits", "donations", "f3-(linux)", "f3xswift-(mac)", "faq", "file-extensions-(windows)", "get-started", "godmode9-usage", "h2testw-(windows)", "region-changing", "site-navigation", "troubleshooting", "uninstall-cfw", "updating-b9s", "why-ads", "privacy-policy", "checking-for-cfw"];