mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-30 12:38:02 -05:00
hle: nvflinger: Migrate android namespace -> Service::android.
This commit is contained in:
@ -15,7 +15,7 @@ namespace Kernel {
|
||||
class KEvent;
|
||||
}
|
||||
|
||||
namespace android {
|
||||
namespace Service::android {
|
||||
class BufferQueueProducer;
|
||||
}
|
||||
|
||||
|
@ -8,11 +8,11 @@
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace android {
|
||||
namespace Service::android {
|
||||
class BufferItemConsumer;
|
||||
class BufferQueueCore;
|
||||
class BufferQueueProducer;
|
||||
} // namespace android
|
||||
} // namespace Service::android
|
||||
|
||||
namespace Service::VI {
|
||||
|
||||
|
Reference in New Issue
Block a user