- Mar 25, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
While we are at it, remove nullptr checks for deletion, since the C++ standard defines that delete does it by its own
-
- Jan 21, 2019
-
-
James Rowe authored
With the loading screen merged, we don't want to actually show at this point, but it still needs to be shown to actually create the context. Turns out you can just show and hide it immediately and it'll work.
-
James Rowe authored
-
James Rowe authored
-
bunnei authored
Loading progress bar upgrades
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
- Jan 20, 2019
-
-
James Rowe authored
-
James Rowe authored
-
bunnei authored
QT Frontend: Add a Loading screen with progressbar
-
bunnei authored
gl_rasterizer_cache: Use dirty flags for framebuffers
-
bunnei authored
gl_rasterizer: Use DSA for VAOs and buffers
-
bunnei authored
yuzu/configuration/configure_web: Amend verification string
-
bunnei authored
loader: Add getters for application banner and logo
-
James Rowe authored
-
James Rowe authored
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.
-
- Jan 19, 2019
- Jan 18, 2019
-
-
Lioncash authored
This isn't used at all, so we can just get rid of it.
-
ReinUsesLisp authored
-
- Jan 17, 2019
-
-
Lioncash authored
'this' isn't actually used within the lambda, since what we need from the class is already assigned within the capture section of the lambda.
-
Lioncash authored
It's a common UI pattern to use an ellipsis to indicate an ongoing action, rather than just specifying the word by itself.
-
Lioncash authored
Gets rid of a few indirect inclusions.
-
Lioncash authored
This is a function that definitely doesn't always have a non-modifying behavior across all implementations, so this should be made non-const. This gets rid of the need to mark data members as mutable to work around the fact mutating data members needs to occur.
-
Lioncash authored
Avoids the need to potentially reallocate the contained callbacks.
-
Lioncash authored
These currently aren't used by anything other than the QtWebBrowser class itself, and can be made private.
-
- Jan 15, 2019
-
-
Zach Hilman authored
-
Zach Hilman authored
-
- Jan 14, 2019
-
-
Hexagon12 authored
audio_core: remove unnecessary spaces on comments
-
Otávio Pace authored
-
- Jan 12, 2019
-
-
bunnei authored
game_list: Remove a reference of a reference
-