- Oct 15, 2019
-
-
Lioncash authored
This only ever queries if the type exists within the variant, but doesn't actually do anything with the return value. We can just use std::holds_alternative for this use case.
-
Lioncash authored
Allows usages of the constructor to avoid an unnecessary copy.
-
Lioncash authored
MetaImage contains a std::vector, so copying here could result in unnecessary reallocations. Given the operation lives throughout the entire scope, this is safe to do.
-
bunnei authored
common: Rename binary_find.h to algorithm.h
-
Lioncash authored
Makes it explicit that the header is intended for iterator-based algorithms that can ideally operate on any type.
-
Lioncash authored
Makes the header more general for other potential algorithms in the future. While we're at it, include a missing <functional> include to satisfy the use of std::less.
-
bunnei authored
Core Timing: Rework Core Timing to run all cores evenly.
-
- Oct 14, 2019
- Oct 13, 2019
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
- Oct 12, 2019
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
- Oct 11, 2019
-
-
Fernando Sahmkow authored
-
- Oct 10, 2019
-
-
FreddyFunk authored
-
FreddyFunk authored
-
bunnei authored
Port citra-emu/citra#4930: "Pause when in background"
-
bunnei authored
Link to Yuzu's wiki instead of Citra's
-
- Oct 09, 2019
-
-
bunnei authored
maxwell_3d: Add dirty flags for depth bounds values
-
bunnei authored
gl_rasterizer: Fix polygon offset units
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
bunnei authored
Services::ES fix casting warnings
-
bunnei authored
Updated yuzu icon to thicker version
-
Schplee authored
-
bunnei authored
lm: Rewrite logger to use core reporting services
-
bunnei authored
ci: Correct azure tag and release names
-
bunnei authored
ci: Add TAR-XZ compression to MSVC builds
-
- Oct 08, 2019
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Fernando Sahmkow authored
shader/half_set_predicate: Fix HSETP2 for constant buffers
-
- Oct 07, 2019
-
-
ReinUsesLisp authored
HSETP2 when used with a constant buffer parses the second operand type as F32. This is not configurable.
-