Cleaning up kernel namespaces.

This commit is contained in:
Ben Vanik
2014-08-16 00:25:13 -07:00
parent bf48e9fbbd
commit c84fcc70a4
31 changed files with 76 additions and 174 deletions

View File

@@ -13,8 +13,8 @@
#include <xenia/kernel/native_list.h>
using namespace xe;
using namespace xe::kernel;
namespace xe {
namespace kernel {
Dispatcher::Dispatcher(KernelState* kernel_state) :
@@ -35,3 +35,6 @@ void Dispatcher::Lock() {
void Dispatcher::Unlock() {
xe_mutex_unlock(lock_);
}
} // namespace kernel
} // namespace xe