Adding --headless and basic message box UI.

This commit is contained in:
Ben Vanik
2015-05-14 16:20:49 -07:00
parent 6816597a1b
commit abf7b794e6
4 changed files with 59 additions and 3 deletions

View File

@@ -10,6 +10,8 @@
#ifndef XENIA_KERNEL_KERNEL_STATE_H_
#define XENIA_KERNEL_KERNEL_STATE_H_
#include <gflags/gflags.h>
#include <memory>
#include <mutex>
@@ -29,6 +31,8 @@ class Processor;
} // namespace cpu
} // namespace xe
DECLARE_bool(headless);
namespace xe {
namespace kernel {