diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/yuzu/main.cpp | 2 | ||||
| -rw-r--r-- | src/yuzu/startup_checks.cpp (renamed from src/yuzu/check_vulkan.cpp) | 0 | ||||
| -rw-r--r-- | src/yuzu/startup_checks.h (renamed from src/yuzu/check_vulkan.h) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 242867a4f..534e55355 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt | |||
| @@ -30,8 +30,6 @@ add_executable(yuzu | |||
| 30 | applets/qt_web_browser_scripts.h | 30 | applets/qt_web_browser_scripts.h |
| 31 | bootmanager.cpp | 31 | bootmanager.cpp |
| 32 | bootmanager.h | 32 | bootmanager.h |
| 33 | check_vulkan.cpp | ||
| 34 | check_vulkan.h | ||
| 35 | compatdb.ui | 33 | compatdb.ui |
| 36 | compatibility_list.cpp | 34 | compatibility_list.cpp |
| 37 | compatibility_list.h | 35 | compatibility_list.h |
| @@ -155,6 +153,8 @@ add_executable(yuzu | |||
| 155 | main.cpp | 153 | main.cpp |
| 156 | main.h | 154 | main.h |
| 157 | main.ui | 155 | main.ui |
| 156 | startup_checks.cpp | ||
| 157 | startup_checks.h | ||
| 158 | uisettings.cpp | 158 | uisettings.cpp |
| 159 | uisettings.h | 159 | uisettings.h |
| 160 | util/controller_navigation.cpp | 160 | util/controller_navigation.cpp |
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index b460020b1..64be8bf61 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -115,7 +115,6 @@ static FileSys::VirtualFile VfsDirectoryCreateFileWrapper(const FileSys::Virtual | |||
| 115 | #include "video_core/shader_notify.h" | 115 | #include "video_core/shader_notify.h" |
| 116 | #include "yuzu/about_dialog.h" | 116 | #include "yuzu/about_dialog.h" |
| 117 | #include "yuzu/bootmanager.h" | 117 | #include "yuzu/bootmanager.h" |
| 118 | #include "yuzu/check_vulkan.h" | ||
| 119 | #include "yuzu/compatdb.h" | 118 | #include "yuzu/compatdb.h" |
| 120 | #include "yuzu/compatibility_list.h" | 119 | #include "yuzu/compatibility_list.h" |
| 121 | #include "yuzu/configuration/config.h" | 120 | #include "yuzu/configuration/config.h" |
| @@ -131,6 +130,7 @@ static FileSys::VirtualFile VfsDirectoryCreateFileWrapper(const FileSys::Virtual | |||
| 131 | #include "yuzu/install_dialog.h" | 130 | #include "yuzu/install_dialog.h" |
| 132 | #include "yuzu/loading_screen.h" | 131 | #include "yuzu/loading_screen.h" |
| 133 | #include "yuzu/main.h" | 132 | #include "yuzu/main.h" |
| 133 | #include "yuzu/startup_checks.h" | ||
| 134 | #include "yuzu/uisettings.h" | 134 | #include "yuzu/uisettings.h" |
| 135 | 135 | ||
| 136 | using namespace Common::Literals; | 136 | using namespace Common::Literals; |
diff --git a/src/yuzu/check_vulkan.cpp b/src/yuzu/startup_checks.cpp index e6d66ab34..e6d66ab34 100644 --- a/src/yuzu/check_vulkan.cpp +++ b/src/yuzu/startup_checks.cpp | |||
diff --git a/src/yuzu/check_vulkan.h b/src/yuzu/startup_checks.h index e4ea93582..e4ea93582 100644 --- a/src/yuzu/check_vulkan.h +++ b/src/yuzu/startup_checks.h | |||