There was an error fetching the commit references. Please try again later.
QT Frontend: Add a Loading screen with progressbar
With shader caches on the horizon, one requirement is to provide visible feedback for the progress. The shader cache reportedly takes several minutes to load for large caches that were invalidated, and as such we should provide a loading screen with progress. Adds a loading screen widget that will be shown until the first frame of the game is swapped. This was chosen in case shader caches are not being used, several games still take more than a few seconds to launch and could benefit from a loading screen.
Showing
- CMakeModules/CopyYuzuQt5Deps.cmake 4 additions, 1 deletionCMakeModules/CopyYuzuQt5Deps.cmake
- src/yuzu/CMakeLists.txt 4 additions, 1 deletionsrc/yuzu/CMakeLists.txt
- src/yuzu/bootmanager.cpp 9 additions, 2 deletionssrc/yuzu/bootmanager.cpp
- src/yuzu/bootmanager.h 3 additions, 0 deletionssrc/yuzu/bootmanager.h
- src/yuzu/loading_screen.cpp 71 additions, 0 deletionssrc/yuzu/loading_screen.cpp
- src/yuzu/loading_screen.h 50 additions, 0 deletionssrc/yuzu/loading_screen.h
- src/yuzu/loading_screen.ui 79 additions, 0 deletionssrc/yuzu/loading_screen.ui
- src/yuzu/main.cpp 20 additions, 6 deletionssrc/yuzu/main.cpp
- src/yuzu/main.h 3 additions, 1 deletionsrc/yuzu/main.h
Loading
Please register or sign in to comment