summaryrefslogtreecommitdiff
path: root/src/yuzu/loading_screen.ui
AgeCommit message (Collapse)Author
2024-12-31chore: update project branding to citronZephyron
2019-02-05QT: Fix the loading screen 'H' switch logo to not glitch outJames Rowe
2019-01-21Add fade out effect to the loading screenJames Rowe
2019-01-20QT: Upgrade the Loading Bar to look much betterJames Rowe
2019-01-19QT Frontend: Add a Loading screen with progressbarJames Rowe
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.