index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
loading_screen.cpp
Age
Commit message (
Expand
)
Author
2020-05-15
frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)
Morph
2020-03-09
yuzu/loading_screen: Remove unused shader progress mode
ReinUsesLisp
2019-05-20
yuzu/loading_screen: Specify string conversions explicitly
Lioncash
2019-04-09
yuzu/loading_screen: Resolve runtime Qt string formatting warnings
Lioncash
2019-02-06
loading_screen: Unchunk progress bar
ReinUsesLisp
2019-01-21
Change const char* to const char[]
James Rowe
2019-01-21
Fix mingw compile error and warnings
James Rowe
2019-01-21
Add fade out effect to the loading screen
James Rowe
2019-01-21
Set Minimum Size to the same as renderwindow
James Rowe
2019-01-20
Change the background color of Stage Complete to yuzu blue
James Rowe
2019-01-20
Rename step 1 and step 2 to be a little more descriptive
James Rowe
2019-01-20
Prevent estimated time from flashing after slow shader compilation starts
James Rowe
2019-01-20
Move progress bar style into constexpr strings
James Rowe
2019-01-20
Hide progress bar on Prepare step
James Rowe
2019-01-20
QT: Upgrade the Loading Bar to look much better
James Rowe
2019-01-19
Add a workaround if QMovie isn't available
James Rowe
2019-01-19
QT Frontend: Add a Loading screen with progressbar
James Rowe