- 19 Jul, 2020 25 commits
-
-
lat9nq authored
-
lat9nq authored
These were only kept for compatibility with old code during testing.
-
lat9nq authored
-
lat9nq authored
Also gets rid of unnecessary explicit namespace usage.
-
lat9nq authored
-
lat9nq authored
One less global variable.
-
lat9nq authored
Makes the code more readable Co-Authored-By: LC <lioncash@users.noreply.github.com>
-
lat9nq authored
-
lat9nq authored
whoops
-
lat9nq authored
Fixes a regression where the global config takes up a lot of extra space.
-
lat9nq authored
The way the configurations are set up, it is not trivial to do this. I'll leave it as is, but the API selection, and the background color and volume slider selectors are kind of not following the style.
-
lat9nq authored
-
lat9nq authored
Not a catch-all, but helps clean up the code for when I do this a lot. Also fixes some bugs caught in configure_graphics.
-
lat9nq authored
I noticed some of the code could be reduced to just passing the function an int, since I was doing the same thing over and over. Also clang-formats configure_graphics
-
lat9nq authored
-
lat9nq authored
Let's see if I make up my mind.
-
lat9nq authored
Also adds trackers for graphics and advanced graphics
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
Prevents mass-coloring of elements later on
-
lat9nq authored
Fixes visibility in the built-in dark theme
-
lat9nq authored
-
lat9nq authored
Sets up initial support for implementing colored tristate functions. These functions color a QWidget blue when it's overriding a global setting, and discolor it when not. The lack of color indicates it uses the global state, replacing the Qt::CheckState::PartiallyChecked state with the global state.
-
Rodrigo Locatti authored
frontend: Improve wait tree readability for dark themes
-
- 18 Jul, 2020 15 commits
-
-
LC authored
alignment: unbreak build with Clang
-
Jan Beich authored
In file included from src/core/hle/kernel/memory/page_table.cpp:5: src/./common/alignment.h:67:68: error: no member named 'align_val_t' in namespace 'std' return static_cast<T*>(::operator new (n * sizeof(T), std::align_val_t{Align})); ~~~~~^ src/./common/alignment.h:71:51: error: no member named 'align_val_t' in namespace 'std' ::operator delete (p, n * sizeof(T), std::align_val_t{Align}); ~~~~~^
-
David Marcec authored
-
David authored
[WIP] yuzu: Port translation support from Citra v2
-
FearlessTobi authored
-
FearlessTobi authored
-
FearlessTobi authored
Co-Authored-By: Weiyi Wang <wwylele@gmail.com>
-
David Marcec authored
-
bunnei authored
core_timing: Make usage of nanoseconds more consistent in the interface
-
bunnei authored
alignment: Simplify AlignmentAllocator implementation
-
bunnei authored
filesystem: Create subdirectories prior to creating a file
-
bunnei authored
video_core: Add asynchronous shader decompilation and compilation
-
David Marcec authored
-
bunnei authored
vulkan: Make use of designated initializers where applicable
-
bunnei authored
mii/manager: Make use of designated initializers
-