mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
CStringTable: Use std::array instead of std::vector
Gets rid of a static constructor, as well as a few heap allocations
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
namespace urde {
|
||||
class CStringTable {
|
||||
static const std::vector<FourCC> skLanguages;
|
||||
static FourCC mCurrentLanguage;
|
||||
u32 x0_stringCount = 0;
|
||||
std::unique_ptr<u8[]> x4_data = 0;
|
||||
|
||||
Reference in New Issue
Block a user