From 7a9387269e3b123b1647cf59c78cc6c998a9a330 Mon Sep 17 00:00:00 2001 From: Treeki Date: Tue, 3 Jun 2014 05:55:54 +0200 Subject: experimental 3DS support --- lyt/common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lyt/common.h') diff --git a/lyt/common.h b/lyt/common.h index a343c32..a79409a 100644 --- a/lyt/common.h +++ b/lyt/common.h @@ -30,10 +30,10 @@ union Magic { }; union Version { - char str[2]; - quint16 value; + char str[4]; + quint32 value; - Version(quint16 v) : value(v) { } + Version(quint32 v) : value(v) { } }; -- cgit v1.2.3