hle: nvflinger: Migrate android namespace -> Service::android.

This commit is contained in:
bunnei
2022-03-19 21:51:16 -07:00
parent 5849c9a4cd
commit ca12a77670
35 changed files with 76 additions and 79 deletions

View File

@@ -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