mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 03:35:46 +00:00
[android] no shuffle
This commit is contained in:
parent
7a8fa6756f
commit
7ab6ebb754
1 changed files with 3 additions and 3 deletions
|
@ -197,13 +197,13 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
Core::System& system;
|
||||
SyncpointManager syncpoint_manager;
|
||||
Tegra::MaxwellDeviceMemoryManager memory_manager;
|
||||
Tegra::MemoryManager gmmu_manager;
|
||||
std::unique_ptr<Common::FlatAllocator<u32, 0, 32>> allocator;
|
||||
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 vic_first_init;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue