common: Common namespace for the slot vector container

This commit is contained in:
psucien 2024-06-18 14:05:11 +02:00
parent cee55355bf
commit 8475a62a46
5 changed files with 10 additions and 10 deletions

View file

@ -53,7 +53,7 @@ struct AscQueueInfo {
u32* read_addr;
u32 ring_size_dw;
};
static VideoCore::SlotVector<AscQueueInfo> asc_queues{};
static Common::SlotVector<AscQueueInfo> asc_queues{};
static constexpr VAddr tessellation_factors_ring_addr = 0xFF0000000ULL;
static void DumpCommandList(std::span<const u32> cmd_list, const std::string& postfix) {