- 10 Feb, 2021 2 commits
- 09 Feb, 2021 10 commits
-
-
bunnei authored
video_core: Remove unused functions and variables
-
Lioncash authored
Simply mark them as unused for now.
-
Lioncash authored
Prevents compilation errors on clang 12 due to incomplete types within a unique_ptr member.
-
Lioncash authored
Resolves warnings on clang 12
-
Lioncash authored
Silences a few warnings on clang 12.
-
Jatoxo authored
* Add some depth to ProJoysticks * address comments * clang * address nits * fix wrong inner_offset when offset.x was 0
-
Morph authored
cmake: Revert FFmpeg 4.3.1 update for Windows builds
-
ameerj authored
The new 4.3.1 externals build seems to not be compatible with yuzu. This also fixes an oversight when renaming CMake variables.
-
Ameer J authored
cmake: FFmpeg linking rework
-
bunnei authored
olsc: Stub GetSaveDataBackupSetting
-
- 08 Feb, 2021 8 commits
-
-
bunnei authored
Prevent over scheduling audio events and add motion update unschedule event
-
Schplee authored
-
LC authored
string_util: Remove MSVC workaround for converting between UTF8/UTF16
-
Morph authored
This has been fixed as of Visual Studio 2019 Version 16.2
-
bunnei authored
Settings: Make settings controller image change with controller input
-
german authored
-
Chloe authored
svc: Provide more detailed error logs for svc functions
-
Rodrigo Locatti authored
renderer_opengl: Update OpenGL backend version requirement to 4.6
-
- 07 Feb, 2021 7 commits
-
-
LC authored
video_core: Delete morton
-
Chloe Marcec authored
moron.h & morton.cpp are not used anywhere and are just empty files
-
Morph authored
-
bunnei authored
lm: Fix ReadLeb128
-
Morph authored
pl_u: Fix read out of bounds
-
Chloe Marcec authored
Fixes assertion on Bloodstained Ritual of the Night. We would over read sometimes, this is fixed by checking if the top bit is set in the first iteration. We also lock the loop off to be only the max size of the type we can fit. Finally we changed an incorrect print of "DEBUG" to "TRACE" to reflect the proper log severity
-
german authored
-
- 06 Feb, 2021 13 commits
-
-
bunnei authored
ring_buffer: Remove granularity template argument
-
bunnei authored
k_address_arbiter: Minor cleanup
-
MerryMage authored
Non-obvious bug in RingBuffer::Push(std::vector<T>&) when granularity != 1 Just remove it altogether because we do not have a use for granularity != 1
-
Alessandro Astone authored
-
german authored
-
german authored
-
german authored
-
german authored
-
german authored
-
german authored
-
bunnei authored
HID: Update the HID service to match more closely to switchbrew part 1
-
Lioncash authored
Allows for more descriptive error messages and also doesn't hide control-path exit returns from the reader.
-
Lioncash authored
This is a useful function in a generic context or with types that overload unary operator&. However, primitives and pointers will never do this, so we can opt for a more straightforward syntax.
-