mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +00:00
Add initial macOS support.
This commit is contained in:
parent
36d528743a
commit
66fa29059c
29 changed files with 523 additions and 26 deletions
|
@ -19,6 +19,7 @@ enum class WindowSystemType : u8 {
|
|||
Windows,
|
||||
X11,
|
||||
Wayland,
|
||||
Metal,
|
||||
};
|
||||
|
||||
struct WindowSystemInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue