- 29 Nov, 2020 12 commits
-
-
bunnei authored
-
bunnei authored
- This will be aligned by default, and helps memory usage.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
hid: Check if applet_resource exists in InitializeVibrationDevice
-
Morph authored
Add missing types to NpadCommunicationMode
-
german authored
-
- 28 Nov, 2020 5 commits
-
-
bunnei authored
HID: Stub set and get NpadCommunicationMode
-
LC authored
audio_core: Remove temp_mix_buffer
-
Chloe Marcec authored
It's unused and doesn't need to be initialized
-
bunnei authored
tests: Fix warning about comparison between signed and unsigned
-
bunnei authored
core: Reduce string copies in GetGameFileFromPath()
-
- 27 Nov, 2020 10 commits
-
-
LC authored
CMakeLists: disable -Winvalid-offsetof
-
comex authored
This Clang warning complains when offsetof is used on a non-standard-layout type (i.e. any class using various C++ features), even though it works fine (and is not undefined behavior as of C++17).
-
comex authored
-
Rodrigo Locatti authored
core: Eliminate remaining usages of the global system instance
-
Lioncash authored
Removes all remaining usages of the global system instance. After this, migration can begin to migrate to being constructed and managed entirely by the various frontends.
-
Chloe authored
savedata_factory: Eliminate usage of the global system instance
-
Lioncash authored
Now there's only two meaningful instances left in core.
-
Rodrigo Locatti authored
service: Eliminate usages of the global system instance
-
german authored
-
Lioncash authored
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
-
- 26 Nov, 2020 6 commits
-
-
LC authored
codec: Fix `pragma GCC diagnostic pop` missing corresponding push
-
comex authored
-
Lioncash authored
Eliminates some minor string churn where applicable. Also eliminates an unnecessary vector copy.
-
bunnei authored
nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID
-
bunnei authored
nvservices: Reintroducee IoctlCtrl
-
LC authored
input_common: unbreak -Werror with Clang
-
- 25 Nov, 2020 7 commits
-
-
Jan Beich authored
error: unknown warning option '-Werror=unused-but-set-parameter'; did you mean '-Werror=unused-parameter'? [-Werror,-Wunknown-warning-option] error: unknown warning option '-Werror=unused-but-set-variable'; did you mean '-Werror=unused-const-variable'? [-Werror,-Wunknown-warning-option]
-
Rodrigo Locatti authored
Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread
-
Rodrigo Locatti authored
renderer_vulkan: Implement alpha testing
-
ameerj authored
-
bunnei authored
configure_input_player: Use the NpadStyleSet to limit the available controllers shown
-
bunnei authored
audren: Make use of nodiscard, rework downmixing, release all buffers
-
Morph authored
-