Merge yuzu-emu#12982

This commit is contained in:
yuzubot
2024-02-21 00:56:51 +00:00
parent 03025c3bff
commit c792c0ec95
16 changed files with 752 additions and 374 deletions

View File

@ -381,7 +381,7 @@ public:
// Check that it's possible for us to remove a child
auto* p = m_write_buffer.Get();
s32 len = std::strlen(p);
s32 len = static_cast<s32>(std::strlen(p));
R_UNLESS(len != 1 || (p[0] != '/' && p[0] != '.'), ResultNotImplemented);
// Handle a trailing separator