clang-format on most of kernel/

This commit is contained in:
Ben Vanik
2014-08-17 13:13:03 -07:00
parent 854bcdb60a
commit 1c4dcd5e0e
76 changed files with 2075 additions and 3169 deletions

View File

@@ -22,8 +22,8 @@
#include <xenia/kernel/fs/filesystem.h>
#include <xenia/ui/window.h>
namespace xe {
using namespace xe;
using namespace xe::apu;
using namespace xe::cpu;
using namespace xe::gpu;
@@ -218,3 +218,5 @@ X_STATUS Emulator::CompleteLaunch(const std::wstring& path,
return xboxkrnl_->LaunchModule(module_path.c_str());
}
} // namespace xe