mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
render/bgfx: Use platform-specific path separator more consistently
This commit is contained in:
parent
427baac766
commit
fa40bb8dfb
@ -136,7 +136,7 @@ bgfx_chain_entry* chain_entry_reader::read_from_value(const Value& value, std::s
|
||||
}
|
||||
else
|
||||
{
|
||||
file_path = file_directory + "/" + file;
|
||||
file_path = file_directory + PATH_SEPARATOR + file;
|
||||
}
|
||||
|
||||
// check for .png extension
|
||||
|
Loading…
Reference in New Issue
Block a user