yuzu/src
Morph 52e52924bb hle/result: Reimplement ResultVal using Common::Expected
Common::Expected effectively provides the same functions as ResultVal, so we can implement it with this.
This can be replaced with std::expected with minimal effort should it be standardized in the C++ Standard Template Library.
2021-11-02 15:20:35 -04:00
..
audio_core common/logging: Move Log::Entry declaration to a separate header 2021-10-01 20:48:49 -04:00
common common: Implement a subset of P0323 (std::expected) 2021-11-02 15:20:35 -04:00
core hle/result: Reimplement ResultVal using Common::Expected 2021-11-02 15:20:35 -04:00
input_common Revert "input_common: Fix data race on GC implementation" 2021-10-23 23:32:16 +02:00
shader_recompiler Merge pull request #7201 from ameerj/spirv-depth-sampling 2021-10-30 16:45:58 +02:00
tests logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
video_core gl_device: Force GLASM on NVIDIA drivers 495-496 2021-10-28 19:38:49 -04:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu Merge pull request #7246 from german77/userimage 2021-10-31 04:07:34 -07:00
yuzu_cmd settings: Remove std::chrono usage 2021-10-17 00:37:49 -04:00
.clang-format
CMakeLists.txt CMakeLists: Document the /GT compile option 2021-10-28 20:43:46 -04:00