mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
fix some warnings
This commit is contained in:
parent
b1c48e66c9
commit
59c58aa3cf
72 changed files with 263 additions and 203 deletions
|
|
@ -1049,7 +1049,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
|
||||
// Check nonsensical archive locations
|
||||
for (const std::string& expr : { "/Rar$" })
|
||||
for (const std::string_view& expr : { "/Rar$"sv })
|
||||
{
|
||||
if (emu_dir.find(expr) != umax)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue