From 01e121b6e8b8082f21407b849968af8396692a63 Mon Sep 17 00:00:00 2001 From: toast2903 <22451773+lat9nq@users.noreply.github.com> Date: Wed, 31 May 2023 02:06:01 -0400 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c1b8a4 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# tzdb_to_nx + +This is a CMake/C++ project to convert RFC 8536 time zone data to the Nintendo Switch's format. +This makes use a lot of Unix system calls as well as a bash script to convert the data, so it likely requires a bit of work to port to a non-POSIX platform, such as Windows. + +Intended for use with the [yuzu Emulator](https://yuzu-emu.org/) project, but the project in the future likely won't ship synthesized Switch archives. +That leaves this project in a place where it is not likely to be used, but will remain here as a reference.