Browse Source

[android] no shuffle

pull/45/head
lizzie 8 months ago
parent
commit
7ab6ebb754
  1. 6
      src/video_core/host1x/host1x.h

6
src/video_core/host1x/host1x.h

@ -197,13 +197,13 @@ public:
} }
private: private:
Core::System& system;
SyncpointManager syncpoint_manager; SyncpointManager syncpoint_manager;
Tegra::MaxwellDeviceMemoryManager memory_manager; Tegra::MaxwellDeviceMemoryManager memory_manager;
Tegra::MemoryManager gmmu_manager; Tegra::MemoryManager gmmu_manager;
std::unique_ptr<Common::FlatAllocator<u32, 0, 32>> allocator;
FrameQueue frame_queue; FrameQueue frame_queue;
std::unordered_map<s32, std::unique_ptr<CDmaPusher>> devices; //+12
std::unique_ptr<Common::FlatAllocator<u32, 0, 32>> allocator; //8
Core::System& system; //8
std::unordered_map<s32, std::unique_ptr<CDmaPusher>> devices;
// std::once_flag nvdec_first_init; // std::once_flag nvdec_first_init;
// std::once_flag vic_first_init; // std::once_flag vic_first_init;
}; };

Loading…
Cancel
Save