- 03 Aug, 2020 5 commits
-
-
Lioncash authored
C++20 deprecates capturing the this pointer via the '=' capture. Instead, we replace it or extend the capture specification.
-
David authored
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer With the support of C++20, we can use concepts to deduce if a type is an STL container or not. * More agressive concept for stl containers * Add -fconcepts * Move to common namespace * Add Common::IsBaseOf
-
David authored
screenshots: Option to save screenshots immediately in a specified directory + Linux workaround
-
David authored
cpu_manager: Remove redundant std::function declarations
-
David authored
yuzu/main: Remove redundant usages of QStringLiteral("")
-
- 30 Jul, 2020 1 commit
-
-
David authored
compatible_formats: Add missing header guard
-
- 29 Jul, 2020 11 commits
-
-
bunnei authored
surface_params: Replace questionable usages of the comma operator with semicolons
-
bunnei authored
game_list: Add "Remove" context menu
-
Morph authored
-
Morph authored
Fixes an access violation where the file no longer exists at the specified path while being parsed.
-
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
-
- 28 Jul, 2020 9 commits
-
-
bunnei authored
device_memory: Remove unused system member
-
LC authored
configure_graphics: Remove Force 30 FPS mode
-
Morph authored
The introduction of multicore rendered this setting non-functional as timing code was changed. This removes the setting entirely.
-
Lioncash authored
This isn't used by anything in particular, so it can be removed.
-
bunnei authored
core_timing: Make use of uintptr_t to represent user_data
-
Lioncash authored
We can just return the function directly. Making for less reading.
-
bunnei authored
qt_themes: Set QLabel background color to transparent for Dark and Midnight Blue themes
-
Lioncash authored
Makes the interface future-proofed for supporting other platforms in the event we ever support platforms with differing pointer sizes. This way, we have a type in place that is always guaranteed to be able to represent a pointer exactly.
-
Lioncash authored
An empty QStringLiteral can more efficiently be replaced with an empty QString.
-
- 27 Jul, 2020 5 commits
-
-
bunnei authored
vulkan: Resolve -Wmissing-field-initializer warnings
-
bunnei authored
AM: GetDesiredLanguage: remove unused variable
-
Rodrigo Locatti authored
video_core/gpu: Correct the size of the puller registers
-
CrazyMax authored
-
bunnei authored
GCAdapter: only join worker thread if running & joinable
-
- 26 Jul, 2020 9 commits
-
-
Brian J. Tarricone authored
-
Billy Laws authored
The puller register array is made up of u32s however the `NUM_REGS` value is the size in bytes, so switch it to avoid making the struct unnecessary large. Also fix a small typo in a comment.
-
lat9nq authored
Solves an issue with restoring the value upon reloading program.
-
bunnei authored
nvflinger: Use return value of Lock()
-
bunnei authored
udp/client: Remove unused boost include
-
bunnei authored
virtual_buffer: Mark size parameter of FreeMemoryPages() as [[maybe_unused]]
-
bunnei authored
gc_adapter/gc_poller: Resolve compiler warnings
-
LC authored
yuzu/configure_debug: Remove duplicated checkboxes
-
FearlessTobi authored
Those are already found in the Filesystem tab. They were added back to the Debug tab by mistake in the Vulkan PR.
-