GUI logging improved
logs::listener resurrected rpcs3 version: constexpr
This commit is contained in:
+1
-1
@@ -627,7 +627,7 @@ void fs::file::xnull() const
|
||||
|
||||
void fs::file::xfail() const
|
||||
{
|
||||
throw fmt::exception("Unexpected fs::error %u", g_tls_error);
|
||||
throw fmt::exception("Unexpected fs::error %s", g_tls_error);
|
||||
}
|
||||
|
||||
bool fs::file::open(const std::string& path, bitset_t<open_mode> mode)
|
||||
|
||||
Reference in New Issue
Block a user