diff options
| author | bunnei <bunneidev@gmail.com> | 2020-07-18 00:48:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-18 00:48:27 -0400 |
| commit | 90cbcaa44a3901a832556258b5b97d8d7de34ca9 (patch) | |
| tree | 570ff95dae035757fb2831804aae4f4ca681d354 /src/yuzu/main.h | |
| parent | 821d295f24136b7550fde1376810ca3756a58403 (diff) | |
| parent | 967307d3beb59b64e40c4b3f44ed839d87325e5c (diff) | |
Merge pull request #4273 from ogniK5377/async-shaders-prod
video_core: Add asynchronous shader decompilation and compilation
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; |
