mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 18:34:58 +00:00
Add initial Linux support.
This commit is contained in:
parent
8acfc3d557
commit
1e57195ded
7 changed files with 130 additions and 48 deletions
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
#include "../Types.h"
|
||||
#include "../types.h"
|
||||
|
||||
enum fsOpenMode
|
||||
{
|
||||
|
@ -60,4 +60,3 @@ public:
|
|||
return m_file;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue