diff options
| author | 2022-11-22 19:14:46 -0500 | |
|---|---|---|
| committer | 2022-11-27 14:58:28 -0500 | |
| commit | 2956a33463df8fe97819df2b08d31834eaeed442 (patch) | |
| tree | eed76f1f0a30830f673cab6aae36beb8127a0288 /src/core/frontend/emu_window.h | |
| parent | Merge pull request #9299 from lioncash/cast (diff) | |
| download | yuzu-2956a33463df8fe97819df2b08d31834eaeed442.tar.gz yuzu-2956a33463df8fe97819df2b08d31834eaeed442.tar.xz yuzu-2956a33463df8fe97819df2b08d31834eaeed442.zip | |
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 ac1906d5e..95363b645 100644 --- a/src/core/frontend/emu_window.h +++ b/src/core/frontend/emu_window.h | |||
| @@ -17,6 +17,8 @@ enum class WindowSystemType { | |||
| 17 | Windows, | 17 | Windows, |
| 18 | X11, | 18 | X11, |
| 19 | Wayland, | 19 | Wayland, |
| 20 | Cocoa, | ||
| 21 | Android, | ||
| 20 | }; | 22 | }; |
| 21 | 23 | ||
| 22 | /** | 24 | /** |