Shuffling --debug around and making it work.

This commit is contained in:
Ben Vanik
2015-07-22 17:26:10 -07:00
parent 2f233c7974
commit a42ab648ed
9 changed files with 28 additions and 24 deletions

View File

@@ -10,6 +10,8 @@
#ifndef XENIA_DEBUG_DEBUGGER_H_
#define XENIA_DEBUG_DEBUGGER_H_
#include <gflags/gflags.h>
#include <map>
#include <memory>
#include <mutex>
@@ -23,6 +25,8 @@
#include "xenia/cpu/thread_state.h"
#include "xenia/debug/breakpoint.h"
DECLARE_bool(debug);
namespace xe {
class Emulator;
} // namespace xe