mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
more
This commit is contained in:
parent
fde78e5e10
commit
3df22f5d65
@ -3,6 +3,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <span>
|
||||
#include <vector>
|
||||
#include <boost/container/small_vector.hpp>
|
||||
#include <boost/container/static_vector.hpp>
|
||||
#include "common/assert.h"
|
||||
@ -179,8 +180,7 @@ struct Info {
|
||||
std::span<const u32> user_data;
|
||||
Stage stage;
|
||||
|
||||
using StringPool = boost::container::small_vector<std::string, 4>;
|
||||
StringPool string_pool;
|
||||
std::vector<std::string> string_pool;
|
||||
|
||||
u64 pgm_hash{};
|
||||
VAddr pgm_base;
|
||||
|
Loading…
Reference in New Issue
Block a user