Using vm::ps3 namespace moved in proper places

Various fixes
This commit is contained in:
Nekotekina 2015-06-19 18:49:38 +03:00
parent 7eacfe19f6
commit edb9595721
131 changed files with 1049 additions and 900 deletions

View file

@ -184,9 +184,6 @@ namespace vm
template<typename T> using lcptr = lptr<const T>;
}
// PS3 emulation is main now, so lets it be as default
using namespace ps3;
struct null_t
{
template<typename T, typename AT> operator _ptr_base<T, AT>() const