mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-10 23:52:33 -07:00
hle: nvflinger: Migrate android namespace -> Service::android.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "common/common_types.h"
|
||||
#include "core/hle/service/nvdrv/nvdata.h"
|
||||
|
||||
namespace android {
|
||||
namespace Service::android {
|
||||
|
||||
class Fence {
|
||||
public:
|
||||
@@ -29,4 +29,4 @@ public:
|
||||
};
|
||||
static_assert(sizeof(Fence) == 36, "Fence has wrong size");
|
||||
|
||||
} // namespace android
|
||||
} // namespace Service::android
|
||||
|
@@ -10,7 +10,7 @@
|
||||
#include "common/common_types.h"
|
||||
#include "core/hle/service/nvflinger/pixel_format.h"
|
||||
|
||||
namespace android {
|
||||
namespace Service::android {
|
||||
|
||||
class GraphicBuffer final {
|
||||
public:
|
||||
@@ -97,4 +97,4 @@ private:
|
||||
};
|
||||
static_assert(sizeof(GraphicBuffer) == 0x16C, "GraphicBuffer has wrong size");
|
||||
|
||||
} // namespace android
|
||||
} // namespace Service::android
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace android {
|
||||
namespace Service::android {
|
||||
|
||||
class Rect final {
|
||||
public:
|
||||
@@ -72,4 +72,4 @@ private:
|
||||
};
|
||||
static_assert(sizeof(Rect) == 16, "Rect has wrong size");
|
||||
|
||||
} // namespace android
|
||||
} // namespace Service::android
|
||||
|
Reference in New Issue
Block a user