diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-08-08 21:44:59 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-08-08 21:45:04 -0400 |
commit | 668458525ede125509ee27388221247b639f4676 (patch) | |
tree | 5308c9c9c00fc3d5175794962ec35e1423bf3500 /src/yuzu/main.cpp | |
parent | 94cf327e776eff934052847346d8415d584b369b (diff) |
vfs: Fix documentation
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index f7812a392..67e3c6549 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -82,6 +82,8 @@ static void ShowCalloutMessage(const QString& message, CalloutFlag flag) { void GMainWindow::ShowCallouts() {} +const int GMainWindow::max_recent_files_item; + GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr), vfs(std::make_shared<FileSys::RealVfsFilesystem>()) { |