- 04 Aug, 2020 6 commits
-
-
bunnei authored
vk_texture_cache: Silence -Wmissing-field-initializer warnings
-
David authored
patch_manager: Resolve -Wignored-qualifier warnings
-
David authored
yuzu: Resolve C++20 deprecation warnings related to lambda captures
-
David authored
profile_manager: Make use of designated initializers
-
bunnei authored
dmnt_cheat_vm: Make use of designated initializers
-
bunnei authored
fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute
-
- 03 Aug, 2020 20 commits
-
-
bunnei authored
tests/core_timing: Remove pragma optimize(off)
-
bunnei authored
service/ldr: Resolve sign mismatch warnings
-
bunnei authored
registered_cache: Resolve -Wmaybe_uninitialized warnings
-
bunnei authored
sm: Make use of IsBaseOf for GetService
-
Lioncash authored
-
Lioncash authored
C++20 deprecates capturing the this pointer via the '=' capture. Instead, we replace it or extend the capture specification.
-
Lioncash authored
We were performing an int < size_t comparison. We can just correct the type of the induction variable.
-
Lioncash authored
I made a review comment about this in the PR that this was introduced in (#3955, commit 71c47792), but it seems to have been missed. We shouldn't be using this pragma here because it's MSVC specific. This causes warnings on other compilers. The test it's surrounding is *extremely* dubious, but for the sake of silencing warnings on other compilers, we can mark "placebo" as volatile and be on with it.
-
bunnei authored
file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with Mode
-
Lioncash authored
Allows some implementations to completely avoid unnecessarily zeroing out the internal buffer.
-
Lioncash authored
More compact code.
-
Lioncash authored
Allows for more compact code.
-
Lioncash authored
Same behavior, minus a hand-rolled operator.
-
David Marcec authored
-
Lioncash authored
Top level const will always be ignored in this case, so it can be removed.
-
Lioncash authored
While we're at it, we can avoid a redundant map lookup.
-
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("")
-
- 31 Jul, 2020 1 commit
-
-
Morph authored
-
- 30 Jul, 2020 3 commits
- 29 Jul, 2020 10 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
-