- 05 Feb, 2021 5 commits
-
-
lat9nq authored
Also renames related CMake variables to match both the Find*FFmpeg* and variables defined within the file. Fixes odd errors produced by the old FindFFmpeg. Citra's FindFFmpeg is slightly modified here: adds Citra's copyright at the beginning, renames FFmpeg_INCLUDES to FFmpeg_INCLUDE_DIR, disables a few components in _FFmpeg_ALL_COMPONENTS, and adds the missing avutil component to the comment above.
-
lat9nq authored
Copies FFmpeg libraries that were downloaded during the CMake configuration. Fixes dynamic linking issues with the MinGW builds.
-
lat9nq authored
For Linux, instructs CMake to use the FFmpeg submodule in externals. This is HEAVILY based on our usage of the late Unicorn. Minimal change to MSVC as it uses the yuzu-emu/ext-windows-bin. MinGW now targets the same ext-windows-bin libraries as MSVC for FFmpeg. Adds FFMPEG_LIBRARIES to WIN32 and simplifies video_core/CMakeLists.txt a bit.
-
lat9nq authored
-
bunnei authored
video_core: host_shaders: Don't pass --quiet to glslangValidator if unavailable
-
- 04 Feb, 2021 6 commits
-
-
bunnei authored
k_affinity_mask: Avoid implicit truncation to bool
-
Lioncash authored
This can cause compiler warnings. Instead, we can explicitly add a boolean expression around it to naturally turn the result into a bool.
-
bunnei authored
key_manager: Create the keys directory if it does not exist
-
Morph authored
-
bunnei authored
config: Always update handheld config
-
bunnei authored
audren: Disable reverb for the time being
-
- 03 Feb, 2021 3 commits
-
-
german authored
-
bunnei authored
kernel: Rewrite resource limit to be more accurate
-
Chloe Marcec authored
-
- 02 Feb, 2021 8 commits
-
-
bunnei authored
acc: Fix error when second user is selected
-
bunnei authored
Avoid overwriting username
-
LC authored
settings: Log the cache, config and mod load directories
-
Morph authored
-
lat9nq authored
Prevents CMake from calling `glslangValidator` with `--quiet` when it is not available, i.e. on older downstream versions from Ubuntu.
-
bunnei authored
hid: Only update motion for npad and prevent over scheduling events
-
Chloe Marcec authored
-
Chloe Marcec authored
-
- 01 Feb, 2021 7 commits
-
-
LC authored
arm_dynarmic_32: Print out CPSR.T on exception
-
MerryMage authored
-
bunnei authored
nifm: Stub GetCurrentNetworkProfile and GetCurrentIpConfigInfo
-
Ameer J authored
nifm: Fix GetAppletInfo stub
-
Chloe Marcec authored
As this is causing issues in a few games, it's best to have it disabled until it's completely implemented
-
bunnei authored
am/IApplicationFunctions: Stub IsGamePlayRecordingSupported
-
german authored
-
- 31 Jan, 2021 11 commits
-
-
bunnei authored
prepo: Stub RequestImmediateTransmission and GetTransmissionStatus
-
Morph authored
analog_from_button: Fix update_thread.join exception
-
Morph authored
- Used by Lets Sing 12
-
Morph authored
-
Morph authored
- Used by Animal Crossing: New Horizons
-
Morph authored
- Used by Minecraft Bedrock Edition - Used by Bloons TD 5
-
Morph authored
-
bunnei authored
bsd: Fix EventFd stub
-
Morph authored
Used by RetroArch
-
Morph authored
-
bunnei authored
bsd: Fix GetSockOpt stub
-