citra-emu
/
citra-canary
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src
Lioncash f2a7fe05c3 gl_shader_manager: Make use of std::nullopt where applicable
Prevents the internal buffer in the std::optional from being zeroed out
unnecessarily and instead sets the validity byte only in some
implementations.

While we're at it, we can make use of std::move to eliminate unnecessary
heap reallocations from occurring.
2020-05-04 23:00:11 -04:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core Add sample rate field to AAC decoder (#5195) 2020-04-21 20:34:50 -05:00
citra Merge pull request #5083 from zhaowenlan1779/video-dumping-update 2020-04-03 21:15:32 -05:00
citra_qt Small fixes to "Option to hide mouse on inactivity" (#5280) 2020-05-04 12:33:02 +02:00
common common/logging/log: Add LLE in Audio_DSP comment (#5327) 2020-05-04 12:20:56 +02:00
core service: Mark variables as [[maybe_unused]] where applicable (#5318) 2020-05-04 12:22:33 +02:00
dedicated_room Fix moderation by room host in dedicated rooms 2019-11-17 09:59:54 -05:00
input_common Merge pull request #5179 from vitor-k/reenable-hidapi 2020-04-27 16:35:51 +02:00
network Merge branch 'master' into feature/savestates-2 2020-04-16 19:03:49 +01:00
tests clang format fixes etc. 2020-03-31 18:27:33 +01:00
video_core gl_shader_manager: Make use of std::nullopt where applicable 2020-05-04 23:00:11 -04:00
web_service HTTP_C::Implement Context::MakeRequest (#4754) 2020-02-21 19:04:04 +01:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00