- 25 Aug, 2020 3 commits
- 24 Aug, 2020 6 commits
-
-
bunnei authored
cpu_manager: Make use of ranged for where applicable
-
Rodrigo Locatti authored
gl_texture_cache: Take std::string by reference in DecorateViewName()
-
Lioncash authored
LabelGLObject takes a string_view, so we don't need to make copies of the std::string.
-
Rodrigo Locatti authored
video_core/fence_manager: Remove unnecessary includes
-
Lioncash authored
Avoids pulling in unnecessary things that can cause rebuilds when they aren't required.
-
bunnei authored
key_manager: Make data arrays constexpr
-
- 23 Aug, 2020 10 commits
-
-
bunnei authored
vfs_real: Avoid redundant map lookups
-
bunnei authored
web_service: Move web_result.h into web_service
-
Lioncash authored
Simplifies code.
-
Lioncash authored
Removes the need for comments to indicate the fields being assigned.
-
bunnei authored
core_timing: Resolve sign conversion warning
-
Lioncash authored
We can convert these maps into constexpr arrays to eliminate some runtime static constructors.
-
Lioncash authored
We can simplify a few loops by making use of ranged for.
-
Lioncash authored
-
Lioncash authored
Same behavior, minus unnecessary zeroing out of the pointer.
-
Lioncash authored
This constant is only ever assigned to downcount, which is a s64, not a u64.
-
- 22 Aug, 2020 4 commits
-
-
Lioncash authored
This is the only place it's actively used. It's also more appropriate for web-related structures to be within the web service target. Especially given this one doesn't rely on anything in the common library.
-
ReinUsesLisp authored
Add an extra step in GPU initialization to be able to initialize render backends with a valid GPU instance.
-
bunnei authored
gl_shader_disk_cache: Make use of std::nullopt where applicable
-
bunnei authored
dynarmic: Add unsafe optimizations
-
- 21 Aug, 2020 1 commit
-
-
bunnei authored
macro-interpreter: Resolve -Wself-assign-field warning
-
- 20 Aug, 2020 2 commits
- 19 Aug, 2020 3 commits
- 18 Aug, 2020 9 commits
-
-
bunnei authored
vulkan/wrapper: Avoid unnecessary copy in EnumerateInstanceExtensionProperties()
-
Lioncash authored
Migrates the Telemetry namespace into the Common namespace to make the code consistent with the rest of our common code.
-
Lioncash authored
-
Lioncash authored
Avoids some trivially avoidable map lookups by keeping the result of find operations around and querying them.
-
Lioncash authored
No external code makes use of this header, so we can freely change the namespace.
-
Lioncash authored
This is a compiler/linker error waiting to happen.
-
bunnei authored
main: Fix Open Save/Mod Locations for installed titles
-
bunnei authored
configuration_shared: Simplify name lookup in highlighting functions
-
bunnei authored
common/fileutil: Convert namespace to Common::FS
-
- 17 Aug, 2020 2 commits