mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 01:45:47 +00:00
Use constexpr char array instead of string where applicable
Co-Authored-By: FreddyFunk <frederic.laing.development@gmail.com>
This commit is contained in:
parent
b1e56cc6b2
commit
6b23ebdf92
1 changed files with 1 additions and 1 deletions
|
@ -1072,7 +1072,7 @@ void GMainWindow::OnTransferableShaderCacheOpenFile(u64 program_id) {
|
|||
ASSERT(program_id != 0);
|
||||
|
||||
std::string transferable_shader_cache_file_path;
|
||||
const std::string open_target = "Transferable Shader Cache";
|
||||
constexpr char open_target[] = "Transferable Shader Cache";
|
||||
const std::string tranferable_shader_cache_folder =
|
||||
FileUtil::GetUserPath(FileUtil::UserPath::ShaderDir) + "opengl" + DIR_SEP "transferable";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue