early-access version 3653

This commit is contained in:
pineappleEA
2023-06-09 17:18:31 +02:00
parent 8400bd3d7b
commit 67b16878ed
13 changed files with 140 additions and 50 deletions
+6
View File
@@ -118,6 +118,10 @@ enum class ReinitializeKeyBehavior {
Warning,
};
namespace VkDeviceInfo {
class Record;
}
class GMainWindow : public QMainWindow {
Q_OBJECT
@@ -418,6 +422,8 @@ private:
GameListPlaceholder* game_list_placeholder;
std::vector<VkDeviceInfo::Record> vk_device_records;
// Status bar elements
QLabel* message_label = nullptr;
QLabel* shader_building_label = nullptr;