- Aug 03, 2020
-
-
Lioncash authored
C++20 deprecates capturing the this pointer via the '=' capture. Instead, we replace it or extend the capture specification.
-
- Jul 29, 2020
-
-
Morph authored
-
Morph authored
Hides the following options when the title id is 0: - Open Save Location - Open Mod Data Location - Open Transferable Shader Cache - All removal options except Remove Custom Configuration
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
Adds the following actions: - Remove Installed Update - Remove All Installed DLC - Remove Shader Cache - Remove Custom Configuration - Remove All Installed Contents
-
- Jul 28, 2020
- Jul 26, 2020
-
-
lat9nq authored
Solves an issue with restoring the value upon reloading program.
-
FearlessTobi authored
Those are already found in the Filesystem tab. They were added back to the Debug tab by mistake in the Vulkan PR.
-
- Jul 21, 2020
-
-
lat9nq authored
-
lat9nq authored
If the user had cancelled, it would clear the text box. That behavior was sanitized underneath, but may anyways cause inconveniences.
-
lat9nq authored
Co-Authored-By:
LC <lioncash@users.noreply.github.com>
-
lat9nq authored
This picks a default directory and file name. If on Windows and save-as screenshot saving is enabled, it asks the user, first defaulting to the default screenshot path, and with a default filename in the format `[title_id]_[year-mt-dy_hr-mn-sc-msc].png`. Otherwise, or on Linux for now, it simply saves a file in that directory with that file name.
-
lat9nq authored
This adds two options to the General -> UI tab. The first disables picking a place to save the file. The second chooses a default directory for saving screenshots.
-
- Jul 20, 2020
-
-
Morph authored
-
James Rowe authored
Co-authored-by:
Morph <39850852+Morph1984@users.noreply.github.com>
-
- Jul 19, 2020
-
-
lat9nq authored
-
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
-