hle: nvflinger: Migrate android namespace -> Service::android.
This commit is contained in:
@@ -13,7 +13,7 @@ class HLERequestContext;
|
||||
class KReadableEvent;
|
||||
} // namespace Kernel
|
||||
|
||||
namespace android {
|
||||
namespace Service::android {
|
||||
|
||||
enum class TransactionId {
|
||||
RequestBuffer = 1,
|
||||
@@ -39,4 +39,4 @@ public:
|
||||
virtual Kernel::KReadableEvent& GetNativeHandle() = 0;
|
||||
};
|
||||
|
||||
} // namespace android
|
||||
} // namespace Service::android
|
||||
|
Reference in New Issue
Block a user