From 677f4faaddba88d98d5e3dfe9b48b07c1622c403 Mon Sep 17 00:00:00 2001
From: Steveice10 <1269164+Steveice10@users.noreply.github.com>
Date: Mon, 23 Mar 2015 15:37:40 -0700
Subject: [PATCH] Add command line options for configuring SMDH files.
---
README.md | 7 ++-
source/cmd.cpp | 167 ++++++++++++++++++++++++++++++++++++++++++-------
source/cmd.h | 17 -----
3 files changed, 149 insertions(+), 42 deletions(-)
diff --git a/README.md b/README.md
index 590aa1b..6dade14 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,9 @@
bannertool
==========
-A tool for creating 3DS banners.
\ No newline at end of file
+A tool for creating 3DS banners.
+
+Known issues
+--------
+
+* Some WAV files produce CWAV files consisting of a series of beeps. Cause unknown.
\ No newline at end of file
diff --git a/source/cmd.cpp b/source/cmd.cpp
index 2a0db9a..ccca203 100644
--- a/source/cmd.cpp
+++ b/source/cmd.cpp
@@ -4,6 +4,11 @@
#include "pc/wav.h"
#include "types.h"
+#include
+
+#include