diff options
author | Liam <byteslice@airmail.cc> | 2022-11-22 19:14:46 -0500 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2022-11-27 14:58:28 -0500 |
commit | 2956a33463df8fe97819df2b08d31834eaeed442 (patch) | |
tree | eed76f1f0a30830f673cab6aae36beb8127a0288 /src/core/frontend/emu_window.h | |
parent | 168c9ee3415bf6400ef0b0cc0eb2dfa73fac2464 (diff) |
Vulkan: update initialization
Co-authored-by: bylaws <bylaws@users.noreply.github.com>
Diffstat (limited to 'src/core/frontend/emu_window.h')
-rw-r--r-- | src/core/frontend/emu_window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/frontend/emu_window.h b/src/core/frontend/emu_window.h index ac1906d5ef..95363b645e 100644 --- a/src/core/frontend/emu_window.h +++ b/src/core/frontend/emu_window.h @@ -17,6 +17,8 @@ enum class WindowSystemType { Windows, X11, Wayland, + Cocoa, + Android, }; /** |