diff --git a/assets/switch/icon.jpg b/ports/switch/assets/icon.jpg similarity index 100% rename from assets/switch/icon.jpg rename to ports/switch/assets/icon.jpg diff --git a/native/switch-ota-launcher/assets/logo.rgba b/ports/switch/assets/logo.rgba similarity index 100% rename from native/switch-ota-launcher/assets/logo.rgba rename to ports/switch/assets/logo.rgba diff --git a/native/switch-ota-bootstrap/Makefile b/ports/switch/ota-bootstrap/Makefile similarity index 100% rename from native/switch-ota-bootstrap/Makefile rename to ports/switch/ota-bootstrap/Makefile diff --git a/native/switch-ota-bootstrap/main.c b/ports/switch/ota-bootstrap/main.c similarity index 100% rename from native/switch-ota-bootstrap/main.c rename to ports/switch/ota-bootstrap/main.c diff --git a/native/switch-ota-launcher/Makefile b/ports/switch/ota-launcher/Makefile similarity index 100% rename from native/switch-ota-launcher/Makefile rename to ports/switch/ota-launcher/Makefile diff --git a/native/switch-ota-launcher/README.md b/ports/switch/ota-launcher/README.md similarity index 100% rename from native/switch-ota-launcher/README.md rename to ports/switch/ota-launcher/README.md diff --git a/native/switch-ota-launcher/host/test_ota_protocol.c b/ports/switch/ota-launcher/host/test_ota_protocol.c similarity index 100% rename from native/switch-ota-launcher/host/test_ota_protocol.c rename to ports/switch/ota-launcher/host/test_ota_protocol.c diff --git a/native/switch-ota-launcher/include/ota_fs.h b/ports/switch/ota-launcher/include/ota_fs.h similarity index 100% rename from native/switch-ota-launcher/include/ota_fs.h rename to ports/switch/ota-launcher/include/ota_fs.h diff --git a/native/switch-ota-launcher/include/ota_net.h b/ports/switch/ota-launcher/include/ota_net.h similarity index 100% rename from native/switch-ota-launcher/include/ota_net.h rename to ports/switch/ota-launcher/include/ota_net.h diff --git a/native/switch-ota-launcher/include/ota_protocol.h b/ports/switch/ota-launcher/include/ota_protocol.h similarity index 100% rename from native/switch-ota-launcher/include/ota_protocol.h rename to ports/switch/ota-launcher/include/ota_protocol.h diff --git a/native/switch-ota-launcher/include/ota_ui.h b/ports/switch/ota-launcher/include/ota_ui.h similarity index 100% rename from native/switch-ota-launcher/include/ota_ui.h rename to ports/switch/ota-launcher/include/ota_ui.h diff --git a/native/switch-ota-launcher/include/ota_unzip.h b/ports/switch/ota-launcher/include/ota_unzip.h similarity index 100% rename from native/switch-ota-launcher/include/ota_unzip.h rename to ports/switch/ota-launcher/include/ota_unzip.h diff --git a/native/switch-ota-launcher/romfs/.gitkeep b/ports/switch/ota-launcher/romfs/.gitkeep similarity index 100% rename from native/switch-ota-launcher/romfs/.gitkeep rename to ports/switch/ota-launcher/romfs/.gitkeep diff --git a/native/switch-ota-launcher/src/main.c b/ports/switch/ota-launcher/src/main.c similarity index 100% rename from native/switch-ota-launcher/src/main.c rename to ports/switch/ota-launcher/src/main.c diff --git a/native/switch-ota-launcher/src/ota_fs.c b/ports/switch/ota-launcher/src/ota_fs.c similarity index 100% rename from native/switch-ota-launcher/src/ota_fs.c rename to ports/switch/ota-launcher/src/ota_fs.c diff --git a/native/switch-ota-launcher/src/ota_net.c b/ports/switch/ota-launcher/src/ota_net.c similarity index 100% rename from native/switch-ota-launcher/src/ota_net.c rename to ports/switch/ota-launcher/src/ota_net.c diff --git a/native/switch-ota-launcher/src/ota_protocol.c b/ports/switch/ota-launcher/src/ota_protocol.c similarity index 100% rename from native/switch-ota-launcher/src/ota_protocol.c rename to ports/switch/ota-launcher/src/ota_protocol.c diff --git a/native/switch-ota-launcher/src/ota_ui.c b/ports/switch/ota-launcher/src/ota_ui.c similarity index 100% rename from native/switch-ota-launcher/src/ota_ui.c rename to ports/switch/ota-launcher/src/ota_ui.c diff --git a/native/switch-ota-launcher/src/ota_unzip.c b/ports/switch/ota-launcher/src/ota_unzip.c similarity index 100% rename from native/switch-ota-launcher/src/ota_unzip.c rename to ports/switch/ota-launcher/src/ota_unzip.c diff --git a/native/switch-ota-launcher/third_party/font8x8_basic.h b/ports/switch/ota-launcher/third_party/font8x8_basic.h similarity index 100% rename from native/switch-ota-launcher/third_party/font8x8_basic.h rename to ports/switch/ota-launcher/third_party/font8x8_basic.h