From bc10122d5812c29174a43c7288076fbac0b0736a Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sat, 12 Jan 2019 13:35:56 -0700 Subject: [PATCH] admonish people to stay updated --- src/mgba.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mgba.rs b/src/mgba.rs index 46e0063..8f5caa7 100644 --- a/src/mgba.rs +++ b/src/mgba.rs @@ -1,4 +1,8 @@ //! Special utils for if you're running on the mGBA emulator. +//! +//! Note that this assumes that you're using the very latest version (0.7-beta1 +//! at the time of this writing). If you've got some older version of things +//! there might be any number of differences or problems. use super::*;