summaryrefslogtreecommitdiffstats
path: root/src/yuzu/loading_screen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change const char* to const char[]James Rowe2019-01-211-4/+4
* Fix mingw compile error and warningsJames Rowe2019-01-211-5/+5
* Add fade out effect to the loading screenJames Rowe2019-01-211-0/+27
* Set Minimum Size to the same as renderwindowJames Rowe2019-01-211-0/+1
* Change the background color of Stage Complete to yuzu blueJames Rowe2019-01-211-1/+1
* Rename step 1 and step 2 to be a little more descriptiveJames Rowe2019-01-211-6/+6
* Prevent estimated time from flashing after slow shader compilation startsJames Rowe2019-01-211-1/+1
* Move progress bar style into constexpr stringsJames Rowe2019-01-211-28/+32
* Hide progress bar on Prepare stepJames Rowe2019-01-201-7/+8
* QT: Upgrade the Loading Bar to look much betterJames Rowe2019-01-201-6/+102
* Add a workaround if QMovie isn't availableJames Rowe2019-01-201-1/+14
* QT Frontend: Add a Loading screen with progressbarJames Rowe2019-01-201-0/+71