mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-18 10:40:48 -04: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