summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/emu_window.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-11-23 01:14:46 +0100
committerLiam <byteslice@airmail.cc>2022-11-27 20:58:28 +0100
commit2956a33463df8fe97819df2b08d31834eaeed442 (patch)
treeeed76f1f0a30830f673cab6aae36beb8127a0288 /src/core/frontend/emu_window.h
parentMerge pull request #9299 from lioncash/cast (diff)
downloadyuzu-2956a33463df8fe97819df2b08d31834eaeed442.tar
yuzu-2956a33463df8fe97819df2b08d31834eaeed442.tar.gz
yuzu-2956a33463df8fe97819df2b08d31834eaeed442.tar.bz2
yuzu-2956a33463df8fe97819df2b08d31834eaeed442.tar.lz
yuzu-2956a33463df8fe97819df2b08d31834eaeed442.tar.xz
yuzu-2956a33463df8fe97819df2b08d31834eaeed442.tar.zst
yuzu-2956a33463df8fe97819df2b08d31834eaeed442.zip
Diffstat (limited to '')
-rw-r--r--src/core/frontend/emu_window.h2
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 {
Windows,
X11,
Wayland,
+ Cocoa,
+ Android,
};
/**