diff options
author | David Marcec <dmarcecguzman@gmail.com> | 2020-07-10 13:36:38 +1000 |
---|---|---|
committer | David Marcec <dmarcecguzman@gmail.com> | 2020-07-17 14:24:57 +1000 |
commit | 468bd9c1b0f9e74f7c096b127a94a94e4ed7caec (patch) | |
tree | 50a0f28b7c817222247369400bedf5de1ccc4e19 /src/yuzu/main.h | |
parent | c783cf443e05f990edc7e48eccbf4b085be13944 (diff) |
async shaders
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index adff65fb5..59d9073ae 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -248,6 +248,7 @@ private: // Status bar elements QLabel* message_label = nullptr; + QLabel* shader_building_label = nullptr; QLabel* emu_speed_label = nullptr; QLabel* game_fps_label = nullptr; QLabel* emu_frametime_label = nullptr; |