mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Make compile with msvc, clang and gcc on Windows
This commit is contained in:
parent
ed75bab7b2
commit
0c94606fcf
60 changed files with 519 additions and 4584 deletions
|
|
@ -3077,9 +3077,9 @@ namespace
|
|||
{
|
||||
}
|
||||
|
||||
fs::stat_t stat() override
|
||||
fs::stat_t get_stat() override
|
||||
{
|
||||
return m_file.stat();
|
||||
return m_file.get_stat();
|
||||
}
|
||||
|
||||
bool trunc(u64) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue