- 06 Dec, 2020 26 commits
-
-
bunnei authored
-
bunnei authored
- We were reload'ing the old current scheduler, which may have changed.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- This is closer to pre-multicore behavior, and works a bit better.
-
bunnei authored
-
bunnei authored
- This breaks things, and is unnecessary, since emulation will be done at this point.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
- 05 Dec, 2020 8 commits
-
-
Chloe authored
video_core: Resolve more variable shadowing scenarios pt.2
-
Lioncash authored
Migrates the video core code closer to enabling variable shadowing warnings as errors. This primarily sorts out shadowing occurrences within the Vulkan code.
-
bunnei authored
video_core: Resolve more variable shadowing scenarios
-
bunnei authored
Port citra-emu/citra#5617: "Fix telemetry-related exit crash from use-after-free"
-
LC authored
system_version: Update to 11.0.0
-
Chloe Marcec authored
-
FearlessTobi authored
Co-Authored-By: xperia64 <xperia64@users.noreply.github.com>
-
bunnei authored
codec: Remove deprecated usage of AVCodecContext::refcounted_frames
-
- 04 Dec, 2020 4 commits
-
-
Lioncash authored
This was only necessary for use with the avcodec_decode_video2/avcoded_decode_audio4 APIs which are also deprecated. Given we use avcodec_send_packet/avcodec_receive_frame, this isn't necessary, this is even indicated directly within the FFmpeg API changes document here on 2017-09-26: https://github.com/FFmpeg/FFmpeg/blob/master/doc/APIchanges#L410 This prevents our code from breaking whenever we update to a newer version of FFmpeg in the future if they ever decide to fully remove this API member.
-
Lioncash authored
Resolves variable shadowing scenarios up to the end of the OpenGL code to make it nicer to review. The rest will be resolved in a following commit.
-
bunnei authored
node: Eliminate variable shadowing
-
bunnei authored
vp9/vic: Resolve pessimizing moves
-
- 03 Dec, 2020 2 commits