mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-22 07:32:40 +00:00
hle: nvflinger: Migrate android namespace -> Service::android.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "common/assert.h"
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace android {
|
||||
namespace Service::android {
|
||||
|
||||
class Parcel final {
|
||||
public:
|
||||
@@ -168,4 +168,4 @@ private:
|
||||
std::size_t write_index = sizeof(Header);
|
||||
};
|
||||
|
||||
} // namespace android
|
||||
} // namespace Service::android
|
||||
|
||||
Reference in New Issue
Block a user