mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-08 02:27:53 -05:00
hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
#include "core/hle/service/kernel_helpers.h"
|
||||
#include "core/hle/service/nvdrv/nvdata.h"
|
||||
#include "core/hle/service/nvdrv/syncpoint_manager.h"
|
||||
#include "core/hle/service/nvflinger/ui/fence.h"
|
||||
#include "core/hle/service/service.h"
|
||||
|
||||
namespace Core {
|
||||
@ -37,7 +38,7 @@ class nvdevice;
|
||||
/// Represents an Nvidia event
|
||||
struct NvEvent {
|
||||
Kernel::KEvent* event{};
|
||||
Fence fence{};
|
||||
NvFence fence{};
|
||||
};
|
||||
|
||||
struct EventInterface {
|
||||
|
Reference in New Issue
Block a user