|
|
@ -2,10 +2,8 @@ |
|
|
|
//! read the SD card.
|
|
|
|
//! read the SD card.
|
|
|
|
|
|
|
|
|
|
|
|
use ctru::applets::swkbd::{Button, Swkbd}; |
|
|
|
use ctru::applets::swkbd::{Button, Swkbd}; |
|
|
|
use ctru::console::Console; |
|
|
|
use ctru::prelude::*; |
|
|
|
use ctru::services::hid::KeyPad; |
|
|
|
|
|
|
|
use ctru::services::{Apt, Hid}; |
|
|
|
|
|
|
|
use ctru::Gfx; |
|
|
|
|
|
|
|
use std::fs::DirEntry; |
|
|
|
use std::fs::DirEntry; |
|
|
|
use std::os::horizon::fs::MetadataExt; |
|
|
|
use std::os::horizon::fs::MetadataExt; |
|
|
|
use std::path::{Path, PathBuf}; |
|
|
|
use std::path::{Path, PathBuf}; |
|
|
|