Common: Drop String, add SmallString

This commit is contained in:
Stenzek
2023-09-20 23:49:14 +10:00
parent 3c68543491
commit ac0601f408
55 changed files with 1500 additions and 2062 deletions

View File

@ -4,7 +4,7 @@
#pragma once
#include "common/log.h"
#include "common/settings_interface.h"
#include "common/string.h"
#include "common/small_string.h"
#include "types.h"
#include "util/audio_stream.h"
#include <array>
@ -246,8 +246,6 @@ struct Settings
std::string pcdrv_root;
bool pcdrv_enable_writes = false;
std::array<TinyString, NUM_CONTROLLER_AND_CARD_PORTS> GeneratePortLabels() const;
LOGLEVEL log_level = DEFAULT_LOG_LEVEL;
std::string log_filter;
bool log_to_console = DEFAULT_LOG_TO_CONSOLE;