Adding --headless and basic message box UI.
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user