ps4delta/code/core/arch/vm/guest.h
2020-04-02 01:43:04 +02:00

15 lines
No EOL
323 B
C++

#pragma once
/*
* PS4Delta : PS4 emulation and research project
*
* Copyright 2019-2020 Force67.
* For information regarding licensing see LICENSE
* in the root of the source tree.
*/
namespace native {
class guest {
//https: // github.com/StrikerX3/virt86-demos/blob/master/apps/x64-guest/src/x64guest.cpp
};
}