mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-21 18:42:40 +00:00
hle: nvflinger: Migrate android namespace -> Service::android.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "common/common_funcs.h"
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace android {
|
||||
namespace Service::android {
|
||||
|
||||
enum class Status : s32 {
|
||||
None = 0,
|
||||
@@ -25,4 +25,4 @@ enum class Status : s32 {
|
||||
};
|
||||
DECLARE_ENUM_FLAG_OPERATORS(Status);
|
||||
|
||||
} // namespace android
|
||||
} // namespace Service::android
|
||||
|
||||
Reference in New Issue
Block a user