bunnei
24ae113fc8
Merge pull request #5902 from lioncash/core-warn
core: Silence various warnings on Clang 12
5 years ago
bunnei
152e089482
Merge pull request #5869 from german77/mousePanning
input_common: Add mouse panning
5 years ago
bunnei
52bece246f
Merge pull request #5908 from Morph1984/swkbd-finalize
software_keyboard: Implement Finalize request command
5 years ago
Morph
118e33cfa9
software_keyboard: Implement Finalize request command
5 years ago
bunnei
cba1eb8f32
Merge pull request #5893 from lioncash/input
configure_input_player_widget: Minor cleanup
5 years ago
LC
2952be3145
Merge pull request #5904 from lat9nq/common-sized-dealloc
common: Add -fsized-deallocation as a Clang flag
5 years ago
LC
bd7d2e6e69
Merge pull request #5905 from lat9nq/core-sized-dealloc
core: Add -fsized-dealloction as a Clang flag
5 years ago
LC
c3bf0340aa
Merge pull request #5903 from lat9nq/config-silence-warns
configure_input_player_widget: Silence unused variable warnings
5 years ago
lat9nq
2cac04c157
cmake: Update FFmpeg to 4.3.1
Download FFmpeg package version 4.3.1. Uses a file defined within the
package to determine with DLLs to copy.
Also corrects a submodule name.
5 years ago
lat9nq
187d76e48e
configure_input_player_widget: Silence unused variable warnings
Prevents clang 11 from throwing an error since these variables are
unused.
5 years ago
lat9nq
19dad3e319
common: Add -fsized-deallocation as a Clang flag
Prevents an operator delete error when compiling with Clang 11.
5 years ago
lat9nq
51b74a317b
core: Add -fsized-dealloction as a Clang flag
Prevents a operator delete error when compiling with Clang 11.
5 years ago
Ameer J
e5b68ec93e
Merge pull request #5901 from lioncash/input-warn
udp: Silence warnings on Clang 12
5 years ago
bunnei
50a42d9a50
Merge pull request #5900 from lioncash/unused-func
video_core: Remove unused functions and variables
5 years ago
Lioncash
2f9cc2f0ae
bsd: Remove usage of optional emplace() with no arguments
Clang 12 currently falls over in the face of this.
5 years ago
Lioncash
771865bdfc
am/controller: Remove [[fallthrough]] from unreachable path
Prevents warnings on clang 12. This path is reachable on other
variations of the build that disable the unreachable macro.
5 years ago
Lioncash
32e763c64c
nfp: Correct uninitialized size being used within GetTagInfo()
We were previously the name of the object being initialized within its
own initializer, which results in uninitialized data being read.
5 years ago
Lioncash
4681f5b60b
udp: Silence unused member variable warnings
Simply mark them as unused for now.
5 years ago
Lioncash
70b6d985e7
udp/client: Define ClientData constructor/destructor in cpp file
Prevents compilation errors on clang 12 due to incomplete types within a
unique_ptr member.
5 years ago
Lioncash
3f3fbe779e
gl_rasterizer: Remove unused variables
Resolves warnings on clang 12
5 years ago
Lioncash
cb80206c8c
texture_cache/util: Remove unused functions
Silences a few warnings on clang 12.
5 years ago
Lioncash
e4e97e5577
configure_input_player_widget: Reduce duplication of array accessors where applicable
Reduces the amount of code to read in expressions a little bit by
separating constituents out a little.
5 years ago
Lioncash
a903d18db2
configure_input_player_widget: Avoid nontrivial copies where applicable
Previously a function was copying an array of 20 std::string instances
by value.
5 years ago
german
20d98fc773
Use GC image
5 years ago
Jatoxo
4bf6e49bda
Settings: Add depth to Joysticks on Pro Controller preview ( #5894 )
* Add some depth to ProJoysticks
* address comments
* clang
* address nits
* fix wrong inner_offset when offset.x was 0
5 years ago
Morph
2702b43c69
Merge pull request #5899 from ameerj/ffmpeg-revert
cmake: Revert FFmpeg 4.3.1 update for Windows builds
5 years ago
ameerj
2982e1c55c
cmake: Revert FFmpeg 4.3.1 update for Windows builds
The new 4.3.1 externals build seems to not be compatible with yuzu. This also fixes an oversight when renaming CMake variables.
5 years ago
Ameer J
a4606a986a
Merge pull request #5880 from lat9nq/ffmpeg-external
cmake: FFmpeg linking rework
5 years ago
bunnei
e9fc670bff
Merge pull request #5892 from german77/backup
olsc: Stub GetSaveDataBackupSetting
5 years ago
bunnei
eaacb5047c
Merge pull request #5868 from german77/HandheldFix
Prevent over scheduling audio events and add motion update unschedule event
5 years ago
Schplee
84250e5be5
README Edit for EA
5 years ago
LC
7e0355f55b
Merge pull request #5895 from Morph1984/utf16-cvt
string_util: Remove MSVC workaround for converting between UTF8/UTF16
5 years ago
Morph
1b1866e7ee
string_util: Remove MSVC workaround for converting between UTF8/UTF16
This has been fixed as of Visual Studio 2019 Version 16.2
5 years ago
german
020c22f53d
hid: Implement GC controller
5 years ago
bunnei
da2a91a019
Merge pull request #5339 from german77/interactive
Settings: Make settings controller image change with controller input
5 years ago
german
0210c4e219
olsc: Stub GetSaveDataBackupSetting
5 years ago
german
c7cae8769f
Add mouse panning
5 years ago
Chloe
a5dd2bb598
Merge pull request #5872 from lioncash/svc-error
svc: Provide more detailed error logs for svc functions
5 years ago
Rodrigo Locatti
634c18b3ff
Merge pull request #5888 from Morph1984/ogl-4.6
renderer_opengl: Update OpenGL backend version requirement to 4.6
5 years ago
LC
2112335647
Merge pull request #5889 from ogniK5377/morton-remove
video_core: Delete morton
5 years ago
Chloe Marcec
66c653566c
video_core: Delete morton
moron.h & morton.cpp are not used anywhere and are just empty files
5 years ago
Morph
657ac39f45
renderer_opengl: Update OpenGL backend version requirement to 4.6
5 years ago
bunnei
c7b2027e8f
Merge pull request #5887 from ogniK5377/lm-fix
lm: Fix ReadLeb128
5 years ago
Morph
708c6ef06b
Merge pull request #5878 from aleasto/master
pl_u: Fix read out of bounds
5 years ago
Chloe Marcec
937aa8908b
lm: Fix ReadLeb128
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
5 years ago
german
38d14331f5
Add GC controller animation
5 years ago
bunnei
1c784618b5
Merge pull request #5885 from MerryMage/ring_buffer-granularity
ring_buffer: Remove granularity template argument
5 years ago
bunnei
bd5c4c438e
Merge pull request #5871 from lioncash/address-arb
k_address_arbiter: Minor cleanup
5 years ago
MerryMage
46ea7034cc
ring_buffer: Remove granularity template argument
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
5 years ago
Alessandro Astone
60353d70af
pl_u: Fix read out of bounds
5 years ago