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

@@ -10,8 +10,8 @@
#include <xenia/kernel/native_list.h>
using namespace xe;
using namespace xe::kernel;
namespace xe {
namespace kernel {
NativeList::NativeList(Memory* memory) :
@@ -70,3 +70,6 @@ uint32_t NativeList::Shift() {
bool NativeList::HasPending() {
return head_ != kInvalidPointer;
}
} // namespace kernel
} // namespace xe