summaryrefslogtreecommitdiff
path: root/src/yuzu/loading_screen.cpp
AgeCommit message (Expand)Author
2020-05-15frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph
2020-03-09yuzu/loading_screen: Remove unused shader progress modeReinUsesLisp
2019-05-20yuzu/loading_screen: Specify string conversions explicitlyLioncash
2019-04-09yuzu/loading_screen: Resolve runtime Qt string formatting warningsLioncash
2019-02-06loading_screen: Unchunk progress barReinUsesLisp
2019-01-21Change const char* to const char[]James Rowe
2019-01-21Fix mingw compile error and warningsJames Rowe
2019-01-21Add fade out effect to the loading screenJames Rowe
2019-01-21Set Minimum Size to the same as renderwindowJames Rowe
2019-01-20Change the background color of Stage Complete to yuzu blueJames Rowe
2019-01-20Rename step 1 and step 2 to be a little more descriptiveJames Rowe
2019-01-20Prevent estimated time from flashing after slow shader compilation startsJames Rowe
2019-01-20Move progress bar style into constexpr stringsJames Rowe
2019-01-20Hide progress bar on Prepare stepJames Rowe
2019-01-20QT: Upgrade the Loading Bar to look much betterJames Rowe
2019-01-19Add a workaround if QMovie isn't availableJames Rowe
2019-01-19QT Frontend: Add a Loading screen with progressbarJames Rowe